Re: Multiple Install Directory Paths
Re: Multiple Install Directory Paths
- Subject: Re: Multiple Install Directory Paths
- From: "Peter O'Gorman" <email@hidden>
- Date: Fri, 23 Mar 2007 22:47:07 +0900
On Mar 23, 2007, at 9:24 AM, Brian Barnes wrote:
In dim3 I have a number of libraries that are shared between the
engine and the editors. Some people don't ship the editors and
want to combine everything into a single application package.
Is there any way to have multiple installation directories, so I
can have the app look for the libraries in two locations? (i.e.,
one inside the app package, the other the libraries folder outside
of it.)
For instance, I'd have:
@executable_path/../../../Libraries
and
@executable_path/../Libraries
Not at the moment, although if you look at the dyld release note on
10.4 you'll see that -rpath is a missing feature.
I'd suggest using dynamic loading with dlopen/CFBundle etc.
Peter
_______________________________________________
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