5.5. GCC-4.3.3 - Pass 1

Chris Staub chris at beaker67.com
Tue Mar 17 10:37:23 MDT 2009


katot at jp.fujitsu.com wrote:
> Hello all.
> 
> This is my first E-amil to lfs-dev.
> I from Japan, and please call katot.
> 
> 
> I propose to add the following. 
> 
> gmp-4.2.4:
> ./configure --build=$LFS_TGT --prefix=/tools
> make
> make install
> 
> mpfr-2.4.1:
> ./configure --target=$LFS_TGT --prefix=/tools --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib
> make
> make install
> 
Nope, the instructions in the book are correct. My guess is you probably 
tried unpacking gmp and/or mpfr before entering the GCC source dir, or 
you unpacked them into gcc-build. Read page 5.3 very carefully - you 
unpack the source tarball for the package, cd into the source dir, then 
do the instructions on the page.


More information about the lfs-dev mailing list