Dana 2.3.2013 18:56, Niels Terp je napisao: > 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 > > root:/sources/gcc-build# > > Does this mean anything ? > > Niels > > >
In your case only first and second are swapped. It looks fine to me. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page