Bug 11267 - configure: error: no termcap library found
Summary: configure: error: no termcap library found
Status: RESOLVED OBSOLETE
Alias: None
Product: gdb
Classification: Unclassified
Component: build (show other bugs)
Version: 7.0
: P2 normal
Target Milestone: 7.1
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 11:37 UTC by Wolfgang Brandl
Modified: 2014-09-12 22:18 UTC (History)
2 users (show)

See Also:
Host: Linux Red Hat 5.3
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Brandl 2010-02-10 11:37:43 UTC
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.
Comment 1 Tom Tromey 2010-02-11 18:00:50 UTC
I think you need termcap for readline.

Try installing the termcap development libraries and then
doing a clean rebuild.
Comment 2 Sergio Durigan Junior 2014-09-12 22:18:37 UTC
Closing as OBSOLETE because of inactivity.  Feel free to reopen if it is still valid.