
5 Feb
2007
5 Feb
'07
6:46 a.m.
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