$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-10-06 12:20:58
Hartmut Kaiser wrote:
> Hi all,
>
> Here is another BBv2 problem (at least it's a problem for me): when
> linking with the static version of Boost.Thread I'm getting
> unresolved externals on systems using pthread (pthread_mutex_trylock,
> pthread_getspecific, etc.). Apparently I need to specify the
> -lpthread to the linker. Is there a specific way of doing so? What's
> the usual procedure to include additional external libraries in a
> systemspecific manner?
Hmmm, which compiler/platform? Setting <threading>multi should set all the
necessary flags already.
John.