Commit dbee1fb3 by Kaveh R. Ghazi Committed by Kaveh Ghazi

configure.in: Update error message for missing GMP/MPFR.

	* configure.in: Update error message for missing GMP/MPFR.

	* configure: Regenerate.

From-SVN: r119465
parent 06469efd
2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Update error message for missing GMP/MPFR.
* configure: Regenerate.
2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Update MPFR version in error message. * configure.in: Update MPFR version in error message.
......
...@@ -1134,7 +1134,10 @@ if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then ...@@ -1134,7 +1134,10 @@ if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then
Try the --with-gmp and/or --with-mpfr options to specify their locations. Try the --with-gmp and/or --with-mpfr options to specify their locations.
Copies of these libraries' source code can be found at their respective Copies of these libraries' source code can be found at their respective
hosting sites as well as at ftp://gcc.gnu.org/pub/gcc/infrastructure/. 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.]) See also http://gcc.gnu.org/install/prerequisites.html for additional info.
If you obtained GMP and/or MPFR 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.])
fi fi
# Flags needed for both GMP and/or MPFR # Flags needed for both GMP and/or MPFR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment