Re: Trying to understand executable bundle loading
Re: Trying to understand executable bundle loading
- Subject: Re: Trying to understand executable bundle loading
- From: Craig Morris <email@hidden>
- Date: Wed, 09 Aug 2006 12:01:31 -0600
On 9-Aug-06, at 12:32 AM, Peter O'Gorman wrote:
Oh, wait, I just reread your original post, it is possible for
bundles to have unresolved symbols, that will be resolved by the
loader, you can use "-undefined dynamic_lookup" or -flat_namespace
to get this behavior.
Hope this helps,
It sure does. It turned out I could either just use the flag "-
undefined dynamic_lookup" with a 10.3 as the minimum OS/X target or
-flat_namespace -undefined suppress -bind_at_load
with the default 10.1 target. I did read the ld man page on this
stuff, but apparently misinterpreted it. <Sigh>
Many thanks.
--
Craig Morris
Fernie, B.C., Canada
_______________________________________________
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