
9 Apr
2008
9 Apr
'08
3:19 p.m.
Jurko Gospodnetić <jurko.gospodnetic <at> docte.hr> writes:
Hi.
Digging through the bjam docs and playing try/error I found that bjam link=static --toolset=msvc-8.0 stage
solves this issue.
See type bjam --help in the boost folder and read up on the --build-type option.
My guess is that the following is what you want:
bjam --build-type=complete toolset=msvc-8.0 stage
Hope this helps.
No. I was wrong: link=static does not help. I am missing the *-vc80-mt-s-1_35.lib files and have no idea how to obtain them. Markus