Commit ca558912 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

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

	* configure: Regenerate.

From-SVN: r118568
parent 4eb7fd83
2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Robustify error message for missing GMP/MPFR.
* configure: Regenerate.
2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com> 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
...@@ -1118,7 +1118,11 @@ fi ...@@ -1118,7 +1118,11 @@ fi
CFLAGS="$saved_CFLAGS" CFLAGS="$saved_CFLAGS"
if test x$have_gmp != xyes; then if test x$have_gmp != xyes; then
AC_MSG_ERROR([Building GCC requires GMP 4.1+ and MPFR 2.2+. Try the --with-gmp and/or --with-mpfr options.]) AC_MSG_ERROR([Building GCC requires GMP 4.1+ and MPFR 2.2+.
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
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.])
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