7 Sep
2008
7 Sep
'08
1:31 a.m.
John Horne wrote:
Under CentOS 5.2 I'm having difficulty getting it to compile. It throws up errors such as 'undefined reference to `using_history''.
Ah, the joys of different dependencies on different systems. Why can't we just have inter-library dependencies that work?
It looks like the 'configure' test needs to include '-lcurses' as well as '-lreadline' when checking for readline. Then if the test passes set the libraries to include '-lreadline -lhistory -lcurses'. I did that and then both configure and make worked okay.
OK. I'll fix configure, thanks. Alan DeKok.