From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-10 04:34:55


Hi Konstantin,

> I'v tryed to accomplish this task with help of lib rule, but it does
> nothing.
>
> lib CompoundLib :
> FOO/<link>static
> BAR/<link>static
>
> <link>static
> ;

I think it should produce a nice warning ;-)
Other than that, Boost.Build is unable to help much. On Unix, archiving two
libraries into a third one such that the resulting one is usable would
require a big deal of black magic. On Windows --- I don't think that's
possible at all.

- Volodya