|
Boost-Build : |
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-05-08 10:10:11
wenning_qiu wrote:
> 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.
It can. Just add "-sSTLPORT_VERSION=4.5.2", in this case it would be:
bjam "-sTOOLS=sunpro-stlport" -sSTLPORT_PATH=/opt -sSTLPORT_VERSION=4.5.2
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
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