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
