Boost logo

Boost-Build :

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!


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk