Boost logo

Boost-Build :

From: Modwel, Manoj (Manoj.Modwel_at_[hidden])
Date: 2007-09-09 21:52:43


Hi,

I am new to Boost. I am trying to build Boost 1.34.1 on Linux (GCC
3.4.6) with STLPort 5.3.1.
I am running the following command:

bjam --v2 --builddir=${TEMP_BUILD} --prefix=${PREFIX}
"stdlib=stlport-5.1.3" --toolset=gcc -d2 -o /home/my_home/diagnostic.txt
\
  -sBUILD=\
"release <runtime-link>static/dynamic <threading>multi\
 <address-model>${ARCH} <architecture>native\
 <cxxflags>-m${ARCH} <cxxflags>-I${STLPORT_INC} <cxxflags>-DNDEBUG\
 <linkflags>-m${ARCH} <linkflags>-lstlport_gcc
<linkflags>-L${STLPORT_LIB}"\
 -sNO_COMPRESSION=1 --includedir=${PREFIX}/include --libdir=${BOOST_LIB}
install

The errors appears as Under:
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
/home/my_home/build/test/20070730/Linux-x86_64-64/build/boost-1.34.1/too
ls/build/v2/build/feature.jam:43
2: in validate-value-string from module feature
error: "stlport-5.1.3" is not a known value of feature <stdlib>
error: legal values: "native"

Can someone please let me know how to address the issue?

Regards,
Manoj



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk