
16 May
2007
16 May
'07
6:46 a.m.
"Chris Uzdavinis" <cuzdav@gmail.com> wrote in message > For a simple example:
#define BOOST_TEST_MAIN #include <boost/test/unit_test.hpp> 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