Skip to content

Instantly share code, notes, and snippets.

@mgax
Created June 28, 2011 19:52
Show Gist options
  • Save mgax/1052025 to your computer and use it in GitHub Desktop.
Save mgax/1052025 to your computer and use it in GitHub Desktop.
output of "otool -L"
alexm@tufa:~$ otool -L /usr/local/Cellar/icu4c/4.4.1/lib/libicuuc.dylib
/usr/local/Cellar/icu4c/4.4.1/lib/libicuuc.dylib:
libicuuc.44.dylib (compatibility version 44.0.0, current version 44.1.0)
libicudata.44.dylib (compatibility version 44.0.0, current version 44.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
alexm@tufa:~$ otool -L /usr/local/lib/libboost_regex-mt.dylib
/usr/local/lib/libboost_regex-mt.dylib:
/usr/local/lib/libboost_regex-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment