bundle dylibs when loaded by a CFM app
bundle dylibs when loaded by a CFM app
- Subject: bundle dylibs when loaded by a CFM app
- From: Paul Miller <email@hidden>
- Date: Wed, 19 Jan 2005 08:48:27 -0600
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