$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-07-09 06:47:45
Markus Schöpflin wrote:
> 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 ;
Have you written literally "<lib> bigandfat" ? Shouldn't it be
lib bigandfar : <lib>foo <lib>bar ;
?