Boost logo

Boost Users :

From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-06-02 02:09:16


> Stephen Torri <torrisa <at> auburn.edu> writes:
>

Hi,

Sorry guys for my absence for the last couple weeks. I'll try to reply to all
questions ASAP.
 
> I am sure this is a silly common answer but I am not sure how to resolve
> it. Here is my test suite below. I am following
> http://www.hpfsc.de/boosttest/ as my guide.

I think these instructions might be slightly out of date. The latest
documentation is much updated and for now is located at
patmedia.net/~rogeeff/html/index.html
 
> #define BOOST_TEST_DYN_LINK
> #define BOOST_TEST_MODULE Statistical algorithm test suite

The easiest way to fix this is to comment out two defines above and link with
static library.

Dynamic library init API is slightly different since 1.34.1 and this is the
cause of the error you see. init_unit_test_suite function is not called in this
case. In fact would this be the correct function there still exist another
problem, but I do not want to confuse any further.

Please let me know if this an acceptable fix and if not what is you preferred
configuration.

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