On Mon, 10 Jan 2011 10:14:44 -0600
"mike cutie and maia" <msto...@centurytel.net> wrote:

> the book didn't tell me to put them in the source dir
> 
Err, yes it did. if you read 
http://www.linuxfromscratch.org/lfs/view/development/chapter05/generalinstructions.html
It clearly says:

Important

Before issuing the build instructions for a package, the package should
be unpacked as user lfs, and a cd into the created directory should be
performed. 

So to compile gcc you should untar the gcc source, cd into the created
directory and then: 
tar -jxf ../mpfr-3.0.0.tar.bz2
mv -v mpfr-3.0.0 mpfr
tar -jxf ../gmp-5.0.1.tar.bz2
mv -v gmp-5.0.1 gmp
tar -zxf ../mpc-0.8.2.tar.gz
mv -v mpc-0.8.2 mpc

Which would untar mpfr, gmp and mpc within the gcc source.

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