Do i have static or dynamic boost libraries?

后端 未结 5 2063
长情又很酷
长情又很酷 2020-12-08 17:04

I have ran bjam.exe --build-dir=\"C:\\build-boost\" --build-type=minimal msvc stage

and now I have libraries .lib with these headers, for example

<
5条回答
  •  Happy的楠姐
    2020-12-08 17:35

    See Boost getting started windows section 6.3 naming and section 6.1 on Unix naming

    For static libraries there should be a s in there e.g. -sgd so you have dynamic libraries

提交回复
热议问题