$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-07-19 07:48:21
Scott Amort wrote:
> My question is: is there an already available option that I can add
> when compiling the Boost libraries to enable this setting? I am not
> at all familiar with the BJam build system.
cd boost-root/libs/regex/build
bjam -sBUILD="<cxxflags>-fPIC" stage
Or you could hack one of the provided makefiles in libs/regex/build to do
this quite easily.
John.