LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   LFS 7.0 chapter 6.17 sanity check problem (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-7-0-chapter-6-17-sanity-check-problem-918088/)

manzig 12-10-2011 05:16 PM

LFS 7.0 chapter 6.17 sanity check problem
 
hello,

I have a slight difference while performing the sanity check

LFS book expect
Code:

#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

using the command : grep -B4 '^ /usr/include' dummy.log

i have the same but in different order :
Code:

root:/sources/gcc-build# grep -B4 '^ /usr/include' dummy.log
#include <...> search starts here:
 /usr/lib/gcc/i686-pc-linux-gnu/4.6.1/include
 /usr/local/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.6.1/include-fixed
 /usr/include

do I need to care about this ?

spiky0011 12-11-2011 04:19 AM

Hi I,m pretty sure I had the same output on my LFS build and I carried on to BLFS, All the outputs are the same as book but just different order.


All times are GMT -5. The time now is 10:10 PM.