G W wrote: > I went back and re-read Section 5.3. > > I deleted all my build directories and sources. > > I then went into $LFS/sources and tar xjvf gcc-4.3.2.tar.bz > > Then I cd into gcc.4.3.2 > issued the commands cp and sed, and for commands. Everything worked. > > Then I cd ..; mkdir gcc-build > I tar xjvf to mpfr-2.3.2.tar.bz2 and gmp-4.2.4.tar.bz2 and mv mpfr-2.3.2 to > gcc-4.3.2/mpfr also the same to gmp-4.2.4 > > cd gcc-build the configure worked fine, however when I run make under > gcc-build I get an error > > make: *** No targets. Stop. > > I have Makefile, config.log config.status serdep.tmp in the gcc-build > directory.
I don't know if English is your native language. It appears not. You are not following the instructions. After the you should cd gcc-4.3.2, not cd gcc.4.3.2 Next you untar mpfr and gmp, and do the mv commands -- not cd ..;mkdir gcc-build which is not the same as the book: mkdir -v ../gcc-build cd ../gcc-build If you don't know what you are doing and can't follow instructions, perhaps this is not the project for you. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
