[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-1.8.4 error
From: |
Ludovic Courtès |
Subject: |
Re: guile-1.8.4 error |
Date: |
Tue, 18 Mar 2008 15:57:24 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hi again,
(In the meantime, Mahmoud sent me his `config.log'.)
mahmoud hamoud <address@hidden> writes:
> checking size of char... configure: error: cannot compute sizeof (char).
Your `config.log' reads this:
configure:22969: gcc -o conftest -g -O2 conftest.c -lltdl >&5
configure:22972: $? = 0
configure:22978: ./conftest
./conftest: error while loading shared libraries: libltdl.so.7: cannot open
shared object file: No such file or directory
configure:22981: $? = 127
configure: program exited with status 127
This means that `libltdl' is not in your `LD_LIBRARY_PATH', probably
because it is install in a "non-standard" location (i.e., neither under
`/lib' nor under `/usr/lib').
The fix is to adjust your `LD_LIBRARY_PATH' (or `/etc/ld.so.conf')
accordingly.
Thanks,
Ludovic.