Boost C++ Libraries: Ticket #5583: naming conflict with static libraries using bjam https://svn.boost.org/trac10/ticket/5583 <p> I want to build boost with a static runtime-link using the following commands: @bjam.exe -a --runtime-link=static --threading=multi --link=static --variant=debug @bjam.exe -a --runtime-link=static --threading=multi --link=static --variant=release </p> <p> Thus, the resulting files should have a "sgd" pattern in the filename, e.g. libboost_filesystem-vc80-mt-sgd-1_46_1.lib regarding the BOOST_LIB_RT_OPT in auto_link.hpp. </p> <p> <strong>How is it possible building static runtime files with bjam?</strong> Maybe it is only a bug in the jamroot. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5583 Trac 1.4.3 Steven Watanabe Tue, 31 May 2011 21:11:21 GMT status, component changed; resolution set https://svn.boost.org/trac10/ticket/5583#comment:1 https://svn.boost.org/trac10/ticket/5583#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">build</span> </li> </ul> <p> Leave out the "--". It's just runtime-link=static link=static threading=multi. As written, the arguments are being ignored. </p> Ticket