Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-06-30 07:37:50


"Gianluca Spm" <gianlucaspm_at_[hidden]> writes:

> Hi to all,
>
> I'm running bjam 3.1.10 after building and installing
> the Boost library, I want to rebuild a single library
> (e.g. serialisation, or whatever: it's the same), if I type
>
> bjam -qad2 -sTOOLS=gcc --with-serialisation
>
> Jam starts, parses its configuration files and after
> about 20 seconds writes
> "found [n] targets..." where n is a number (e.g. 342)
> and then stops instead of beginning the new build as
> usually does, what's my mistake?

I'm not sure bjam supports that compressed option format. Did you try

    bjam -a -q -d2 ...

??

-- 
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