On 08/11/2009 02:18 PM, 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.
>
You seem to be doing various commands out of order - for example, the 
book clearly says to unpack GMP and MPFR *before* creating gcc-build. 
Not that it's a real problem in the case of those packages as it should 
be fine long as they end up in the GCC source dir, but in the process of 
changing the order of commands you're probably missing a step somewhere. 
Just do exactly as the book says, and it should work fine. If you do so, 
and it still doesn't work, provide the contents of config.log.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to