$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-12-02 08:35:32
> When I try to build with threads (by including
> <boost/thread/thread.hpp>) I get the error "Thread support is
> unavailable!"
>
>
> What is the *right* way to set our build up?
Use -pthread when you compile.
John.