Boost logo

Boost :

Subject: Re: [boost] Using Clang compiler in place of GCC
From: Peter Dimov (lists_at_[hidden])
Date: 2015-06-24 08:51:33


Paul A. Bristow wrote:
> And I've run Peter's suggested clang++ -v test.cpp with
...
> and got the output clang_v_test.log
>
> Obviously I am still missing something, but I'm still puzzled at what.

It now compiles, so <iostream> is fine, but tries to link using

"C:\\Program
Files\\mingw-builds\\x64-4.8.1-win32-seh-rev5\\mingw64\\bin\\g++.exe" -v -m32
 -o a.exe

which fails. You might try placing c:\mingw\bin in the PATH before the above
one and see if it'll link using the g++ from there.


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