------- Comment #6 from david dot sagan at gmail dot com 2009-10-14 04:40 ------- (In reply to comment #5) > > checking for correct version of mpfr.h... no > > That is correct error since mpfr cannot be used as you configured gcc so it is > not the correct version :). >
No. This is not correct. See comment #3. It has nothing to do with the version of MPFR. The problem was that MPFR was built against a different version of GMP than the GMP version specified on the configure line. So the error message is wrong. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40833