Bootstrap of gcc-4.1-20060901 freezes during building of libgfortran
I have tried to compile the last two 4.1 snapshots dated 20060825 and 20060901. In both cases the bootstrap gets stuck while in the section [configure-target-libgfortran]. I am building on a Dual G5 PowerMac running 10.4.7. The following are the configure settings used in the build: ../gcc-4.1-20060901/configure --prefix=/usr/local/gcc41x --program- suffix=-41x --mandir=/usr/local/share/man --infodir=/usr/local/share/ info --with-gmp=/usr/local/gmp421/ --with-mpfr=/usr/local/mpfr220/ -- enable-languages=c,c++,fortran --enable-werror --disable-multilib -- enable-shared --enable-static --with-included-gettext I've attached a gzip copy of the make file outout showing where it got stuck. I've never previously had this problem when I compiled GCC 4.1.1 with gfortran support. Thanks, Chris Talley gcc41x_make.log.gz Description: GNU Zip compressed data
Building gfortran with gcc-4.2-20060906 also freezes
I hope this is the right mailing list for this question. As with my previous post (Bootstrap of gcc-4.1-20060901 freezes during building of libgfortran) , building gfortran with gcc-4.2-20060906 freezes in the same place. Does anyone have any suggestions of what I may be doing wrong? I've built gfortran many times up through gcc-4.1.1 and never had this problem. Any help would be greatly appreciated. Thanks, Chris Talley
Re: Building gfortran with gcc-4.2-20060906 also freezes
Andrew, Thanks for the tip. I'll try to recompile GMP and MPFR. GMP and MPFR are VERY difficult to compile correctly on a Darwin system. Any hints on proper configure settings for GMP-4.2.1 / MPFR-2.2.0-patched on Darwin? Thanks, Chris Talley On Sep 7, 2006, at 12:03 PM, Andrew Pinski wrote: On Thu, 2006-09-07 at 11:56 -0500, Chris Talley wrote: The freeze usually means the GMP you have installed is broken. Thanks, Andrew Pinski