15 Dec
2005
15 Dec
'05
9:25 p.m.
On Tue, Dec 13, 2005 at 12:00:21AM -0600, Matthew Smith wrote:
Here is my configure.log file,
Note that there appear to be two problems; configure cannot find tgetent (see the line labeled configure: 21027)
Actually, tgetent and friends were detected (in libncurses, not in libc).
nor readline in -lreadline (configure: 21269).
That's correct, the linker could not find readline library. Setting LDFLAGS and LD_LIBRARY_PATH should fix this, e.g. (assuming that libreadline is localed in /usr/local/lib) ./configure LDFLAGS='-L/usr/local/lib' LD_LIBRARY_PATH='/usr/local/lib' [whatever] -- All science is either physics or stamp collecting.