Re: Interpreting -bind_at_load warning?
Re: Interpreting -bind_at_load warning?
- Subject: Re: Interpreting -bind_at_load warning?
- From: Jim Correia <email@hidden>
- Date: Fri, 11 Nov 2005 15:56:25 -0500
On Nov 11, 2005, at 3:41 PM, Peter Boctor wrote:
I've seen this warning when linking against multiple dynamic libraries
that export the same symbol. Usually before this warning is another
warning about this duplicate symbol. If you fix the duplicate symbol
problem and have only one dynamic library export the symbol, then you
will now longer get this bind_at_load warning.
That seems to be the issue. In the detailed build log I get a bunch
of warnings of the form:
symbol _expm1f used from dynamic library /Developer/SDKs/
MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../
libSystem.dylib(floating.o) not from earlier dynamic library /usr/lib/
libmx.A.dylib(single module)
As far as I can tell though, I'm not explicitly including libSystem
anywhere in the project.
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden