$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-02-05 01:46:22
Bo Peng wrote:
>> bjam -j4 --prefix=/usr "-sBUILD=release <runtime-link>static
>> <cxxflags>-fPIC" --with-serialization --with-iostreams install
>
> I spent another fruitless day on this seemingly trivial task. I have tried
>
> bjam --v2 --toolset=gcc cxxflags=-fPIC --with-serialization
> --with-iostreams link=static --prefix=/usr -j6 -d+2 install
1) You are not using bjam features, but Boost.Build (a language written
in bjam).
2) According to the The Boost.Build (draft) doc (from boost more) I
would try:
bjam toolset=gcc/cxxflags=-fPIC --with-serialization (and so on ...)
Roland