Re: Compilation leads to Undefined symbols of a nested static lib
Re: Compilation leads to Undefined symbols of a nested static lib
- Subject: Re: Compilation leads to Undefined symbols of a nested static lib
- From: Dmitry Markman <email@hidden>
- Date: Sun, 16 Mar 2008 12:32:52 -0400
open your target and find
setting other link flags and just add -all_load
also you can see man page from Xcode:
goto Xcode Menu Help and the very end Item will be your friend.
On Mar 16, 2008, at 12:29 PM, Alfred Van Hoek wrote:
On Mar 16, 2008, at 11:50 AM, Dmitry Markman wrote:
I hope solution for the
discussion for CFBundleGetFunctionPointerForName will help you
namely use -all_load flag, when you link your final binary
Forgive my ignorance, but where would you set this flag in the Xcode
project?
see also man page for the linker ld
OK, I am a lay when it comes to man page and everything that comes
with Terminal,
Alfred
Dmitry Markman
_______________________________________________
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