Boost logo

Boost Testing :

From: John Maddock (john_at_[hidden])
Date: 2005-05-14 06:56:43


> When building the regression library tests manually, I don't get a single
> error from the compiler or linker.

Then I'm pretty much stumped, I've finally managed to find a testdrive
server with enough memory to link the test case, and using:

cd libs/regex/test/regress
cxx -noimplicit_include -D__USE_STD_IOSTREAM -I../../../../ -g -pthread -model
ansi ../../src/*.cpp *.cpp ../../../test/src/execution_monitor.cpp
../../../test/src/cpp_main.cpp -o test
./test

The test case builds and runs cleanly (no errors).

The only difference I see between us, is that the testdrive machines have a
slightly older compiler version:

Compaq C++ V6.5-040 for Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-040 (cxx) cxx Driver

But I can't imagine that making a difference.

Perplexedly yours,

John.


Boost-testing list run by mbergal at meta-comm.com