$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Specifying g++-4.0 version with darwin on bjam's command-line?
From: Boris Dušek (boris.dusek_at_[hidden])
Date: 2009-09-09 14:30:55
>
> ./bjam toolset=darwin-4.0
>
>
> using darwin : 4.2 : g++-4.2 ;
> using darwin : 4.0 : g++-4.0 ;
>
Thanks, worked great.