$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] App will not run when linked to boost thread library
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-09-20 14:38:53
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