简体   繁体   中英

Building boost_exception library in windows VS2015

I am trying to build boost exception library but unable to do so. Here is what I have done.

cd <to boost dir>
bootstrap.exe 
b2.exe link=shared runtime-link=shared --with-exception

This generates static libraries libboost_exception-<...>.lib but not boost_exception-<...>.lib and boost_exception-<...>.dll .

I am using Visual Studio developer command prompt to build boost.

What I might be doing wrong?

Boost Exception仅是标头,不需要构建任何东西。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM