Boost logo

Boost-Build :

Subject: Re: [Boost-build] Baffling build properties
From: KTC (ktc_at_[hidden])
Date: 2010-11-17 21:39:52


On 18/11/2010 02:02, David Abrahams wrote:
>
> The build I am running works just fine unless I add "address-model=64"
> to the command line, at which point I get:
>
> error: link=shared together with runtime-link=static is not allowed
> error: such property combination is either impossible
> error: or too dangerious to be of any use
>
> and BB bails out. What the...? I'm just building boost's "stage"
> target. How can I get around this problem, please!?
>

What compiler are you using and what exactly are you actually trying to
build and what's the command you're issuing?

You can always explicitly specify the link & runtime-link combination
you want instead of --build-type=complete to get round this.

KTC


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