Re: Resolving a link error
Re: Resolving a link error
- Subject: Re: Resolving a link error
- From: Eric Gorr <email@hidden>
- Date: Wed, 14 Jul 2010 09:32:12 -0400
On Jul 13, 2010, at 4:45 PM, Wim Lewis wrote: On Jul 13, 2010, at 1:21 PM, Eric Gorr wrote: I am trying to understand a link error and I have a feeling it is going to turn out to be painfully obvious. What makes this a bit stranger is that if I build with Xcode 3.2.2, the link error does not show up. It only shows up with Xcode 3.2.3...
The link error is this: ld: duplicate symbol _NERR in libCoreGeometry.a(SMLib.o) and libSMNurbs.a(U_globals.o) I only get this link error when I build the Release configuration of the target, but not the Dev configuration and I am not certain why I would not see it with the Dev configuration.
An off-the-cuff guess: is your Release configuration being built with flat namespaces but your Dev configuration being built with twolevel namespaces?
How can one determine whether the a built product has been built with flat namespaces or two level namespaces?
|
_______________________________________________
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