This is the error message received (when building gcc in Part V): make[2]: Entering directory `/sources/gcc-build/fixincludes' autogen -T ../../gcc-4.1.1/fixincludes/check.tpl ../../gcc-4.1.1/fixincludes/inclhack.def make[2]: autogen: Command not found make[2]: *** [check] Error 127 make[2]: Leaving directory `/sources/gcc-build/fixincludes' make[1]: *** [check-fixincludes] Error 2 make[1]: Leaving directory `/sources/gcc-build' make: *** [do-check] Error 2
The main complaint is that autogen is missing. Autogen's dependencies are m4, gmp, libtool, and guile (in that order). I've been unable to successfully install guile yet, as it complains that gmp (or was it m4?) is not installed. Autogen therefore cannot be installed. I am currently reinstalling the tools to include a patch for gcc which should resolve a glibc make check error. When I finish that task successfully, I'll come back to this problem. Harvey _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
