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

Reply via email to