$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-03 09:31:25
On Wednesday 22 February 2006 14:26, Jim Douglas wrote:
> When I run the regression test from regression.py I get the following
> failure of "math_info" with the commands:
>
> qcc.link
> /hd1/boost-HEAD/results/boost/bin.v2/status/math_info.test/qcc-3.3.5_cpp/de
>bug/math_info
>
> "QCC" -o
> "/hd1/boost-HEAD/results/boost/bin.v2/status/math_info.test/qcc-3.3.5_cpp/d
>ebug/math_info"
> "/hd1/boost-HEAD/results/boost/bin.v2/status/math_info.test/qcc-3.3.5_cpp/d
>ebug/math_info.o" -gstabs+ -V3.3.5,gcc_ntox86_cpp
>
>
> But then if I cd to lib/config/test
The problem is that both in V1 and V2, the "math_info" test is defined both in
status/Jamfile and in lib/config/test.
Can you try going to status, and running
bjam --v2 qcc -n math_info
there?
- Volodya