
[ok forgot the attachment] -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org Index: tools/build/v1/boost-base.jam =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v1/boost-base.jam,v retrieving revision 1.152 diff -u -r1.152 boost-base.jam --- tools/build/v1/boost-base.jam 25 Jun 2005 00:29:50 -0000 1.152 +++ tools/build/v1/boost-base.jam 30 Jul 2005 14:59:19 -0000 @@ -2929,6 +2929,11 @@ case vc-8* : requirements += <stlport-iostream>on ; } } + # vc8 doesn't have any single threaded runtime + switch $(toolset) + { + case vc-8* : requirements += <threading>multi ; + } } case intel-win32* : {