Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost build quirks and question
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-05-19 18:02:09


AMDG

Robert Ramey wrote:
> Steven Watanabe wrote:
>
>> Robert Ramey wrote:
>>
>>> b) it substitute mult-threading for single-threading without
>>> telling me.
>>>
>> It's caused by this line in msvc.jam
>>
>> # Dynamic runtime comes only in MT flavour.
>> toolset.add-requirements
>> <toolset>msvc,<runtime-link>shared:<threading>multi ;
>>
>
> Hmm - But I'm using:>> toolset=msvc-7.1 link=static threading=single
>
> should I be using runtime-link=static ? or what?
>

runtime-link=static ought to work for msvc-7.1. More recent
versions only have multithreaded libs.

In Christ,
Steven Watanabe


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