$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Test] Compiler error/missing entry point?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-08-05 01:29:56
Michael Spece Ibanez <drenami <at> gmail.com> writes:
>
> I installed the Boost.Test library binary using bootstrap.sh. Is the
> following a valid program?Â
Yes.
> If not, what is wrong? Is there a missing entry point
It should be in the static library. You apparently do not link with it.
What is your link command?
> and, if so, how do I run the test?
Build it first ;)
Gennadiy