From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-08-17 13:02:23


Alex Adranghi wrote:

> Hi,
>
> I've recently decided to build the latest boost version myself, but I'm
> wondering why there are only shared objects for program options. Ideally
> I want to build static libraries.

Use

        bjam ... link=static

for that.

- Volodya