Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-06-14 11:20:06


On 06/14/2004 11:02 AM, Rene Rivera wrote:
> Larry Evans wrote:
[snip]
>> I think the only problem is that you need quotes around that:
>
> BOOST_JAM_CC="como --c99"
Did that.
>
>>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..
>
But it didn't work. I still got:

execunix.c:
Comeau C/C++ 4.3.3 (Jan 30 2004 15:40:54) for LINUX_INTEL_ELF
Copyright 1988-2004 Comeau Computing. All rights reserved.
MODE:non-strict warnings C99

"execunix.c", line 225: error: identifier "vfork" is undefined
if ((pid = vfork()) == 0)
^

 


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