20 Sep
2008
20 Sep
'08
6:38 p.m.
On Sep 19, 2008, at 11:45 PM, Zeljko Vrba wrote:
On Fri, Sep 19, 2008 at 01:19:15PM -0700, kittymaguire wrote:
Is there a tool on the mac to determine why a dynamic library does not load.
I'm not well acquainted with OSX, but maybe ldd exists;
ldd ./executable
will print shared library dependencies and potential problems.
with OSX use otool instead of ldd. Start with otool -L -- Noel