$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-09-26 14:22:07
"John Maddock" <john_at_[hidden]> wrote in message
news:007801c6e197$eb1a52c0$c83a0252_at_fuji...
> 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.
Boost.Test does use autolink. One need to use
boost/test/test_exec_monitor.hpp
Gennadiy