On Fri, 28 Jan 2011, Paul van Hoven wrote:
I did as you said, deleted everything, renamed gmp-5.0.1 to gmp and mpfr-3.0.0 to mpfr and copied that into the source tree of gcc-4.3.5. Then I created obj-gcc-4.3.5 and from there I called "../gcc-4.3.5/configure --prefix=/usr/local/gcc-4.3.5". So configure again ran through without any problems. Then I typed make and got the following error:
There was a bug in gcc that meant mpfr-3.0.0 couldn't be built this way. This technique will only work with a more recent version of gcc or an older version of mpfr (or a svn version of mpfr).
-- Marc Glisse