Re: dylibs in bundle?
Re: dylibs in bundle?
- Subject: Re: dylibs in bundle?
- From: Drew McCormack <email@hidden>
- Date: Mon, 18 Nov 2002 08:37:43 +0100
On Monday, November 18, 2002, at 04:11 AM, Terence G4 Mac wrote:
Hi all,
I've got a PB project which uses some dylibs (currently in
/usr/local/lib), and that works well.
However, due to some oddities with Vise, it's sometimes difficult to
get the dylibs to install correctly. For that reason, and just for the
asthetics of it, I'd like to include the dylibs in the application
bundle, but I'm uncertain as to how to go about that.
Has anyone attempted something like this before and if so, can you
advise me on what to do?
I looked into this some time back, but it wasn't straightforward.
Basically you have to compile the dylibs with an install path set to
where you want them installed (eg @executable_path/../Frameworks). Then
you simply add a Copy Phase to your build which copies the libraries
there. This assumes you can compile the libraries yourself, of course.
I posted to this list, or project builder users, when I was doing it,
and got some interesting info from one of Apple's engineers. He
explained how you can change the install path WITHOUT having to compile
the libraries yourself. You could try a search at cocoa.mamasam.com to
find that response.
Drew
Thanks,
Terence
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ...
Dr. Drew McCormack
Trade Strategist (www.trade-strategist.com)
Trading simulation software for Mac OS X
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.