|
Boost Testing : |
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2006-11-08 13:10:32
On 11/8/06, David Abrahams <dave_at_[hidden]> wrote:
> What's up with this? There appears to be no error output.
> http://tinyurl.com/wz5n2
Very puzzling. When I run "bjam --v2 -d2" from the
libs/parameter/test directory, the test similarly fails with what bjam
reports as a compile failure, but there are no warnings or error
messages. Here's the relevant output from bjam --v2 -d2:
gcc.compile.c++
../../../bin.v2/libs/parameter/test/duplicates.test/gcc-4.1.1_sunos_i86pc/debug/duplicates.o
"/openpkg/bin/g++" -ftemplate-depth-128 -O0 -fno-inline -w -g
-fPIC -DBOOST_ALL_NO_LIB=1 -I"../../.." -c -o
"../../../bin.v2/libs/parameter/test/duplicates.test/gcc-4.1.1_sunos_i86pc/debug/duplicates.o"
"duplicates.cpp"
...failed gcc.compile.c++
../../../bin.v2/libs/parameter/test/duplicates.test/gcc-4.1.1_sunos_i86pc/debug/duplicates.o...
...removing ../../../bin.v2/libs/parameter/test/duplicates.test/gcc-4.1.1_sunos_i86pc/debug/duplicates.o
...failed updating 1 target...
...skipped 2 targets...
If I take this exact same "/openpkg/bin/g++" command and paste it at
my shell prompt, it succeeds. Very weird!
Anything else I can do (magic bjam debugging flags, etc) to help
figure out what is going wrong?
-- Caleb Epstein