hugs98 feb2001 problem with readline
Sebastian Schulz
schulzs@uni-freiburg.de
Tue, 02 Oct 2001 12:30:05 +0200
hi.
I'm trying to compile the hugs98 feb2001 release on my Suse linux 7.2.
Runing the command
./configure --with-readline
produces the following errormessage:
checking for readline in -lreadline... no
checking for readline in -leditline... no
configure: warning: readline and editline packages not available
(ignoring --with-readline)
I have two libreadline.so files on my system, which IMO should support the readline option(?):
/lib/libreadline.so.4
/lib/libreadline.so.4.2
So what am I doing wrong?
Thanks
Sebastian