I would like to build boost using two different compilers, MinGW and Visual C++ 2010 Express, using bjam:
bjam toolset=gcc,msvc variant=release link=static,share
There is a bootstrap.bat in your boost directory. Run it.
It will build bjam automatically (probably using visual c++).