$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] bjam for Mac OS X - clang
From: er (er.ci.2020_at_[hidden])
Date: 2011-02-22 05:32:32
>> # ----------------------
>> # Clang configuration.
>> # ----------------------
>> using clang : 4.2 : "/usr/llvm-gcc-4.2/bin/llvm-g++-4.2";
>>
And here, I replaced the line with
using clang : 4.2 : "/usr/llvm-gcc-4.2/bin/llvm-g++-4.2" ;
and invoked
sudo bjam toolset=clang-4.2
and it worked!