2007-06-11

Mac OS X does not have ldd command?

The ldd command is not available in Mac OS X; however, you can use the command otool -L to get the same functionality that ldd does. The otool command displays specified parts of object files or libraries. The option -L displays the name and version numbers of the shared libraries that the object file uses. To see all the existing options, see the manual page for otool.

- From apple.com

No comments: