Re: [boost] Boost threads library compilation

Running "bjam.exe -sTOOLS=vc-7_1 -gdp boost_thread" produces "libboost_thread-vc71-mt-sgd-1_33_1.lib" Close but no cigar. ----- Original Message ---- From: Andrey Semashev <andysem@mail.ru> To: akonix acnt <boost@lists.boost.org> Sent: Monday, January 8, 2007 2:02:45 PM Subject: Re: [boost] Boost threads library compilation 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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Hello akonix, Tuesday, January 9, 2007, 2:52:05 AM, you wrote:
Running "bjam.exe -sTOOLS=vc-7_1 -gdp boost_thread" produces "libboost_thread-vc71-mt-sgd-1_33_1.lib"
Close but no cigar.
Consider the following switches: -sTOOLS=vc-7_1-stlport -sSTLPORT_PATH=<your path to STLPort> "-sBUILD=debug <runtime-link>dynamic" where <your path to STLPort> should be replaced with the path.
----- Original Message ---- From: Andrey Semashev <andysem@mail.ru> To: akonix acnt <boost@lists.boost.org> Sent: Monday, January 8, 2007 2:02:45 PM Subject: Re: [boost] Boost threads library compilation
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:
According to this, "gdp" means debug mode compilation with debug-version of CRT, with STLPort.
-- Best regards, Andrey mailto:andysem@mail.ru
participants (2)
-
akonix acnt
-
Andrey Semashev