Boost threads library compilation

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? Thanks, ~Peter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

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

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@mail.ru
participants (3)
-
akonix acnt
-
Andrey Semashev
-
Roland Schwarz