31 Oct
2018
31 Oct
'18
2:18 p.m.
degski wrote:
<rc> too.
rc, the resource compiler, are you sure that's not a valid Windows-thing?
<rc> is an option of the gcc toolset: https://github.com/boostorg/build/blob/develop/src/tools/gcc.jam#L73 and so is <ranlib>: https://github.com/boostorg/build/blob/develop/src/tools/gcc.jam#L66 So, these are what clang-linux.jam uses, as it's gcc based. Whereas the msvc.jam name for this option is <resource-compiler>: https://github.com/boostorg/build/blob/develop/src/tools/msvc.jam#L109 and, since clang-win is msvc-based, I've used the latter. Your whole configuration was for clang-linux, but you tried to use it with clang-win.
How do I get 64-bit binaries then?
address-model=64 on the command line, as with msvc.