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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to