Re: bundle dylibs when loaded by a CFM app
Re: bundle dylibs when loaded by a CFM app
- Subject: Re: bundle dylibs when loaded by a CFM app
- From: Bryan Pietrzak <email@hidden>
- Date: Thu, 20 Jan 2005 22:51:37 -0600
I'd ask this question on the xcode list where a lot of the dev tool
chain guys hang out:
http://lists.apple.com/mailman/listinfo/xcode-users
Bryan
On Jan 19, 2005, at 2:05 PM, email@hidden wrote:
Message: 2
Date: Wed, 19 Jan 2005 08:48:27 -0600
From: Paul Miller <email@hidden>
Subject: bundle dylibs when loaded by a CFM app
To: email@hidden
Message-ID:
<email@hidden>
Content-Type: text/plain; charset="us-ascii"; format=flowed
I have a Mach-O bundle library that depends on an external dynamic
library
(qt) and a third-party framework (Cg). This bundle is loaded from a CFM
host application (using CFBundleCreate and CFBundleLoadExecutable).
This
seems to work on my machine, as I have a full qt installation. But I
would
like to embed the qt library and Cg framework inside my bundle, as you
would for a standalone application. I have tried using
install_name_tool,
as is required for a standalone app, but this does not seem to help. On
another user's machine, the bundle cannot be loaded.
Are there any special steps required to create a self-standing bundle
in
this way?
I'm just looking to see if I'm doing things properly before I start
exploring other possible problems.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden