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. 




________________________________
From: Bruce Dubbs <[email protected]>
To: LFS Support List <[email protected]>
Sent: Tuesday, August 11, 2009 9:11:03 AM
Subject: Re: 5.12.1 GCC-4.3.2 - Pass 2 LFS book ver 6.4

G W wrote:
> I better clarify where I'm at in the book.
> 
> 5.12.1 GCC-4.3.2 - Pass 2 LFS book ver 6.4
> 
> after expect -c "spawn ls"
> 
> I'm at:
> 
> cp -v gcc/Makefile.in{,.orig}
> 
> the cp command above and commands after, I don't know what directory I'm 
> supposed to be in??

Re-read Section 5.3, General Compilation Instructions.  Pay special attention 
the the 2nd note labeled "Important".

  -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page



      
-- 
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