$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2003-04-10 06:46:48
On Thursday 10 April 2003 12:12, John Maddock wrote:
> BTW what happens if you compile with <threading>multi ?
g++: unrecognized option '-pthread'
and afterwards the same errors. The gcc I'm using is one compiled by
HP (I just downloaded the .depot and installed it) and gcc --version
gives me
gcc (GCC) 3.2 20020329 (experimental)
The man pages also mention the '-pthread' option. Is it possible
that the gcc provided by HP does not support pthreads while the
OS does ?
toon