Boost logo

Boost-Build :

From: wenning_qiu (wenning_qiu_at_[hidden])
Date: 2004-05-07 13:18:23


Hi John,

Thanks for your advice. It did force bjam to include the header
files from my specified STLport version. However, the build process
still relies on the LD_LIBRARY_PATH env variable to be set
to /opt/STLport.4.6.2/lib to pick up the right version of
stlport .so library.

It would be nice if bjam can automatically pick the right library
using either -L option or full path name to the stlport .so library
since the location and version of STLport has been provided.

-Wenning

--- In jamboost_at_[hidden], "John Maddock" <john_at_j...> wrote:
> > I was trying to build the regex library from boost.1.31.0 on a
Solaris 7
> box
> > using STLport.4.6.2. I have a couple of STLport versions
installed in
> /opt.
> >
> > Here's how I built:
> > This doesn't seem to be right. Any comments?
>
> What directory is the STLPort installed in? Assuming it's in
> /opt/STLport-4.6.2 then using:
>
> /export/home/qiuw01/research/boost-jam-3.1.9/bin.solaris/bjam
> "-sTOOLS=sunpro-stlport" -sSTLPORT_PATH=/opt -sBUILD="<stlport-
version>4.6.2
> " -d2
>
> will do what you want: note the -d2 switch, this will cause bjam
to print
> the actual commands used, so you can check it's doing the right
thing.
>
> John.

 


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