[1.35.0][build] where o where have my little libs and dlls gone?

[bjam --toolset=msvc stage] doesn't seem to generate nearly as much as it used to, and my vc8 program now complains it can't find: libboost_program_options-vc80-mt-sgd-1_35.lib I can't find it either... I tried the latest bjam, 3.1.16. I tried --build_type=complete, I tried -a. I suspect I'm doing something obvious wrong... any suggestions? Thanks, Andy

AMDG Andrew Schweitzer wrote:
[bjam --toolset=msvc stage] doesn't seem to generate nearly as much as it used to, and my vc8 program now complains it can't find: libboost_program_options-vc80-mt-sgd-1_35.lib I can't find it either... I tried the latest bjam, 3.1.16. I tried --build_type=complete, I tried -a.
I suspect I'm doing something obvious wrong... any suggestions?
try --build-type=complete. (dash, not underscore) In Christ, Steven Watanabe

Steven Watanabe wrote:
AMDG
Andrew Schweitzer wrote:
[bjam --toolset=msvc stage] doesn't seem to generate nearly as much as it used to, and my vc8 program now complains it can't find: libboost_program_options-vc80-mt-sgd-1_35.lib I can't find it either... I tried the latest bjam, 3.1.16. I tried --build_type=complete, I tried -a.
I suspect I'm doing something obvious wrong... any suggestions?
try --build-type=complete. (dash, not underscore)
Thanks! That did it. Is this a change? In the past bjam --toolset=msvc stage seemed to just build everything.
In Christ, Steven Watanabe

Andrew Schweitzer wrote:
[bjam --toolset=msvc stage] doesn't seem to generate nearly as much as it used to, and my vc8 program now complains it can't find: libboost_program_options-vc80-mt-sgd-1_35.lib I can't find it either... I tried the latest bjam, 3.1.16. I tried --build_type=complete, I tried -a.
I suspect I'm doing something obvious wrong... any suggestions?
If you want some other variant, you can request it on the command line. Of course, if you don't care about time, space, and energy consumption, you can use --build-type=complete to build all imaginable combinations. - Volodya
participants (3)
-
Andrew Schweitzer
-
Steven Watanabe
-
Vladimir Prus