$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-02-13 05:52:07
> I tried your suggestion and got this error message:
> Any other suggestions? I've already set the LIBS variable to
> "-lpthread".
OK we're making progress (honestly!) can you please try one more patch this
time to boost/platform/bsd.hpp, basically I suspect the unistd.h isn't
defining _POSIX_THREADS so threading support isn't picked up on.
John.