$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-27 02:30:26
Hi Victor,
> cd boost\tools\build\v2\test
> test_all.py msvc-7.1 >\projects\results\bjamv2.log 2>&1
> test_all.py msvc-8.0 >>\projects\results\bjamv2.log 2>>&1
> test_all.py mingw >>\projects\results\bjamv2.log 2>>&1
>
> produced the attached bjamv2.log
Thanks! I see that 7.1 is much better now. I'll try to address the remaining
problems. Both 8.0 and mingw fail because "msvc-8.0" and "mingw" are not
recognized as toolset names. Do you have entries for them in user-config.jam?
And I think in V2 mingw would be called just 'gcc'....
- Volodya