$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] It is possible to build a static version of boost for the MACOS
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-10-03 07:56:14
kittymaguire wrote:
>
> Hi
>
> I have tried to build the boost libraries on the MacOS as a static library
> by giving bjam the --buid_type=static but it still built the dynamic version
> of the libraries.
I don't think either "bjam --help" or getting started docs, or Boost.Build docs
mention
--build_type=static
Use link=static, instead.
- Volodya