$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-07-09 06:44:21
Hello all,
I would like to build a static library which is composed of several
smaller libs. The obviuos does not work:
<lib> bigandfat : <lib>foo <lib>bar ;
This updates libfoo.a and libbar.a and that is it. No libbigandfat.a
gets created.
What I would like to have is a single big library to link to instead
of several smaller ones. Is this possible?
TIA, Markus