OK I figured this one out. It was because I had multiply defined
globals. And I had multiply defined globals because of the way the
structs in the header were defined.
struct MyStructTag
{
long data;
}; MyStruct
MyStruct was actually an instance of MyStructTag.
After I fixed the headers, the link error dissapeared :)
--
elfdata.com/plugin/ Industrial strength string processing, made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
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