Re: Linking to third-party Frameworks and dylibs from a plug-in
Re: Linking to third-party Frameworks and dylibs from a plug-in
- Subject: Re: Linking to third-party Frameworks and dylibs from a plug-in
- From: "Sherm Pendley" <email@hidden>
- Date: Tue, 11 Mar 2008 01:25:30 -0400
On Mon, Mar 10, 2008 at 10:23 PM, Dan Korn <
email@hidden> wrote:
(Also, using install_name_tool with the -id option to change the
"name" of any of the dylibs or frameworks doesn't seem to have any
effect on loading them; so I wonder what the purpose of this option is.)
It changes the install_name of the framework. Stuff that links to the framework after that point will pick up the new name. Anything that was linked prior to that won't pick up on the change until it's re-linked.
My only other question is, is there someplace where @executable_path
and @loader_path and any other possible settings are documented? I
looked around but couldn't find anything official.
_______________________________________________
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