$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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