Boost logo

Boost :

Subject: Re: [boost] Building with clang for Windows/MingW
From: Vyacheslav Andrejev (mortituris_at_[hidden])
Date: 2014-02-01 22:51:19


Hello Edward,

ED> When trying to test clang under Windows which is built with MingW,
ED> Boost Build runs with the options:
ED>
ED> -c -x c++ -O0 -g -fno-inline -Wall -g -mthreads
ED>
ED> However clang does not recognize -mthreads and flags it as an error.

Options used for a particular toolset are described in *.jam files located
in tools/build/v2/tools. From your information it seems like you are using
options from gcc.jam, i.e. gcc toolset, not clang.

--
Vyacheslav Andrejev

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