Re: install_name_tool
Re: install_name_tool
- Subject: Re: install_name_tool
- From: Laurent Cerveau <email@hidden>
- Date: Thu, 19 Jun 2008 23:56:11 +0200
On Jun 19, 2008, at 11:02 PM, Kyle Sluder wrote:
On Thu, Jun 19, 2008 at 4:40 PM, Martin <email@hidden>
wrote:
And as you can see, nothing has changed and the first line has
certainly not
been replaced by "bla". What am I doing wrong?
Shouldn't you be using the -id flag, not -change?
I usually do both of them (for framework embedding). E.g to make a
framework embeddable
install_name_tool -change /Library/Frameworks/$EXECUTABLE_PATH
@executable_path/../Frameworks/$EXECUTABLE_PATH $EXECUTABLE_NAME
install_name_tool -id @executable_path/../Frameworks/
$EXECUTABLE_PATH $EXECUTABLE_NAME
I think one option is about install path while the other is about
identification
laurent
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden