On the GCC page (chapter 6) there appears to be a slight error in one of the text examples for verfication of functionality. Under the command `grep -B4 '^ /usr/include' dummy.log' there follows the following text:
#include <...> search starts here: /usr/local/include /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.1/include /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include-fixed /usr/include should this not be: #include <...> search starts here: /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include-fixed /usr/include I realise that each architecture would produce a different result, however, with it currently the way it is I can imagine it being rather confusing.
pgpDRVMEqJG9Q.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page