[email protected] 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.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page