Hello, I am trying to use boost unit test framework but I am getting
the following error message (it compiled okay but linking failed):
------------------------------------------------------------------------
--------
[Session started at 2005-01-20 15:43:30 -0200.]
ZeroLink: unknown symbol '__ZTv0_n12_NSoD0Ev'
Executable “cpplib” has exited due to signal 6 (SIGABRT).
------------------------------------------------------------------------
--------
I have included the following files from Boost CVS HEAD into my project:
execution_monitor.cpp
supplied_log_formatters.cpp
test_tools.cpp
unit_test_log.cpp
unit_test_main.cpp
unit_test_monitor.cpp
unit_test_parameters.cpp
unit_test_result.cpp
unit_test_suite.cpp
Here is the test code:
#include