Boost logo

Boost-Build :

Subject: Re: [Boost-build] What is the difference between link=static and runtime-link=static
From: Norbert Wenzel (norbert.wenzel.lists_at_[hidden])
Date: 2016-01-04 15:40:14


On 01/04/2016 07:03 PM, Kuhl, Brian wrote:
> I'm trying to determine if I need runtime-link=static when building the test suite?
> What runtime-link do exactly?

Afaik runtime-link is the C runtime, whereas link=static influences the
code you directly use. Using one shared library together with a static
runtime sounds like a recipe for mixing different C runtimes, hence the
error. But unfortunately I don't see where your link=shared in the error
message is coming from.

Kind Regards,
Norbert


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