I am at this step in my LFS build (Building and installing Binutils in chroot):
http://www.linuxfromscratch.org/lfs/view/development/chapter06/binutils.html I am seeing four test failures: root:/sources/binutils-build/ld# for summary in $(find . -name '*.sum'); do echo $summary; grep FAIL $summary; done ./ld.sum FAIL: Build libdnew1a.so with --Bsymbolic-functions --dynamic-list-cpp-new FAIL: Build libdnew1b.so with --dynamic-list-data --dynamic-list-cpp-new FAIL: Run with libnew1a.so FAIL: Run with libnew1b.so Here is what ld.log tells me (Pastebin'ed for length) http://tinypaste.com/bac6e8 Google and searching the mailing lists have not found anything. It appears that fatal error: exception_defines.h: No such file or directory is the interesting part. Any idea what is going wrong? Thank You, --Chris Hamons -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page