On Tue, Mar 24, 2009 at 02:54:39PM -0700, Dan Tran wrote: > + make -k check > make[1]: Entering directory `/root/fdb-env/target/build/build-gcc' > make[2]: Entering directory `/root/fdb-env/target/build/build-gcc/fixincludes' > autogen -T ../../gcc-4.3.3/fixincludes/check.tpl > ../../gcc-4.3.3/fixincludes/inclhack.def > make[2]: autogen: Command not found > make[2]: *** [check] Error 127 > make[2]: Leaving directory `/root/fdb-env/target/build/build-gcc/fixincludes' > make[1]: *** [check-fixincludes] Error 2 > make[2]: Entering directory `/root/fdb-env/target/build/build-gcc/gcc' > > > is it intended to makesure gcc does not mess with linux header? > > or it is just me having this problem compiling gcc 4.3.3 in chapter 6 > > Thanks for all the helps > > -Dan What problem ? I assume 'make check' continued after what you have shown us, and eventually (several hours later) completed the tests ?
The lines you have pasted are absolutely normal for the gcc-4.3 series. As to what autogen is, or what that particular check.tpl is supposed to do, I have no idea :) ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
