Re: Linking in CW shared lib vs. Xcode framework
Re: Linking in CW shared lib vs. Xcode framework
- Subject: Re: Linking in CW shared lib vs. Xcode framework
- From: Syd Polk <email@hidden>
- Date: Mon, 7 Aug 2006 10:10:23 -0700
On Aug 7, 2006, at 12:29 AM, Jo Meder wrote:
All the symbols were ones from my own code, nothing from frameworks
or system libraries etc. It turned out I could just remove the
files calling the problematic symbols without problems. Although
they were part of the CW project there wasn't any problem linking
it, so I guess it's just something different in the way the CW
linker works. I still don't understand what exactly was going on,
but the Xcode project is linking now and right now that's most
important thing. Thanks anyway.
Regards,
Jo
Ah, yes. If you have dead code with unresolved symbols, the
CodeWarrior linker does not care, but /usr/bin/ld does. You might try
using the dead code stripping features of Xcode if you have this
problem in the future.
-- Syd Polk
email@hidden
http://www.baritoneconsulting.com
"Let the music be your light." -- Dave Edwards, KUHF-FM, 1982
_______________________________________________
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