GNOME Bugzilla – Bug 584028
bootstrap: gmp fails to build on amd64 (Intel E5450)
Last modified: 2009-05-29 22:18:21 UTC
checking compiler cc -m32 -O2 -fomit-frame-pointer ... no checking compiler cc -O2 -fomit-frame-pointer ... yes checking compiler cc -O2 -fomit-frame-pointer has sizeof(long)==4... no configure: error: could not find a working compiler, see config.log for details config.log says: conftest.c:4: error: size of array 'test_array' is negative With 4.3.1, it passes. <tarball id="gmp" version="4.3.1"> <source href="ftp://ftp.gnu.org/gnu/gmp/gmp-4.3.1.tar.bz2" size="1881090" md5sum="26cec15a90885042dd4a15c4003b08ae"/> </tarball>
Fine, please do the update.
thanks commit ba6b706922226942f8e2e16fc25e57e8025cb463 Author: Marc-André Lureau <marcandre.lureau@gmail.com> Date: Sat May 30 01:10:32 2009 +0300 [bootstrap] update gmp to 4.3.1 to fix amd64