Pierre wrote: > On Thu, 22 Nov 2001, Jari Ruusu wrote: > > What do these commands output? > > > > whereis gcc > gcc: /usr/bin/gcc /usr/share/man/man1/gcc.1.gz > > > whereis cc > cc: /usr/bin/cc > > > whereis kgcc > kgcc: /usr/bin/kgcc Above looks ok to me. Can you patch your ./configure with included patch, run 2 tests, and mail me outputs privately (or at least relevant parts)? Run each test on freshly untarred util-linux source (plus patch). make 2>&1| tee ../test1-output.txt ./configure 2>&1| tee ../test2-output.txt --- configure.old Tue Jun 19 21:27:24 2001 +++ configure Fri Nov 23 19:34:59 2001 @@ -1,4 +1,6 @@ #!/bin/sh +set -v +set -x # Configure script for util-linux - aeb, 990205 # # We need to find out the following things: @@ -56,8 +58,8 @@ DEFS= LIBS= -compile='$CC $CFLAGS $DEFS conftest.c -o conftest $LIBS >/dev/null 2>&1' -static_compile='$CC -static $DEFS conftest.c -o conftest $LIBS >/dev/null 2>&1' +compile='$CC $CFLAGS $DEFS conftest.c -o conftest $LIBS' +static_compile='$CC -static $DEFS conftest.c -o conftest $LIBS' eval COMPILE='"'$compile'"' export COMPILE Regards, Jari Ruusu <jari.ruusu@pp.inet.fi> - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/