------- Comment #18 from rob1weld at aol dot com 2007-06-17 20:46 ------- Page: http://gcc.gnu.org/install/prerequisites.html says:
MPFR Library version 2.2.1 (or later) Necessary to build GCC. It can be downloaded from http://www.mpfr.org/. The version of MPFR that is bundled with GMP 4.1.x contains numerous bugs. Although GCC may appear to function with the buggy versions of MPFR, there are a few bugs that will not be fixed when using this version. ... If we want that page to be correct then the "MPFR_VERSION_NUM(2,2,0)" must be changed to at least "MPFR_VERSION_NUM(2,2,1)" (mandatory) and the second ["MPFR_VERSION_NUM(2,2,1)"] should require p5 (good idea). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32258