Created
February 8, 2022 16:47
-
-
Save michaelsbradleyjr/7137c7d99ebf6c1edef462e1038cb475 to your computer and use it in GitHub Desktop.
comparing otool -L output for macports libunistring and libdeflate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd /opt/local/lib | |
$ otool -L libunistring.2.dylib | |
libunistring.2.dylib: | |
/opt/local/lib/libunistring.2.dylib (compatibility version 5.0.0, current version 5.0.0) | |
/opt/local/lib/libiconv.2.dylib (compatibility version 9.0.0, current version 9.1.0) | |
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1853.0.0) | |
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.0.0) | |
$ otool -L libdeflate.0.dylib | |
libdeflate.0.dylib: | |
libdeflate.0.dylib (compatibility version 0.0.0, current version 0.0.0) | |
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.0.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment