21 Feb
2003
21 Feb
'03
10:37 p.m.
sam said:
Ok,
I'm a big nob, I have been setting the PTW32 to point to the pthreads installation I downloaded. So I have the boost.threads built with 'bjam -sTOOLS=gcc -sPTW32="c:\pthreads\ VC...lib" ' and the tests still fail.
To use the standard threads I know you have to have threadmon.dll created, correct? How to do that?
With Boost 1.29.0, yes (the current CVS state is quite different, and always creates shared libraries instead of static libraries). The Jamfiles will create this DLL for you (provided you don't use PTW32!). -- William E. Kempf