Boost logo

Boost :

Subject: Re: [boost] Boost.Build and Microsoft C2 clang
From: Peter Dimov (lists_at_[hidden])
Date: 2017-06-27 00:13:44


Niall Douglas wrote:
> Can someone who has this working right please tell me how they persuaded
> Boost.Build to correctly invoke Microsoft C2 clang as the compiler and get
> it to link properly?

This is what I have in my user-config from earlier tests:

using clang : 14.1 :
  "C:/Program Files (x86)/Microsoft Visual
Studio/2017/Community/VC/Tools/ClangC2/14.10.25903/bin/HostX86/clang.exe" :
  <linkflags>-v
  <linkflags>"-fuse-ld=\"C:\\Program Files (x86)\\Microsoft Visual
Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.10.25903\\bin\\HostX86\\link.exe\""
;


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