This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: new gfortran failures on MacOS X
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- Cc: fortran at gcc dot gnu dot org
- Date: Mon, 24 Jul 2006 20:56:06 -0400 (EDT)
- Subject: Re: new gfortran failures on MacOS X
>
> I tried one other test...
>
> gfortran -m64 -O direct_io_6.f90
>
> ...to see if the problem was specific to 32-bit binaries
> on MacOS X. However that doesn't run. I get a run-time error of...
>
> At line dyld: lazy symbol binding failed: Symbol not found: ___umodti3
> Referenced from: /sw/lib/gcc4/lib/ppc64/libgfortran.2.dylib
> Expected in: dynamic lookup
>
> dyld: Symbol not found: ___umodti3
> Referenced from: /sw/lib/gcc4/lib/ppc64/libgfortran.2.dylib
> Expected in: dynamic lookup
>
> Trace/BPT trap
This is a bug in powerpc-darwin's libgcc, though I wonder if it
is also the problem for powerpc-aix too.
-- pinski