简体   繁体   English

在Windows VS2015中构建boost_exception库

[英]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 . 这将生成静态库libboost_exception-<...>.lib但不会生成boost_exception-<...>.libboost_exception-<...>.dll

I am using Visual Studio developer command prompt to build boost. 我正在使用Visual Studio开发人员命令提示符构建增强功能。

What I might be doing wrong? 我可能做错了什么?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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