ldd for OSX

The equivalent is otool -L:

Code:
$ otool -L /bin/ls
/bin/ls:
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 55.0.0)
 
Back
Top