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 believe is a LC_LOAD_DYLIB command, so it won't show up when I run otool -L on the dylib?
Remove dependent shared library from a dylib?
3.3k Views Asked by jfenwick At
0
There are 0 best solutions below
Related Questions in LINKER
- How can I use LD to place ARM reset vectors in a program segment
- Need help linking listview to an ArrayAdapter error: Cannot resolve method'SetListAdapter(android.widget.ArrayAdapter<java.lang.String>)'
- Duplicate Symbols with a static library - understand the duplicate symbol error message
- Linker Script Symbols
- How to disable linker relaxation during linking phase of GCC LD?
- Adding Armadillo to Qt project
- Specify a minimum starting address for text segment
- in Makefiles, how to test for gcc's --with-ld option?
- What is the IAR equiavlent of the gcc linker NOLOAD directive?
- Embed Python2 and Python3 interpreters, choose which one to use at runtime
- Turning a statically linked library into a dynamic one
- 'The command line is too long' when linking .obj files in Windows command prompt
- Makefiile with many flags
- Linker errors for OpenBlas (+Armadillo)
- visual studio cannot resolve static functions
Related Questions in DYNAMIC-LINKING
- CMake `link_directories` for libstdc++.so
- Contiki - Run-time linking of a loadable module containing reference to another loadable module is possible?
- Turning a statically linked library into a dynamic one
- Boost unit test dynamic linking on Ubuntu
- arm-linux libstdc++ difference in debug and release
- loading shared library into shared memory
- Can a UWP program load plugin?
- library not found although I use ldconfig and /etc/ld.so.conf.d/lib.conf
- How do I implement Android Firebase dynamic links without a website?
- g++ -fPIC not producing position independent code
- Finding virtual memory address of variable on osx
- How can I "register" my library libfoo.so to link it with `-lfoo`?
- Resolving symbols differently in different dynamically loaded objects
- g++ linking a static library into a dynamic library (without -fPIC)
- cmake linking shared libraries on ubuntu
Related Questions in DYLIB
- setuptools.setup can't find dylib library files but they are there
- Change Dylib Version
- MampStack stopped working after upgrading to Yosemite and Xcode 6.3.2
- Statically link OpenSSL in XCode
- cx_Freeze and scipy - missing gfortran library?
- Static linking with libraries with Clang on OS X
- How to link dylib file in C++ builder project
- Python: Import Slycot, symbol not found: _dgesv_
- Adding "${SDK_DIR}/usr/include/libxml2" to Header Search Paths breaks cocoapods
- dylib to dylib pathing on mac osx, how to make rpath work on mac?
- Using a dylib in xcode
- Xcode wont load dylib when running on device
- Mac Excel VBA dylib (gfortran based) file operations fail
- use dynamic library in xcode 6 have error: Library not loaded: /usr/local/lib/xxx.dylib Reason: image not found
- dyld: Library not loaded. Reason : no suitable image found
Related Questions in MACH-O
- Mach-o Linker Error
- Parse In Today Extension "Mach-O Linked Error"
- Finding virtual memory address of variable on osx
- Duplicate symbol in .framework and .a
- Need help: 'Wrong Architecture' causing app to crash when launching in iOS 7 but works fine in iOS 8
- Apple Mach-O Linker Error in xcode 6
- How libgmalloc work with two level namespaces?
- Getting a mach-o plug-in bundle's path from within a dylib
- Xcode debugger does not find my files
- mach-o linker errors with metaio
- iPhone 3.1.3 GDB dyld: Symbol not found
- Patch links in a Mach-O file?
- Mach-O symbol stubs (IOS)
- How to infer imported method names from IOS Mach-O binary
- Add load command to mach-o binary
Related Questions in INSTALL-NAME-TOOL
- XCodebuild specifying target and linking a framework
- clang, change dependent shared library install name at link time
- Setting Library path in Mac OS
- Error in shell script
- install_name_tool errors on arm64
- Changing library search paths by install_name_tool
- install_name_tool: can't open input file: *.dylib for writing (Permission denied)
- install_name_tool changes not propagating on distribution
- dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicuuc.68.dylib Reason: image not found
- How to create an absolute path reference in a dylib?
- install-name-tool does not add path to library when viewed through otool?
- install_name_tool difference between -change and -id
- dyld: Library not loaded ... Reason: Image not found
- Script to patch Qt binaries after relocation on Mac OSX
- Library not loaded error with PySide on OSX
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?