Re: Lost in Linking a Framework within the App bundle
Re: Lost in Linking a Framework within the App bundle
- Subject: Re: Lost in Linking a Framework within the App bundle
- From: Matt Jarjoura <email@hidden>
- Date: Tue, 20 Jul 2004 20:34:50 -0400
install_name_tool only works on the actual binary itself and not the
dynamic library (do to sizing constraints)
-Matt
On Wed, 21 Jul 2004 01:40:05 +0200, Frederick Cheung <email@hidden> wrote:
>
On 21 Jul 2004, at 01:16, Charles PARNOT wrote:
>
>
> At 10:15 -0700 7/20/04, Ron Ballesteros wrote:
>
>> I'm currently trying include a Framework that my app uses in the
>
>> application bundle. The framework that I am using is MulleCipher from
>
>> http://www.mulle-kybernetik.com/software/MulleCipher/
>
>> <snip>
>
>> One thing that I wasn't able to reproduce was to create another build
>
>> style of "INSTALL_PATH" and setting that to
>
>> @executable_path/../Frameworks. Everytime I created one and entered
>
>> "INSTALL_PATH", it wouldn't take the name.
>
>> It just left it blank.
>
>> <snip>
>
>
>
> From what you say, I think you did not do what follows, so just in
>
> case here is a potential solution:
>
> I believe you have to recompile the framework itself with
>
> @executable_path/../Frameworks, as explained here:
>
> http://www.cocoadevcentral.com/articles/000042.php
>
>
>
> (good thing you have the source code, otherwise you are stuck)
>
not quite. I believe you can use install_name_tool to change the
>
Install path.
>
>
Fred
>
>
>
>
>
> good luck,
>
> --
>
> Charles PARNOT
>
> email@hidden
>
>
>
> Help science go fast forward:
>
> http://cmgm.stanford.edu/~cparnot/xgrid-stanford/
>
>
>
> Room B157 in Beckman Center
>
> 279, Campus Drive
>
> Stanford University
>
> Stanford, CA 94305 (USA)
>
>
>
> Tel +1 650 725 7754
>
> Fax +1 650 725 8021
>
> _______________________________________________
>
> 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.
>
_______________________________________________
>
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.
>
>
--
Matt Jarjoura
:: They say life is like a bowl of cherries, eat it up! ::
_______________________________________________
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.