ZeroLink and custom dylib or lib
ZeroLink and custom dylib or lib
- Subject: ZeroLink and custom dylib or lib
- From: Arne Scheffler <email@hidden>
- Date: Wed, 15 Jun 2005 17:40:01 +0200
Hi,
I'm trying to build projects for our products with XCode now. To speed
up the turn around time I want to use Zero Link. Our products all depend
on one static library which is build with a different project. Now I've
added the dependency of this project to the others, but debugging with
Zero Link fails somewhere in the static initializer. So this does not
seem to work. Now I've build the static lib as a dynamic one and tried
that and now the dynamic linker fails in
ImageLoader::resolveUndefined(..) with the message 'unknown symbol'.
I've searched for a way to load the dylib symbols into the debugger just
before the app starts. No success.
So my question is: Is there a way to build a project with XCode and Zero
Link active while some of the code is in another static library ?
Ah, and by the way the apps work when I turn off Zero Link, but building
them with XCode is unacceptable slow compared to CodeWarrior even with
two dual G5 machines (full build with XCode takes more than one hour,
while CW only needs 25 minutes), so I need Zero Link at least.
thanks
arne
_______________________________________________
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