$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-09-22 05:25:26
mojmir.svoboda_at_[hidden] wrote:
> hello,
> i've found similar problem in python and the solution uses check for
> _SC_THREADS instead of _POSIX_THREADS. yet better solution may use
> BOOST_HAS_PTHREADS:
>
> because the file <boost/config/platform/hpux.hpp> defines
> BOOST_HAS_PTHREADS for us on the hpux+gcc.
>
> is it allright?
That looks like the right fix to me, I've forwarded the message on to the
lib author, but we haven't seen him around for a while unfortunately :-(
John.