Re: using symbols from dylib
Re: using symbols from dylib
- Subject: Re: using symbols from dylib
- From: Wim Lewis <email@hidden>
- Date: Tue, 31 May 2011 10:11:50 -0700
On 30 May 2011, at 1:21 PM, koko wrote:
> Are there any 'gotchas' on installing (using PackageMaker, for example) dylib's into /usr/local/lib ?
It works, but if the dylib is used by a single .app it's nicer to keep it inside your app bundle. You can compile the dylib with an install path that uses the @executable_path, @rpath, or @loader_path tokens in order to make this work. These are documented at the end of the dyld(1) man page.
_______________________________________________
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