[LLVMbugs] [Bug 23573] New: Compiling for MSVC (Windows) and Clang
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue May 19 06:53:29 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23573
Bug ID: 23573
Summary: Compiling for MSVC (Windows) and Clang
Product: clang
Version: 3.6
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: aaron.adato at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Can you please help me with compiling for msvc (2013) using clang (3.6) on
Windows 7.0
I am using the following command, but unsuccessful (perhaps it's the '$'):
>set CPATH=c:\PROGRA~2\MICROS~3.0\VC\include
>b2 \
toolset=clang \
link=static \
runtime-link=static \
--build-type=complete \
--abbreviate-paths \
architecture=x86 \
address-model=32 \
cxxflags="-std=c++11 -nostdinc++ -isystem $/c:/PROGRA~2/MICROS~3.0/VC/include
-stdlib=libc++" \
linkflags="-stdlib=c++ -L$/c:/PROGRA~2/MICROS~3.0/VC/lib" \
--prefix=$/c:/clang \
-j8 \
define=BOOST_SYSTEM_NO_DEPRECATED \
stage \
release \
install
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150519/99b9f8eb/attachment.html>
More information about the llvm-bugs
mailing list