FROM : Laurent Cerveau
DATE : Thu Jun 19 23:56:11 2008
On Jun 19, 2008, at 11:02 PM, Kyle Sluder wrote:
> On Thu, Jun 19, 2008 at 4:40 PM, Martin <martin.<email_removed>>
> 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
DATE : Thu Jun 19 23:56:11 2008
On Jun 19, 2008, at 11:02 PM, Kyle Sluder wrote:
> On Thu, Jun 19, 2008 at 4:40 PM, Martin <martin.<email_removed>>
> 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
| Related mails | Author | Date |
|---|---|---|
| Martin | Jun 19, 22:40 | |
| Kyle Sluder | Jun 19, 23:02 | |
| Jean-Daniel Dupas | Jun 19, 23:23 | |
| Laurent Cerveau | Jun 19, 23:56 | |
| Martin | Jun 20, 09:12 | |
| Jean-Daniel Dupas | Jun 20, 09:54 | |
| Sherm Pendley | Jun 20, 11:55 | |
| Sherm Pendley | Jun 20, 12:25 | |
| Martin | Jun 21, 00:16 |






Cocoa mail archive

