Created
June 28, 2011 19:52
-
-
Save mgax/1052025 to your computer and use it in GitHub Desktop.
output of "otool -L"
This file contains hidden or 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
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