This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
RE: GMP 4.2 a disaster on Darwin
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: fortran at gcc dot gnu dot org
- Date: Sun, 30 Apr 2006 18:57:57 -0400 (EDT)
- Subject: RE: GMP 4.2 a disaster on Darwin
It turns out that we can in fact build 32-bit libraries on Darwin
using the ABI=32 configure option in GMP 4.2. The resulting gmp
4.2 build passes all of its make check. Furthermore, I can use the
resulting libraries (with the proposed configure.in patch to gcc)
to build gfortran which passes all of its make check as well. So
this issue appears to be solved for Darwin.
Jack