Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2006-11-11 18:10:59


I just checked in changes to HEAD that make it possible for most
people to build without ever editing a user-config.jam or
site-config.jam. Now you can specify the toolset on the command-line
as follows:

   bjam toolset=gcc-4.1

or

   bjam --toolset=gcc-4.1

Also, if you don't specify or configure any toolset, it currently
chooses msvc on Windows and gcc everywhere else, while issuing a
warning. That's a pretty crude heuristic; I welcome improvements.

Please try this feature out. If everyone is happy on Monday we can
move it to the release branch.

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

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk