On Thu, Sep 6, 2012 at 3:13 PM, NightStrike <nightstr...@gmail.com> wrote: > On Thu, Sep 6, 2012 at 2:13 PM, Diego Novillo <dnovi...@google.com> wrote: >> Doug was trying to build with gmp 4.2.1 and ran into this error: >> >> gmp-4.2.1/include/gmp.h:515:12: error: 'std::FILE' has not been declared >> >> This bug was fixed in gmp 4.2.3, so I've bumped the minimum >> acceptable version in configure.ac >> >> Tested on x86_64 with gmp 4.2.3. Committed to trunk. > > Don't you also have to modify the contrib/download_prerequisites > script, as well as the contents of > ftp://gcc.gnu.org/pub/gcc/infrastructure ?
Actually, on closer inspection, other places list the minimum version as 4.3.2, including: http://gcc.gnu.org/install/prerequisites.html as well as the two locations that I mention above. Perhaps configure should do likewise.