$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] zlib and bipz2 not linking?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-09-12 21:18:38
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?
>
That looks like the internal Jam name. It's
supposed to be fixed up by `bind LIBRARIES`
In Christ,
Steven Watanabe