$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Adranghi (mail_at_[hidden])
Date: 2008-08-20 06:02:52
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