install-name-tool
install_name_tool does nothing
I\'m preparing my application for deployment on OSX. The only problem is relocating the shared libraries.[详细]
2023-03-11 18:21 分类:问答Remove dependent shared library from a dylib?
I know that I can use the -change option of install_name_tool to change the name of a dependent shared library stored in a dylib, but is there a way to remove a dependent shared library, which I belie[详细]
2023-02-06 23:58 分类:问答Using install_name_tool what's going wrong?
I\'m trying to change the install path of a dylib after it has been built. I开发者_如何学编程 use otool -L to check what the current path is. And then I do:[详细]
2023-01-02 17:22 分类:问答How to deploy application that depends on dynamic libraries?
I am developing an application that uses the GStreamer library. In order to ease deployment I would like to collect all the GStreamer libraries in a local bundle. For this I wrote a little script that[详细]
2022-12-17 16:11 分类:问答dylib @executable_path path issue in a plug-in bundle
I am developing a plug-in bundle, say MyPlugIn.bundle for an application, say BigApp.app. This bundle requires a dylib, say MyPlugIn.bundle/Contents/Resources/library.dylib. I have relocated paths for[详细]
2022-12-16 17:46 分类:问答