From: Bo Peng (ben.bob_at_[hidden])
Date: 2007-02-02 14:11:31


Hi,

In boost 1.33.1, I can compile static libraries with -fPIC using command:

bjam -j4 --prefix=/usr "-sBUILD=release <runtime-link>static
<cxxflags>-fPIC" --with-serialization --with-iostreams install

but -s no longer works for bjam/cvs. Can anyone show me the
equivalence of the above command?

Many thanks in advance.
Bo