Hi again, (In the meantime, Mahmoud sent me his `config.log'.)
mahmoud hamoud <[EMAIL PROTECTED]> 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.
