$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-07-07 11:51:51
console shark wrote:
> So it seems my problem is that my boost build is not making '.a' versions of all the libraries,
> only '.dylib' versions.
>
> Out of the box it should be building both? Or do I have to configure it to do that?
Add link=static to build the static libraries.
- Volodya