id summary reporter owner description type status milestone component version severity resolution keywords cc 7706 cross compiling of threads library - JamFile.v2 tvaneerd@… viboes "Thread's jam file assumes the compile target is the same as the host :-( ie a check for windows should probably be a check for the target being windows: {{{ @@ -105,7 +107,7 @@ local rule default_threadapi ( ) { local api = pthread ; - if [ os.name ] = ""NT"" { api = win32 ; } + if windows in $(properties) { api = win32 ; } return $(api) ; } }}} " Bugs closed thread Boost 1.52.0 Problem duplicate viboes