[EMAIL PROTECTED] wrote: > I'm a beginner of LFS and a beginner of Linux world, starting from LFS LiveCD > 6.2.5 I have start to build my first Linux system. > > Following the instruction on LFS Book I have sucessfully compiled the > BinUtils but when I try to build the GCC I get the following error message: > > Bootstrapping the compiler > make[1]: Entering directory /mnt/lfs/sources/gcc-build/gcc-4.1.2/gcc > make[1]: *** No rule to make target 'bootstrap'. Stop. > make[1]: Leaving directory /mnt/lfs/sources/gcc-build/gcc-4.1.2/gcc > make: *** [bootstrap] Error 2 > > > some suggestions ? > > > Many thanks... > > > > > Hello,
I am building with the LFS Live CD, ver. 6.2, and had the same problem. My solution was to make a "temp" directory. I unpacked the GCC package in /mnt/lfs/temp/gcc-4.0.3 Unpacking GCC made the directory /mnt/lfs/temp/gcc-4.0.3/gcc-4.0.3 I then made and moved to a directory /mnt/lfs/temp/gcc-4.0.3/gcc-build, from which I successfully prepared for and carried out the compilation following the instructions on page 36 of the manual. I hope this helps. Best regards, Edward -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
