> $ ../configure --with-gmp=/usr --with-mpfr=/usr --with-mpc=/usr 
> --prefix=/u/gnu/proj/gcc-git/_i \
>  --enable-languages=c,c++,ftn --enable-bootstrap
> [...]
> Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
> their locations.  Source code for these libraries can be found at
> their respective hosting sites as well as at
> ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
> http://gcc.gnu.org/install/prerequisites.html for additional info.  If
> you obtained GMP, MPFR and/or MPC from a vendor distribution package,
> make sure that you have installed both the libraries and the header
> files.  They may be located in separate packages.
> $ rpm -q -a|egrep -i 'libmpc|gmp|mpfr'
> libgmpxx4-32bit-5.0.5-3.3.3.x86_64
> libmpcdec5-1.2.6-25.1.2.x86_64
> libmpfr4-3.1.0-2.1.3.x86_64
> gmplayer-1.1+35127-1.6.x86_64
> mpfr-devel-3.1.0-2.1.3.x86_64
> libgmp10-32bit-5.0.5-3.3.3.x86_64
> libmpc2-0.8.2-15.1.3.x86_64
> gmp-devel-32bit-5.0.5-3.3.3.x86_64
> gmp-devel-5.0.5-3.3.3.x86_64
> mpfr-devel-32bit-3.1.0-2.1.3.x86_64
> libgmpxx4-5.0.5-3.3.3.x86_64
> libgmp10-5.0.5-3.3.3.x86_64
> libmpfr4-32bit-3.1.0-2.1.3.x86_64

Since the requisite packages are, in fact, installed, it must be
that I don't know how to tell configure where to find them.
The installation prefix is "/usr", so what more is this configure
thing really asking for?  Also, why not test for rpm existence and
query rpm for what is needed?  It isn't on every platform, but it
is common enough that it would make life easier to try it to see
if it works.

Anyway, what is this error message asking for?

Thank you - Bruce

Reply via email to