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: Christian Bøtker Høj <email@hidden>
- Date: Tue, 11 Mar 2003 14:26:29 +0100
Hi again,
Thanks to both of you!
I have tried to use install_name_tool and it seems to work so the
Oracle developers must have been nice enough to create the library with
the -headerpad_max_install_names option because I have tried to make
the install_name quite a bit longer than the original and my test
application still works.
On tirsdag, mar 11, 2003, at 13:54 Europe/Copenhagen, Bill Cheeseman
wrote:
>
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.
Regards,
Christian Hxj
Software Developer
SAXoTECH
_______________________________________________
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.