Opened 7 years ago
Last modified 7 years ago
#11321 new Support Requests
Compiling for MSVC (Windows) and Clang
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.58.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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 '$'):
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
Note:
See TracTickets
for help on using tickets.