Skip to content

Instantly share code, notes, and snippets.

@michaelsbradleyjr
Created February 8, 2022 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelsbradleyjr/7137c7d99ebf6c1edef462e1038cb475 to your computer and use it in GitHub Desktop.
Save michaelsbradleyjr/7137c7d99ebf6c1edef462e1038cb475 to your computer and use it in GitHub Desktop.
comparing otool -L output for macports libunistring and libdeflate
$ 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