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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden