This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]