F -----Original Message----- From: Ronnie van Aarle <[email protected]> Sender: [email protected] Date: Tue, 17 Jan 2012 20:15:27 To: <[email protected]> Reply-To: LFS Support List <[email protected]> Subject: [lfs-support] 6.17. GCC-4.6.1 grep -B4 '^ /usr/include' dummy.log differs from the book
Hi All, I am working on chapter 6, building gcc. After grep -B4 '^ /usr/include' dummy.log I get different results as is shown on the book page. Expected results as in the example are: #include <...> search starts here: /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/4.6.1/include /usr/lib/gcc/i686-pc-linux-gnu/4.6.1/include-fixed /usr/include However I get #include <...> search starts here: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.6/include /usr/local/include /usr/lib/gcc/x86_64-unknown-linux-gnu/4.1.6/include-fixed /usr/include I understand the difference in architecture, but the first two paths are swapped in sequence. Is this bad, and so yes, where could I have gone wrong, so I can correct it? Thanks in advance, Ronnie. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
