Boost logo

Boost :

Subject: Re: [boost] clang-win, again
From: Peter Dimov (lists_at_[hidden])
Date: 2018-10-31 14:18:57


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk