Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam doesn't work to build my boost
From: Sebastian Hauer (sebastian.hauer_at_[hidden])
Date: 2008-10-07 09:38:57


Hello Max,

On Mon, Oct 6, 2008 at 10:10 PM, Max Cannaday <max.cannaday_at_[hidden]> wrote:
> I'm use Boost.Jam 3.1.16
> To build Boost 1.36.0
> I think my problem can be summed up with three pastes:
> D:\boost_3_1_16>bjam --toolset=msvc stage
> ### No toolset specified. Please use --toolset option.

Did you try something like bjam --toolset=msvc-9.0 ?
My complete command line to build boost 1.36 on windows with VS2005
(msvc-8.0) is:

%BJAM% --v2 --build-type=complete
--build-dir=%BOOST_SRC_ROOT%\build.x86-nt-msvc8
--prefix=%BOOST_INSTALL_ROOT%
--libdir=%BOOST_INSTALL_ROOT%/lib.x86-nt-msvc8 --toolset=msvc-8.0 -d2
install

Hope that helps,
Sebastian


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