16 May
2007
16 May
'07
6:46 a.m.
"Chris Uzdavinis"
#define BOOST_TEST_MAIN #include
BOOST_AUTO_TEST_CASE(mytest) { } $g++ mytest.cpp -I $BOOST_HDRDIR -L $BOOST_ROOT/lib -lboost_unit_test_framework-gcc33-mt-d
Try to add -static before -l or rename shared libary version of the Unit test framework. This is currently is being descussed and there maybe some other options suggested. Gennadiy