Hi Davie, On Monday, 8. November 2010 21:19:33 David M.Lee wrote:
Here's the test I'm running:
#define BOOST_TEST_MODULE simple #include
Why do you use the "included" version of Boost.Test anyway?
Even stranger: I only get the segfault if I link against unit_test_framework.
Yes, this is a classical ODR violation. You get one Boost.Test library built
by "included" and a second instance linked in. And all bets are off.
Either use the "included" variant or link against the lib.
The correct #include for linking against the library is
#include