[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 /usr/lib/g

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
F -Original Message- From: Ronnie van Aarle Sender: lfs-support-boun...@linuxfromscratch.org Date: Tue, 17 Jan 2012 20:15:27 To: Reply-To: LFS Support List Subject: [lfs-support] 6.17. GCC-4.6.1 grep -B4 '^ /usr/include' dummy.log differs from the book Hi All, I am