Re: link stage ignoring my static lib!
Re: link stage ignoring my static lib!
- Subject: Re: link stage ignoring my static lib!
- From: Wade Williams <email@hidden>
- Date: Mon, 12 Nov 2007 13:02:44 -0600
On Nov 12, 2007, at 10:54 AM, Peter Mulholland wrote:
hose undefined symbols are in libGame.a - but ld has ignored the file
completely! It has been told about it, as you can see it gets passed
"lGame". Thing is, libGUID.a is also part of the project and it
parses that just fine.
Is the a libGame.dylib in the same directory? OS X (and most, if not
all Unix systems) will ignore the static library in favor of the
dynamic library. Rename or remove the dynamic library if one exists.
_______________________________________________
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