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-headers.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. -- Peter B. Steiger Cheyenne, WY -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
