Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net