------- Comment #1 from kargl at gcc dot gnu dot org 2006-09-28 18:40 ------- gfortran will work with the buggy mpfr. You simply will not get the bug fixes for 27021 and 28276.
You have not installed gmp-4.1.4 as distributed by the GMP developers. The mpfr.h header file in the version of mpfr included in gmp-4.1.4 does included /* Define MPFR version number */ #define MPFR_VERSION_MAJOR 2 #define MPFR_VERSION_MINOR 1 #define MPFR_VERSION_PATCHLEVEL 1 In fact it does not include any of these. -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29275