I have been able to compile boost on Windows Vista using the following commands:
bootstrap.bat
bjam.exe --with-filesystem --with-thread --toolset=msvc
However, when I issue the same command on Windows 7, I get this:
'failed to write output file 'bin.v2\libs\thread\build\msvc-8.0\release\link-static\threading-multi\libboost_thread-vc80-mt-1_48.lib.rsp'!'
What am I doing wrong?