Am Montag 24 Oktober 2005 18:01 schrieb Jonas Norlander: > Hello! > > I have built LFS/BLFS 6.1 with some updated packages, one > is gcc 3.4.4. All has gone fine without problems but I wanted to > rebuild gcc with all compilers instead of just c and c++ > as in LFS, so I was doing that as in the book but "make check" reports > a lot of unexpected failures (see attached logfile) > > GCC is build with this command: > tar -xjvf gcc-3.4.4.tar.bz2 && > cd gcc-3.4.4 && > patch -Np1 -i ../gcc-3.4.4-no_fixincludes-1.patch && > patch -Np1 -i ../gcc-3.4.4-linkonce-1.patch && > sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in && > mkdir ../gcc-build && > cd ../gcc-build && > ../gcc-3.4.4/configure --prefix=/usr \ > --libexecdir=/usr/lib --enable-shared \ > --enable-threads=posix --enable-__cxa_atexit \ > --enable-clocale=gnu --enable-languages=c,c++,objc,f77,ada,java && > make bootstrap && > make -k check > > Any idea why I got this error in make check? > > //Jonas
Do you have dejagnu package installed? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
