|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2002-10-10 08:25:02
Markus Schöpflin <markus.schoepflin_at_[hidden]> writes:
>
> Sorry for the confusing question... I was refering to exteral
> libraries. For example, my application links with oracle, openssl and
> zlib. I need it to link with oracle dynamically and with openssl and
> zlib statically.
>
> The linker command line therefore must contain something like this:
>
> -bdynamic -loracle -bstatic -lopenssl -lz -bdynamic
>
> I don't see a way to do this.
You're right, there isn't. Unless you want to use
<linkflags>"-bdynamic -loracle -bstatic -lopenssl -lz -bdynamic"
-- David Abrahams * Boost Consulting dave_at_[hidden] * http://www.boost-consulting.com
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