In chapter 6.16 of LFS book, the output of one gcc sanity check has an obvious typo. The check is "*Verify that the compiler is searching for the correct header files:*", and the corresponding command is "*grep -B4 '^ /usr/include' dummy.log*", LFS book says the output should be:
*|#include <...> search starts here: /usr/local/include / /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/include/ /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/include-fixed /usr/include|*_* *_It's a little funny. We see that x86_64 and i686 sit together. It's impossible. Because our check is default applied to i686 architecture, the third line of the output should be: *|/usr/lib/gcc/i686-pc-linu-gnu/4.5.0/include|* I'm curious that noone has reported it, may be it's not worth reporting it. This typo appears from lfs book version 6.5, may be when x86_64 support was added to book. -- I'm very poor.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page