Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-06-14 11:02:45


Larry Evans wrote:

> On 06/14/2004 10:23 AM, Rene Rivera wrote:

>>Only thing I can think of is to add the "--c99" option. Both in build.sh
>>and build.jam.
>
>
> Thanks. I tried that by searching for como in both files. Then, in
> build.sh, changed:
> to:
>
> como)
> BOOST_JAM_CC=como --c99

I think the only problem is that you need quotes around that:

BOOST_JAM_CC="como --c99"

> and in build.jam, changed:
> to:
>
> ## Comeau C/C++ 4.x
> toolset como como : "-o " : -D
> :
> [ opt --release : --inlining --c99 ]
> [ opt --debug : --no_inlining --c99 ] ;

That's fine..

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
 

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