Re: bundle dylibs when loaded by a CFM app
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com http://lists.apple.com/mailman/listinfo/xcode-users Bryan On Jan 19, 2005, at 2:05 PM, darwin-dev-request@lists.apple.com wrote: Message: 2 Date: Wed, 19 Jan 2005 08:48:27 -0600 From: Paul Miller <paul@fxtech.com> Subject: bundle dylibs when loaded by a CFM app To: darwin-dev@lists.apple.com Message-ID: <6.2.0.14.2.20050119084416.08742d08@mail.profoundeffects.com> Content-Type: text/plain; charset="us-ascii"; format=flowed 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I'd ask this question on the xcode list where a lot of the dev tool chain guys hang out: 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? This email sent to site_archiver@lists.apple.com
participants (1)
-
Bryan Pietrzak