[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf version
>>>>> "Assar" == Assar Westerlund <assar@sics.se> writes:
Assar> It should test for readline in configure, so it should just
Assar> work even without the --with-readline=/usr. Can you send
Assar> me the relevant lines from config.log so I can figure out
Assar> why it fails.
Hmm... I was worried that you might say that ;-)
There isn't much useful information thought to say what is going wrong:
screen:
checking for readline... no
config.log:
configure:9368: checking for readline
configure:9464: result: no
I think I have everything required installed:
[507] [snoopy:bam] ~/cvswork/heimdal >ls -l {,/usr}/lib/libreadline*
lrwxrwxrwx 1 root root 18 Feb 23 2000 /lib/libreadline.so.2 -> libreadline.so.2.1
-rw-r--r-- 1 root root 163796 Feb 21 2000 /lib/libreadline.so.2.1
lrwxrwxrwx 1 root root 18 Mar 27 2000 /lib/libreadline.so.4 -> libreadline.so.4.1
-rw-r--r-- 1 root root 143336 Mar 21 2000 /lib/libreadline.so.4.1
-rw-r--r-- 1 root root 211852 Mar 21 2000 /usr/lib/libreadline.a
lrwxrwxrwx 1 root root 21 Sep 14 15:30 /usr/lib/libreadline.so -> /lib/libreadline.so.4
So, the development libraries are under /usr/lib.
Include files:
[508] [snoopy:bam] ~/cvswork/heimdal >ls -l /usr/include/readline/
total 60
-rw-r--r-- 1 root root 3863 Mar 21 2000 chardefs.h
-rw-r--r-- 1 root root 9294 Mar 21 2000 history.h
-rw-r--r-- 1 root root 3528 Mar 21 2000 keymaps.h
-rw-r--r-- 1 root root 24657 Mar 21 2000 readline.h
-rw-r--r-- 1 root root 2114 Mar 21 2000 rlconf.h
-rw-r--r-- 1 root root 1363 Mar 21 2000 rlstdc.h
-rw-r--r-- 1 root root 3180 Mar 21 2000 tilde.h
I could try sh -x Configure, but this will be rather verbose...
--
Brian May <bmay@csse.monash.edu.au>