286 |
to specify something like LIBS="-lncurses" as well. This is because, to quote |
to specify something like LIBS="-lncurses" as well. This is because, to quote |
287 |
the readline INSTALL, "Readline uses the termcap functions, but does not link |
the readline INSTALL, "Readline uses the termcap functions, but does not link |
288 |
with the termcap or curses library itself, allowing applications which link |
with the termcap or curses library itself, allowing applications which link |
289 |
with readline the to choose an appropriate library." |
with readline the to choose an appropriate library." If you get error |
290 |
|
messages about missing functions tgetstr, tgetent, tputs, tgetflag, or tgoto, |
291 |
|
this is the problem, and linking with the ncurses library should fix it. |
292 |
|
|
293 |
The "configure" script builds the following files for the basic C library: |
The "configure" script builds the following files for the basic C library: |
294 |
|
|
755 |
Philip Hazel |
Philip Hazel |
756 |
Email local part: ph10 |
Email local part: ph10 |
757 |
Email domain: cam.ac.uk |
Email domain: cam.ac.uk |
758 |
Last updated: 05 September 2008 |
Last updated: 27 February 2009 |