$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-09-29 04:48:37
> That should probably be something like:
> g++ -Lc:\boost\boost_1_33_0 -lboost_unit_test_framework
> unit_test_example1.cpp
On gcc the library must always appear *after* any object files that require
it, otherwise you absolutely will get linker errors.
John.