$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2007-10-06 11:31:13
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?
Regards Hartmut