$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-04-08 07:40:04
> The gcc toolset is already adding the -pthread option when linking
> multi-threaded variants (lines 143-145). Are you saying you need to use
> -pthread even when linking single-threaded variants?
I suspect that AIX is one of those platforms where threading is on by
default (even when <threading>multi is not specified), so yes -pthread will
always be needed.
John.