$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vincent Torri (vtorri_at_[hidden])
Date: 2007-02-05 03:23:26
On Sun, 4 Feb 2007, Gennadiy Rozental wrote:
> 3. Does it work with different STL implementation?
I've asked the STLport devs, and it seems that I'm not compiling Boost
with STLport (5.1) support. Here is how I compile Boost:
bjam "-sTOOLS=gcc-stlport" -sSTLPORT_PATH="$HOME/local/include/stlport/"
-sSTLPORT_VERSION="5.1.0" --prefix=$HOME/local --with-thread --with-test
install
It seems that it's not the good way.
Can someone tell me how I can build Boost with STLport 5.1 support, please
?
thank you
Vincent