With a filelist that just consists of 10 .o files produces a raft of
multiple define warnings :
/usr/bin/ld: warning multiple definitions of symbol _expm1f
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-
darwin8/4.0.1/../../../libmx.dylib(single module) definition of _expm1f
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/powerpc-apple-
darwin8/4.0.1/../../../libSystem.dylib(floating.o) definition of _expm1f
And so on for about 25 other single precision math functions.
The mx library is not on the link line, nor is it defined as part of my
project - so how is it getting included in this link ?
This error also only occurs if I when doing a PPC Link. The Intel Link
stage (on a Transition Kit or on PPC) works just fine.
Andrew 8-)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden