Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-10-03 05:59:26


>I just compiled boost from cvs. I am using an x86 with redhat linux 7.3. I
>also have STLport 4.5.3 installed. I compiled against STLport using this
>command:

The testing procedure has changed: you need to use bjam to do a test build:
cd into boost-root/status and do a:

bjam "-sTOOLS=gcc-stlport" "-sSTLPORT_INCLUDE_DIRECTORY=include/stlport"
"-sSTLPORT_LIB_DIRECTORY=lib" "-sSTLPORT_ROOT=/usr" test

and the test cases will get built and run. Getting the html output is a
little more complex and involves programs that aren't part of boost yet (but
will be soon). Looks like we need to update the docs?

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk