Boost logo

Boost-Build :

Subject: Re: [Boost-build] Newbie question
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-10-23 16:56:53


AMDG

On 10/23/2012 01:25 PM, Juan Carlos Franzoy wrote:
> Is there any way to make one static library that contains other static
> libraries?
>

Not built in. If you list a static library as a source
to another static library, they will both be passed
as sources to the linker. I suppose that you could use

lib lib2 : [ cast _ obj : lib1.a ] ;

to force lib1.a to be treated as if it were
an object file.

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