On Thu, Dec 16, 2010 at 09:06:50PM +0100, Louis Davies wrote: > Hi, > > I am installing LFS6.5 and in the Chapter 6 I have got a problem with > gcc-4.4.1 > Until this point all things seem to be OK but, when I try to verify what the > compiler is searching for, I obtain the following result: > > #include <...> search starts here: > /usr/local/include > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include > /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include-fixed > /usr/include > > What does it mean and what I have to do? > > L. D. > -- It means you have chosen to build on i686, and that you have failed to understand the comment immediately after the list of what should be returned:
Again, note that the directory named after your target triplet may be different than the above, depending on your architecture. You have nothing wrong in your results above. The book covers both x86_64 and 32-bit x86, so its example is probably intended to show that. But I seriously question why you are using such an old version of the book ? That is two releases ago, and that series of the kernel no longer receives security fixes. I suspect that version of gcc is not adequate to compile a more recent kernel (might be wrong on that second item for i686, I no longer build for that). ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
