Le 02/03/2013 18:56, Niels Terp a écrit :
>
> 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 ?
>
>
I do not think it means so much.
I have the same as you, both with LFS 7.2 and 7.3.

Looks like the output has not been edited for a few years in the book.
I guess older versions of gcc had the output reversed.

Anyway, I think you can go ahead and not worry.

Regards
Pierre
-- 
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