checking the boost build command can be useful
boost can be built with a static link to c runtime or a dynamic link to c runtime
I think you should statically link to c runtime bjam --with-filesystem --with-sytem runtime-link = static link = static
source share