Hi, I am preparing to upgrade to glibc-2.2.2, so I compiled the binutils-2.11 from source with the following command;
../binutils-2.11/configure --prefix=/usr --enable-shared --with-gnu-ld --with-included-gettext --mandir=/usr/share make make check Part of the errors are: ... EXPECT=expect ; export EXPECT ; \ if [ -f ./../expect/expect ]; then \ TCL_LIBRARY=`cd ../../binutils-2.11/gas/../tcl/library && pwd`; \ export TCL_LIBRARY; \ fi; \ runtest=runtest; \ cd testsuite; \ if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ $runtest --tool gas --srcdir ${srcdir}/testsuite \ ; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find tool init file Test Run By root on Tue May 22 04:35:11 2001 Native configuration is i586-pc-linux-gnu === gas tests === ... ... WARNING: Couldn't find tool init file Test Run By root on Tue May 22 04:35:26 2001 Native configuration is i586-pc-linux-gnu === ld tests === ... ... # of expected passes 94 # of unexpected failures 1 # of expected failures 11 /home/alan/src/binutils-build/ld/ld-new 2.11 make[3]: *** [check-DEJAGNU] Error 1 make[3]: Leaving directory `/home/alan/src/binutils-build/ld' make[2]: *** [check-am] Error 2 make[2]: Leaving directory `/home/alan/src/binutils-build/ld' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/alan/src/binutils-build/ld' make: *** [check-ld] Error 2 My system is Debian 2.2r3 with gcc-2.95.2 glibc-2.1.13 x-windows 4.0.2 kernel 2.2.18 binutils-2.9.5 expect5.31_5.31.8-3_i386.deb and dejagnu_1.3-19990614-4_all.deb installed by apt-get Any ideas please ? Sherab __________________________________________________ Advertise with ZFREE - to find out more click below http://www.zfree.co.nz/about-us/advert.html