> Hi Chris, > Here's the output after running grep as you outlined above. > > -Jonathan > > > /sources/glibc-build/libio/tst-fopenloc.check > /sources/glibc-build/malloc/mtrace > /sources/glibc-build/libio/tst-fopenloc.mtrace>> > /sources/glibc-build/libio/tst-fopenloc.check > /bin/sh: /sources/glibc-build/malloc/mtrace: No such file or directory > make[2]: *** [/sources/glibc-build/libio/tst-fopenloc.check] Error 127 > make[2]: Target `tests' not remade because of errors. > make[2]: Leaving directory `/sources/glibc-2.10.1/libio' > make[1]: *** [libio/tests] Error 2 > --
I see several messages complaining about mtrace not being found. The usual cause for this is missing perl. Do "ls -l /usr/bin/perl" and "perl -V". -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
