multiple definitions of symbol _xxxx
multiple definitions of symbol _xxxx
- Subject: multiple definitions of symbol _xxxx
- From: Ken Tozier <email@hidden>
- Date: Fri, 9 Feb 2007 01:35:33 -0500
Hi
I know this is really basic but after 5 years of using #import in
Objective C and never having to deal with #include conflicts the
following error has me stumped.
I'm seeing a bunch of the following errors in the XCode build window
of a loadable Carbon bundle.
multiple definitions of symbol _SOME_SYMBOL_NAME
And this in the build details pane
/usr/bin/ld: multiple definitions of symbol _SOME_SYMBOL_NAME
/<path>/Objects-normal/i386/SourceFile1.o definition of
_SOME_SYMBOL_NAME in section (__TEXT,__text)
/<path>/Objects-normal/i386/SourceFile2.o definition of
_SOME_SYMBOL_NAME in section (__TEXT,__tex)
"_SOME_SYMBOL_NAME" is in the header file for a 3rd party library I'm
using and I have several of my own source files that need to make use
of this library. I think there is a circular reference going on but
don't remember how to solve it.
Any help appreciated
Ken
_______________________________________________
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