Re: using symbols from dylib
Re: using symbols from dylib
- Subject: Re: using symbols from dylib
- From: koko <email@hidden>
- Date: Tue, 31 May 2011 11:34:03 -0600
Excellent ... I thought I had read , some time ago, thay a dylib could be in the app bundle but did not see reference to that in the dylib reference.
-koko
On May 31, 2011, at 11:11 AM, Wim Lewis wrote:
>
> 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