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: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: fortran at gcc dot gnu dot org
- Date: Mon, 24 Jul 2006 20:17:28 -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
So I guess that needs fixed as well.
Jack