From: Daryle Walker (darylew_at_[hidden])
Date: 2002-09-19 01:01:43


I'm trying to resurrect my modulo arithmetic library, putting the files
in my copy of the Boost Sandbox. My project references the Sandbox and
Boost-CVS directory trees (hopefully in that order) for header
searches. Since I'm fixing up an old header, I'm using the original
Test library. I get a link error for this missing symbol (among others
with separate reasons):

> boost::test_toolbox::detail::test_and_continue_impl(bool,
> boost::test_toolbox::detail::wrapstrstream const&, char const*, int,
> bool, boost::unit_test_framework::report_level)

Is this part of that mandatory link strategy that was added to the new
Test library?

Daryle