|
From: Per P. <per...@ma...> - 2007-01-25 22:20:57
|
>> >> However, using ./configure --with-readline=/path/to/your/gnu/ >> libreadline should work if libreadline is installed somewhere. This is strange, using --with-readline=/path/to/your/gnu/libreadline doesn't seem to affect the linking. I still get the missing symbols error caused by libedit. Ah, now I see! (checking configure.in): It is supposed to be --with-readline=/usr/local for a libreadline in / usr/local/lib. Maybe its just me, but from ./configure --help I expected the option to be either: --with-readline=/usr/local/lib or --with-readline=/usr/local/lib/libreadline.dylib Maybe we should rephrase the help text a little? /Per |