bsd dynamic library dependencies help
bsd dynamic library dependencies help
- Subject: bsd dynamic library dependencies help
- From: Xochitl Lunde <email@hidden>
- Date: Tue, 29 Dec 2009 09:45:23 -0600
I created a new Xcode project and added
targets for two of my BSD dynamic libraries, "foo" and "bar".
The code in "foo" depends on the code in "bar".
"bar" compiles just fine and creates in build/Resources
two things: libbar.dylib and a folder, libbar.dylib.dSYM. "foo"
won't build. The compile looks fine, "bar" headers are
found, but then it goes to a linking phase and complains that all
symbols from "bar" are missing. If I change "foo"
to a BSD Static library, then there is no problem and the archive is created.
Why is my "foo" library trying to link in symbols from
"bar"? I don't have an executable created yet at all, just
these two BSD dynamic library targets. How do I fix this?
Thanks. _______________________________________________
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