configure: WARNING: no enhanced curses library found; disabling TUI
Hi Everyone,
I am new for Linux. I had download gdb-7.5 from gnu resourses. I am building gdb in cygwin environment and I got an error as shown below.
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/xyz/..../xyz'
make: *** [all] Error 2
[xyz/..../xyz]$
I had also referred others thread and I already installed the ncurses-5.9 but when I was going to make that file then <i got the error message like
collect2: ld returned 1 exit status
make[1]: *** [demo.exe] Error 1
make[1]: Leaving directory xyz/.../xyz/ncurses-5.9/c++'
make: *** [all] Error 2
So if anyone has idea how to solve this problem then it would be very kind...
Thanks in advance...
Last edited by jamesoo7; 01-03-2013 at 08:50 AM.
|