Boost logo

Boost Users :

Subject: Re: [Boost-users] App will not run when linked to boost thread library
From: Zeljko Vrba (zvrba_at_[hidden])
Date: 2008-09-20 01:45:28


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).


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net