6 Apr
2015
6 Apr
'15
6:11 a.m.
AMDG On 04/05/2015 10:44 PM, Marshall Clow wrote:
I have successfully built the boost libraries with both clang and gcc on Mac OS X for C++03,11 and 14. However, I have been only been able to build them one at a time. Specifying multiple tool sets for b2 gives an error:
It's always been that way. The names of the libraries do not include the toolset by default on OS X. Therefore building them into the same directory cannot work. You can make it work with --layout=tagged or --layout=versioned. In Christ, Steven Watanabe