Boost logo

Boost-Build :

Subject: Re: [Boost-build] Baffling build properties
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-11-18 01:38:35


On Thursday, November 18, 2010 05:02:44 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 is exact command line? And -- what Boost? I'm sure I was
fixing a problem where some library was working link=shared
without also forcing runtime-link=static.

You can use --debug-building to figure what library is being built when
this error message is output.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

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