Problem with ZeroLink and static library
Problem with ZeroLink and static library
- Subject: Problem with ZeroLink and static library
- From: Brian Webster <email@hidden>
- Date: Wed, 29 Oct 2003 11:08:02 -0600
I have an application that needs to link in a static library supplied
by a third part in the form of a .a file. I'd like to be able to use
ZeroLink while developing my app, but when I do so and try to launch
it, I get a runtime error from ld saying it can't find one of the
symbols in the static library. This is presumably because it's
actually launching the stub executable that links in object files as
needed, but this of course doesn't work for a non-dynamic library.
I have my project set up pretty normally, with a couple of frameworks
and the static library in the Frameworks & Libraries build phase for
the target. And everything works fine if I turn off ZeroLink. Is
there a way for me to link in my static library and have it work with
ZeroLink?
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.