$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Mat Marcus (mat-lists_at_[hidden])
Date: 2008-04-14 18:01:50
On Mon, Apr 14, 2008 at 2:53 PM, Rene Rivera <grafikrobot_at_[hidden]> wrote:
>
> I'm sure we want auto-detection... But to make your immediate life
> easier you can add this to your user-config.jam:
>
> ====
> import toolset ;
> toolset.add-requirements
> <toolset>gcc-4.2.0:<target-os>cygwin
> <toolset>gcc-4.2.0:<threadapi>pthread ;
> ====
Thanks Rene! That's just what I was looking for as a stopgap.
- Mat