[lfs-support] 6.17. GCC-4.6.1 grep -B4 '^ /usr/include' dummy.log differs from the book

2012-01-17 Thread Ronnie van Aarle
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

Re: [lfs-support] 6.17. GCC-4.6.1 grep -B4 '^ /usr/include' dummy.log differs from the book

2012-01-17 Thread jasonpsage
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

Re: [lfs-support] 6.17. GCC-4.6.1 grep -B4 '^ /usr/include' dummy.log differs from the book

2012-01-17 Thread emteeoh
grep -B4 '^ /usr/include' dummy.log differs from the book 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