Boost logo

Boost-Build :

From: Juergen Hunold (juergen.hunold_at_[hidden])
Date: 2008-07-04 08:31:27


Hi !

On Friday 04 July 2008, William Marié wrote:
> There is something i don't understand about the threading using msvc,
> it seems that it's not possible to build a single threading target if
> i use :

yeah, this is a known feature of msvc 8.0+ : You can't build
single-threaded apps because the compiler ships without a
single-threaded runtime :-((
This is hardcoded into msvc for ABI reasons, I doubt that such a program
would be runable. Take a look at the archives for the exact reasons for
this decision.
If you are annoyed by the "threading-multi" path element, add

import feature ;
feature.set-default threading : multi ;

to your user-config.jam.

It would be best to rebuild Boost after that ;-))

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold       ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57       ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99       ! Lister Straße 15
* juergen.hunold_at_[hidden]        ! www.ivembh.de
* 
* Geschäftsführer:                ! Sitz des Unternehmens: Hannover
* Prof. Dr.-Ing. Thomas Siefer    ! Amtsgericht Hannover, HRB 56965
* PD Dr.-Ing. Alfons Radtke       !

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk