$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Newbie, just starting.
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2012-01-18 15:07:51
Robillard, Greg L <greg.l.robillard <at> lmco.com> writes:
>
I think you need better title.
> I am trying to get my boost libraries up and running, so I can start using the
test framework.
> ld: 0711-317 ERROR: Undefined symbol:
> boost::unit_test::__vftQ3_5boost9unit_test15unit_
> test_log_tQ3_5boost9unit_test13test_observer
You need to link with the Boost.Test library.
Gennadiy