bundle dylibs when loaded by a CFM app
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com _______________________________________________ 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 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Paul Miller