Boost logo

Boost :

Subject: Re: [boost] [1.48.0] Release candidates available
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-11-15 15:39:37


> Release candidate files for 1.48.0 are available at http://boost.cowic.de/rc/

minor error while installing: a wrong toolset gives outdated error message:

$ ./bootstrap.sh --with-toolset=WrongToolSet
Building Boost.Build engine with toolset WrongToolSet...
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details

Content of bootstrap.log:
###
### Unknown toolset: WrongToolSet
###
### You can specify the toolset as the argument, i.e.:
### ./build.sh gcc
###
### Toolsets supported by this script are:
### acc, como, darwin, gcc, intel-darwin, intel-linux, kcc, kylix,
### mipspro, mingw(msys), pathscale, pgi, qcc, sun, sunpro, tru64cxx, vacpp
...

The message should say:
### ./bootstrap.sh --with-toolset=gcc

Frédéric


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