Hi all, while building the tool chain according to SVN-20070109, ch. 5.10, DejaGNU refused to build its test suite (make check):
------------------------------------ make[4]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite/libdejagnu' if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.4\" -I. -I. -I../.. -g -g -O2 -MT unit.o -MD -MP -MF ".deps/unit.Tpo" \ -c -o unit.o `test -f 'unit.cc' || echo './'`unit.cc; \ then mv -f ".deps/unit.Tpo" ".deps/unit.Po"; \ else rm -f ".deps/unit.Tpo"; exit 1; \ fi g++ -I../.. -g -g -O2 -o unit unit.o /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status make[4]: *** [unit] Error 1 make[4]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite/libdejagnu' ------------------------------------ I did not find any reference to this failure. Can anybody confirm this? Bernd BTW: Is there an easy way to enter a Trac bug report? http://wiki.linuxfromscratch.org/lfs/wiki/TracReports is not very helpful if you are in a hurry. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
