
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