Boost logo

Boost-Build :

Subject: Re: [Boost-build] Build Python Example
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-21 20:54:12


AMDG

David Montgomery wrote:
>
> bjam
> /home/davidmontgom/Download/boost_oct_2008/boost_1_36_0/tools/build/v2/build/toolset.jam:38:
> in toolset.using
> *** argument error
> * rule gcc.init ( version ? : command * : options * )
> * called with: ( 3.2: g++-3.2 : : : : : : : )
> * extra argument g++-3.2

It looks like you forgot a space in your user-config.jam after
the 3.2. It should say

using gcc : 3.2 : g++-3.2 ;

In Christ,
Steven Watanabe


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