I have installed Clang at "c:\Program Files\LLVM"
try:
b2 clean
b2 toolset=clang cxxflags="-std=c++1y -stdlib=libc++"
linkflags="-stdlib=libc++" --prefix=c:\boost -j 4 stage release
b2 install toolset=clang cxxflags="-std=c++1y -stdlib=libc++"
linkflags="-stdlib=libc++" --prefix=c:\boost
but is error:
fatal error: 'corecrt.h' file not found
#include
From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Andy via Boost-users
Sent: 01 March 2017 19:11
To: boost-users@lists.boost.org
Cc: Andy
Subject: [Boost-users] How compile with clang ?
I have installed Clang at "c:\Program Files\LLVM"
try:
b2 clean
b2 toolset=clang cxxflags="-std=c++1y -stdlib=libc++" linkflags="-stdlib=libc++" --prefix=c:\boost -j 4 stage release
b2 install toolset=clang cxxflags="-std=c++1y -stdlib=libc++" linkflags="-stdlib=libc++" --prefix=c:\boost
but is error:
fatal error: 'corecrt.h' file not found
#include
participants (2)
-
Andy
-
Paul A. Bristow