On Thursday 19 October 2006 19:57, Vince Greg wrote: > Hi, > I had this errors by compiling GlibC in chapter6 > > root:/sources/glibc-build# grep Error glibc-check-log > make[2]: *** [/sources/glibc-build/math/test-float.out] Error 1 > make[2]: *** [/sources/glibc-build/math/test-double.out] Error 1 > make[2]: *** [/sources/glibc-build/math/test-ifloat.out] Error 1 > make[2]: *** [/sources/glibc-build/math/test-idouble.out] Error 1
I had these errors once when compiling glibc with the -ffast-math CFLAG. Don't reproduce my errors since building glibc with the flag will result in a broken glibc. You can even succesfully build binutils with -ffast-math (though that's dangerous anyway) but building glibc will definitely give you an unusable system. -- Nothing but perfection pv -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
