On Sat, 10 Sep 2005, rblythe wrote:

On Saturday 10 September 2005 2:17 am, Peter B. Steiger wrote:
On Fri, 2005-09-09 at 23:25 -0400, rblythe wrote:
error messages I recieved (listed below) are
resulting from the missing float.h header file.

Oooh, I know that one - because it happened to me.  When you built lfs,
did you copy the headers over from /usr/src/linux, or did you install
the "sanitized" headers?
http://www.linuxfromscratch.org/lfs/view/development/chapter06/linux-libc-h
eaders.html

I actually had to make that mistake two or three times (what, me
stubborn?) before I learned that the lfs team knows more than I ever
will :-)  Even if you installed a newer kernel than they have in the
book, use the book's headers.

Try reinstalling the headers per the lfs book and see if that doesn't
fix the float.h build problems.
[...]

Other headers (stdarg.h, stddef.h) were in the linux-2.6.8.1/include/linux
directory.  I saved this when I first compiled the kernel for this build
(thankfully) and copied those to /usr/include.

Those sound like *raw* kernel headers, *not* the headers from linux-libc-headers. Re-read what Peter said, then reinstall the linux-libc-headers from the version that you used when you built the system. Building userspace against "unsanitized" headers *will* give you the sort of grief you seem to be experiencing.

Ken
--
 das eine Mal als Trag?die, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to