Boost logo

Boost-Build :

Subject: [Boost-build] create archive from other archives
From: Meindert Oldenburger (meindert66_at_[hidden])
Date: 2011-05-25 07:28:48


Hello,

I'm new to bjam and was running to the following "problem" on linux.

lib nedb
:
# edb.c
        interface
        rdbms
:
        <link>static
        <def-file>interface/nedb.def
;

The above rule should make a nedb.a, but it is not working. The subtargets
are also static archives interface.a and rdbms.a.
However if i add a dummy c file to the list of sources, then it works and
there is a nedb.a created.

Has someone an idea?

Best regards,
Meindert



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