$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-04-20 14:58:58
On 4/20/05, Tom Tan (SH/RDC) <tom.tan_at_[hidden]> wrote:
> got it, then why do i have to turn on the '-pthread' option of g++ when using boost_thread library?
Because you need that option to enable multi-threaded code. The Boost
Threads library isn't much use without it :-)
-- Caleb Epstein caleb dot epstein at gmail dot com