Re: Using dynamic library without setting environment variables
Re: Using dynamic library without setting environment variables
- Subject: Re: Using dynamic library without setting environment variables
- From: Bill Cheeseman <email@hidden>
- Date: Tue, 11 Mar 2003 07:54:35 -0500
on 03-03-11 7:24 AM, Nick Zitzmann at email@hidden wrote:
>
Try using "install_name_tool" from the command line. It should be able
>
to adjust the library's install path so you can embed the library into
>
the application package in the usual way. It has a man page...
Only if the library was compiled with the -headerpad_max_install_names
linker flag, to pad out the paths to the maximum possible length. As I
understand it.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
_______________________________________________
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.