Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2004-05-07 05:46:05


> 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