Boost.Thread (1.32draft) -- release library not built

Hi All, I have just downloaded the v1.32 draft and built the thread libraries, however it seems as though only the debug static lib has been built. I'm using VC7.1 and am trying to link to "libboost_thread-vc71-mt-s-1_32.lib" which has not been built. The following files were built successfully: - libboost_thread-vc71-mt-sgd-1_32.lib - boost_thread-vc71-mt-gd-1_32.lib - boost_thread-vc71-mt-gd-1_32.dll Is there a specific reason this lib is not being built, or is it that I've missed something somewhat important during the bjam build process? TIA - James.

James Harris wrote:
I have just downloaded the v1.32 draft and built the thread libraries, however it seems as though only the debug static lib has been built.
I'm using VC7.1 and am trying to link to "libboost_thread-vc71-mt-s-1_32.lib" which has not been built.
The following files were built successfully: - libboost_thread-vc71-mt-sgd-1_32.lib - boost_thread-vc71-mt-gd-1_32.lib - boost_thread-vc71-mt-gd-1_32.dll
Is there a specific reason this lib is not being built, or is it that I've missed something somewhat important during the bjam build process?
Works over here. I get the following built: boost_thread-vc71-mt-1_32.dll boost_thread-vc71-mt-1_32.lib boost_thread-vc71-mt-gd-1_32.dll boost_thread-vc71-mt-gd-1_32.lib boost_thread-vc71-mt-gd.lib boost_thread-vc71-mt.lib libboost_thread-vc71-mt-s-1_32.lib libboost_thread-vc71-mt-s.lib libboost_thread-vc71-mt-sgd-1_32.lib libboost_thread-vc71-mt-sgd.lib Did you see any errors while building? -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq

"James Harris" <james.harris@icecave.com.au> wrote in message news:cmskrr$ds3$1@sea.gmane.org...
Hi All,
I have just downloaded the v1.32 draft and built the thread libraries, however it seems as though only the debug static lib has been built.
I'm using VC7.1 and am trying to link to "libboost_thread-vc71-mt-s-1_32.lib" which has not been built.
The following files were built successfully: - libboost_thread-vc71-mt-sgd-1_32.lib - boost_thread-vc71-mt-gd-1_32.lib - boost_thread-vc71-mt-gd-1_32.dll
Is there a specific reason this lib is not being built, or is it that I've missed something somewhat important during the bjam build process?
It's supposed to be building, and I'm pretty sure that's what's being used by the regression tests that statically link Boost.Threads. Are you not seeing any build errors? How did you build? Mike
participants (3)
-
James Harris
-
Michael Glassford
-
Rene Rivera