Boost logo

Boost-Build :

Subject: Re: [Boost-build] Newbie question
From: Juan Carlos Franzoy (jfranzoy_at_[hidden])
Date: 2012-10-24 11:22:01


2012/10/23 Steven Watanabe <watanabesj_at_[hidden]>:
> 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.

Where is cast_obj defined?
I got an 'rule cast_obj unknown in module Jamfile...' when I tried it.

>
> In Christ,
> Steven Watanabe
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

-- 
  Juan Carlos Franzoy
Licenciado en Sistemas

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