On 4/25/07, David Murphy <[EMAIL PROTECTED]> wrote: > I'm building from the current LFS development snapshot (SVN-20070420). I'm > in section 6.12, installing GCC-4.1.2. The build, tests, and install went > ok, and all the sanity checks match the book except for one: > > The book asks you to run: > grep -B2 '^ /usr/include' dummy.log > > For which the output should be: > #include <...> search starts here: > /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include > /usr/include > > But I have an extra line in that list. Running the command (with -B3 > instead) produces: > #include <...> search starts here: > /usr/local/include > /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include > /usr/include > > Is this anything to worry about? How far back would I need to go to correct > it?
Whoops. No, that's correct. When I was testing out the command, the first output is what I had. But that's only because I usually don't install the /usr/local hierarchy until it's needed. Checking again now, your output is correct and we'll have to change the -B2 to -B3 like you say. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
