Opened 11 years ago
Closed 11 years ago
#5583 closed Bugs (invalid)
naming conflict with static libraries using bjam
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
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
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.
How is it possible building static runtime files with bjam? Maybe it is only a bug in the jamroot.
Change History (1)
comment:1 by , 11 years ago
Component: | None → build |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Leave out the "--". It's just runtime-link=static link=static threading=multi. As written, the arguments are being ignored.