$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] linking Boost.Test in a project outside boost
From: Thomas Suckow (thomas.suckow_at_[hidden])
Date: 2013-05-09 17:03:48
>the .lib is named correctly.
No it isn't
boost_unit_test_framework-vc100-mt-gd-1_54.lib
vs
boost_unit_test_framework-vc100-gd-1_54.lib
>The .lib appears to be missing from the command line.
That's because it is in the rsp file
>What am I missing?
I believe modifying your global requirements in your Jamroot to force
multithreading should correct this.
project : requirements <threading>multi ;
>Thank you ! MAT.
You're welcome.
-
Thomas