http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455

--- Comment #19 from Vincent Lefèvre <vincent at vinc17 dot org> 2010-12-12 
23:02:58 UTC ---
FYI, the problem has been handled in the MPFR trunk r7291 for MPFR 3.1.0.
MPFR's configure script now retrieves the location of the GMP source from GMP's
Makefile and adds the necessary -I... flags to CPPFLAGS.

Note also that the behavior will be different from the one with MPFR 2.x. A
side effect is that library versioning is not supported in this case (by that,
I mean that a GMP upgrade without recompiling MPFR against the new GMP version
may break things) because providing --with-gmp-build makes the MPFR build use
GMP's internals, which may change without notice.

Reply via email to