Hi, On Sat, Mar 02, 2013 at 06:56:29PM +0100, Niels Terp wrote: > Hi, > I'm doing the newly released version 7.3 on a OpenSuSE 12.3 host (32 bit). > In this chapter I get some of the output right, but in the wrong sequence: > The command grep -B4 '^ /usr/include' dummy.log > Should give this output: > #include <...> search starts here: > /usr/local/include > /usr/lib/gcc/i686-pc-linux-gnu/4.7.2/include > /usr/lib/gcc/i686-pc-linux-gnu/4.7.2/include-fixed > /usr/include > But in my case I get: > root:/sources/gcc-build# grep -B4 '^ /usr/include' dummy.log > #include <...> search starts here: > /usr/lib/gcc/i686-pc-linux-gnu/4.7.2/include > /usr/local/include > /usr/lib/gcc/i686-pc-linux-gnu/4.7.2/include-fixed > /usr/include > Does this mean anything ? > Niels The sequence is not a concern - just that the right include dirs are being searched. On my system, the order of the output is similair to yours with no problems.
In other words, don't worry, grab your drink of choice and carry on. Best of luck ae -- http://elian001.wordpress.com -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page