Subject: [Boost-build] Windows link problem with standard boost library
From: Thomas Anhaus (thomas_at_[hidden])
Date: 2011-10-25 06:11:59


Hi all,

I'm doing my first steps with the boost environment. My project uses
boost/threads. Even thougth I didn't specify that inside my jamroot.jam
file, bjam knows that libboost_thread-vc90-mt-gd-1_47.lib has to be
bound to my project (boost/config/auto_link.hpp ?).
Unfortunetly this library cannot be found, probably because bjam doesn't
know the location. So my stupid question is : how do I tell bjam where
to look for that library ?

Thanks in advance,
Thomas