How do i find out the dylib dependencies of a binary?
Up to Table of ContentsThis FAQ applies to: Any version.
How do i find out, against which dynamic libraries a certain binary (e.g. the Gem-binary) is linked?
This is not Gem-specific, but i keep forgetting it. So here is the answer:
linux
ldd <binary>
osx
otool -L <binary>
w32
??