Hello all,GCC static failed to load mpfr.h because it was incompatible. The problem was caused by gcc compiling with --with-cpu=v8. The solution is to set the CFLAGS so that gcc configures as 64bit, making it compatible.
CFLAGS=${BUILD64} CXXFLAGS=${BUILD32}
Regards,
Jonathan / Cosmo_______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
