$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-01-08 16:35:12
akonix acnt wrote:
> I'm having some trouble creating the exact threads library I need, which is "libboost_thread-vc71-mt-gdp-1_33_1.lib". I've tried a number of things after searching forums for similar problems, but still no go. The closest I've gotten is "libboost_thread-vc71-mt-1_33_1.lib" from running "bjam.exe -sTOOLS=vc-7_1 boost_thread".
>
> What am I missing?
Have you tried (from boost-root-dir):
bjam -s"TOOLS=vc-7_1" stage --with-thread
This should put all libraries that are built by default into
boost_root/stage directory.
Roland