
20 Aug
2008
20 Aug
'08
10:02 a.m.
Cheers Alex Vladimir Prus wrote:
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