I was building Boost on VS 7.1 today when I got cl.exe error for buffer overrun.
After looking around I realized that correct command line for the bjam utility should be:
bjam --build-dir=%TEMP_DIR% --toolset=msvc-7.1 stage
instead of “msvc” which is shown in the Getting Started guide.