$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Compiling with Clang 3.7.0 from windows
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2015-09-03 11:22:05
On 03-Sep-15 5:02 PM, Paul A. Bristow wrote:
> [Also example>b2 -a toolset=clang-3.7.0 address-model=64
>
> fails to link as with no address-model specified (so default is 64 bit?)].
>
> Suggestions?
>
> (Have I got the wrong version of mingw? I have others from ming64 - how do I specify to use those?)
Can you get hello-world to compile by hand? Like:
"C:\Program Files\LLVM\bin\clang++.exe" -g -m64 hello.cpp
? Which MinGW are you using? Which one do LLVM folks recommend to use?
Thanks,
Volodya