Boost logo

Boost-Build :

Subject: Re: [Boost-build] zlib and bipz2 not linking?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-09-12 22:56:48


AMDG

On 09/12/2018 03:07 PM, Kuhl, Brian wrote:
> Hi Steven,
> I backed out the link-with-ld generators and the libraries being added to the link line now. However if I add
> project : requirements <static-only>on:<link>static
> or
> b2 link=static ...
>
> The libraries are mangled
> <l/link-static>z <l/link-static>bz2
>
> Any ideas how I can correct this?
>

After a bit of poking around, I think the most
likely cause is that the generator for the link rule either
a) is not derived from linking-generator, or
b) overrides linking-generator.generated-targets incorrectly.

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