From: John Maddock (john_at_[hidden])
Date: 2006-09-26 14:14:07


Robert Ramey wrote:

> Linking to lib file: libboost_serialization-vc71-mt-gd-1_35.lib
> Linking to lib file: libboost_serialization-vc71-mt-gd-1_35.lib
>
> But no such statement for the test library - this doesn't seem
> correct to me

I believe Boost.Test does not autolink, the problem being that there are
different lib builds to link against depending which "main" variant you are
using.

John.