Im in the second pass of the GCC compilation... book LFS 6.4 chapter 5.12...

im issuing this command

*../gcc-4.3.2/configure --prefix=/tools \
    --with-local-prefix=/tools --enable-clocale=gnu \
    --enable-shared --enable-threads=posix \
    --enable-__cxa_atexit --enable-languages=c,c++ \
    --disable-libstdcxx-pch --disable-bootstrap
--with-mpfr=$LFS/sources/mpfr/mpfr.h *

and im getting

*checking for correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.1+ and MPFR 2.3.0+.
Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' ... etc...
*

I confirmed that ../gmp exist and that it is version 4.2.4...

note that at the beginning I was also getting the error with mpfr and
I added the command

*--with-mpfr=$LFS/sources/mpfr/mpfr.h*

now it just complains about gmp.h

any pointers on this? I tried to point it to /usr/include/gmp.h and to
$LFS/sources/gmp/gmp-h.in because there is no other...

nothing has worked.



-- 
======================================================================
"The shortest way to do many things is to do only one thing at a time."
-- 
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