This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: no joy with 20050723 gcc-4.1 snapshot
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: dominiq at lps dot ens dot fr, geoffk at apple dot com
- Cc: fortran at gcc dot gnu dot org, howarth at bromo dot msbb dot uc dot edu
- Date: Thu, 28 Jul 2005 16:24:23 -0400 (EDT)
- Subject: Re: no joy with 20050723 gcc-4.1 snapshot
Geoff,
I previously posted the full error message in...
http://gcc.gnu.org/ml/fortran/2005-07/msg00417.html
It is of the form...
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used
symbol _clogf used from dynamic library /usr/lib/libSystem.dylib(complex.o) not from earlier dynamic library /usr/lib/libmx.A.dylib(single module)
and is repeated for a slew of other math related symbols. I can see this
problem on MacOS X 10.4 with yesterday's gcc 4.0 branch cvs as well as the
4.0-20050721 snapshot. Interestingly I built the main trunk cvs (which I assume
is 4.1 branch) last night for the first time and it doesn't exhibit the
problem.
Jack
ps I'll try a new pull of the main trunk tonight to make sure it is
constant in not exhibiting the problem.