Boost logo

Boost-Build :

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 ;

?

 


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