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: 6868,3838,2121#include < 7676,0F0F,5050using 7676,0F0F,5050namespace boost; BOOST_AUTO_UNIT_TEST (test_PersonName) { BOOST_CHECK (7676,0F0F,5050true); } The error message doesn't help me much. Any suggestions ?. Thank you in advance for your attention ! Mauricio Gomes Pensar Digital phone: 55-11-4121-6287 mobile: 55-11-8319-9610 http://pensardigital.com