I can't seem to shake this one, and a search of lists.apple.com (and
google) reveals people *asking* this question, but NEVER anyone
*answering* this question..
In my project, I'm including a private framework, and a private
static lib, both with dozens of matching GUID symbols. (neither of
which I can modify)
the linker is _erroring_ out on "multiple definitions of symbols"
instead of just warning me.
I'm using the 2.3*56 dev preview of Xcode, and I've tried the linker
flags -multiply_defined [warning|suppress] and -
multiply_defined_unused [warning|suppress] along with
GCC_TREAT_WARNINGS_AS_ERRORS = NO, and every permutation of potential
flags I could throw at it, but it still _stops_.
(I see that the flags make it to the ld command in the console output)
What's odd is that I have other projects where I see "multiple
definitions of symbols" in the console output, but as WARNINGS..
any info would be appreciated.
_______________________________________________
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