$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-05-16 02:46:50
"Chris Uzdavinis" <cuzdav_at_[hidden]> 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