26 Aug
2014
26 Aug
'14
9:43 p.m.
AMDG On 08/26/2014 03:23 PM, Edward Diener wrote:
I did not mean to imply that it was building with some other toolset but that it is executing some other executables mentioned in my user-config.jam, for what reason I do not understand. I posted the result of:
b2 --debug-configuration toolset=gcc-4.8.1
on the Boost Build forum after asked to do so but never heard anything further. The output shows that clang is being executed for some reason or other.
I see. That's the expected behavior. It's running clang in order to get the version number from the compiler. using clang ... ; is a function call which configures the clang toolset and it does so immediately. In Christ, Steven Watanabe