20 Sep
2008
20 Sep
'08
5:45 a.m.
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.
Does anyone know why boost is causing this problem.
David Philp had a related problem, and traced it back to running the strip command on the final executable. (i.e. the executable worked provided that the strip command was _not_ applied to it).