the book didn't tell me to put them in the source dir

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Andrew Benton
Sent: Monday, January 10, 2011 9:04 AM
To: [email protected]
Subject: Re: question about gcc

On Mon, 10 Jan 2011 08:32:38 -0600
"mike cutie and maia" <[email protected]> wrote:

> hi,
> 
>  
> 
> gcc tells me i don't have gmp or mpc how do i include them in the compiler
> or do i need to configure them first?
> 
If you follow the book you will compile them as you compile gcc. As the
book says:
> GCC now requires the GMP, MPFR and MPC packages. As these packages may
> not be included in your host distribution, they will be built with GCC.
> Unpack each package into the GCC source directory and rename the
> resulting directories so the GCC build procedures will automatically
> use them: 
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

Is there some part of that that you don't understand?

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