$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-07-29 05:25:49
> Either add the "-pthread" option to your compiles (and links) manually,
> or use a build system tool that adds it for you (like Boost.Build).
There isn't a -pthread option on BSD, it's spelled -lpthread :-)
John.