$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andysem_at_[hidden])
Date: 2007-01-08 17:02:45
Hello akonix,
Monday, January 8, 2007, 9:46:40 PM, you wrote:
> Hi folks,
> 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?
See:
http://www.boost.org/more/getting_started.html
According to this, "gdp" means debug mode compilation with
debug-version of CRT, with STLPort.
-- Best regards, Andrey mailto:andysem_at_[hidden]