$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-29 02:53:34
Hi Vincent,
it seems there are still some configuration problems with the tests you run
https://extranet.fft.be/boost/bjamv2-linux2.4.18_x86SMP-icc80.log
seems like gcc is still used. Did you use "python test_all.py intel-linux"
when running the test?
https://extranet.fft.be/boost/bjamv2-solaris9_64-gcc331.log
the problems with 64-bit mode are still there. Did you configure gcc with
using gcc : : : -m64 -mcpu=v9 : -m64 ;
?
https://extranet.fft.be/boost/bjamv2-aix51_64-vacpp6.log
I think you'd need to run "python test_all.py vacpp" (not the toolset name)
https://extranet.fft.be/boost/bjamv2-aix51_64-vacpp7.log
Same problem
https://extranet.fft.be/boost/bjamv2-irix65_64-mipspro74.log
The tests just crash. Maybe, I'm wrong with bjam bin dir detection again.
Could you run the 'unit_tests.py' test manually.
Thanks for your help,
Volodya