Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-01-16 22:15:42


Thomas Wenisch <twenisch_at_[hidden]> writes:

> Can someone tell me how to run this test? I tried the following (on
> Linux, with tcsh):

Which version of Boost?

> setenv BOOST_ROOT <.... my boost root ....>
> setenv TOOLS gcc
> cd libs/serialization/test
> bjam
>
> But had no success:
>
> Jamfile: No such file or directory
> Jamfile: No such file or directory
> ...found 8 targets...
>
> Is this the wrong way of running tests?

No, that's perfectly fine. Setting BOOST_ROOT is absolutely and
always unneccessary, though.

Can you post the result of

    bjam -d+5 | grep -5 include

??

Thanks.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

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