Douglas R. Reno <renodr2002 <at> gmail.com> writes: > > > Hello, > I am having a completely different output than the book says when running "grep -B4 '^ / usr/include' dummy.log", I get the following output: > ignoring nonexistent directory "/tools/ lib/gcc/i686-pc-linux-gnu/4.7.1/../../../../ i686-pc-linux- gnu/include" > ignoring duplicate directory "/usr/ include" > #include "..." search starts here: > #include <...> search starts here: > /usr/include > And that is all the output I get. I am using OpenSUSE 12.1 as a host. > Can you please tell me what I did wrong and how to fix it? > Thank you all for the help, > Douglas Reno > >
I would also like to bring up that my output from "grep -o '/usr/lib.*/ crt[1in].*succeeded' dummy.log" reads: /usr/lib/crt1.o succeeded /usr/lib/crti.o succeeded /usr/lib/crtn.o succeeded Also, i am using GCC 4.7.1 instead of 4.7.2, if that helps any. I have built several other systems with that same version. Douglas Reno -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
