Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行可能ファイルが依存している DLL を確認するにはどうすればよいですか?
GNU 開発ツールチェーン ( gcc&c) を使用するシステムでlddは、そのために使用しclangますが、たとえば Mac OS X ( を持たない) などのシステムはどうでしょlddうか?
gcc
ldd
clang
Mac OSX では、otool -L代わりにldd. これは、使用したコンパイラに関係なく機能します。他のオペレーティング システムにはさらに別のツールがある場合があります。たとえば、Windows ではDependency Walker.
otool -L
Dependency Walker