$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Build: Clang, libstdc++ and Mac 10.8
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2014-02-06 13:14:59
On Feb 6, 2014, at 9:34 AM, Lars Viklund <zao_at_[hidden]> wrote:
> On Thu, Feb 06, 2014 at 11:27:20AM -0000, Tim Burgess wrote:
>> ./b2 toolset=clang -std=c++11 cxxflags="-stdlib=libstdc++"
>> linkflags="-stdlib=libstdc++"
>
> b2 doesn't to my knowledge have an -std=c++11 option, that would belong
> in the flags for the compiler driver, if at all.
Right.
./b2 toolset=clang cxxflags="-std=c++11 -stdlib=libstdc++ linkflags="-stdlib=libstdc++
Marshall