
None of the previous suggestions seem to work, so let me ask some more questions. I guess the first is, what should be the output of process_jam_log? From scanning the sources, it looks like the only obvious output is various test_log.xml files. However, I see no files with that name anywhere in the hierarchy. Can someone point me to what I should expect, so I can have a better chance figuring out what is wrong? Here is what I tried last... set BOOST_ROOT=C:\boost set TOOLS=borland cd %BOOST_ROOT% bjam clean cd %BOOST_ROOT%\status bjam --dump-tests test > bjam.log 2>&1 process_bjam_log < bjam.log compiler_status %BOOST_ROOT% cs-win32.html I still get an exception from copmiler_status saying C:\boost\status\bin can not be found. Thanks!