The "lib" prefix is for static libraries. Use link=static
The 's' letter is to static linking to runtime. Use runtime-link=static
The 'd' is debug, use variant=debug
The 'g' is using debug runtime, I think it's included in 'debug' variant
其他的不多说看,在VS2008命令提示符下输入以下参数即可编译system的静态链接库
bjam debug link=static threading=multi runtime-link=link --with-system