Compiling gdb 7.0.1 brings the following error: checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for library containing waddstr... no configure: WARNING: no enhanced curses library found; disabling TUI checking for library containing tgetent... no configure: error: no termcap library found gmake[1]: *** [configure-gdb] Error 1 gmake[1]: Leaving directory `/usr/local/src/gdb-7.0.1' gmake: *** [all] Error 2 Do i have to put some setting by configureß I don't need the GUI.
I think you need termcap for readline. Try installing the termcap development libraries and then doing a clean rebuild.
Closing as OBSOLETE because of inactivity. Feel free to reopen if it is still valid.