Boost logo

Boost-Build :

Subject: Re: [Boost-build] How to use purecov within Jamfile
From: william.crocker_at_[hidden]
Date: 2009-01-26 07:06:31


>>
>> So I need a way to prepend purecov before cc in Jamfile.
>
> The simplest solution I can think of is to put this in your user-config.jam:
>
> using gcc : pureconv : "pureconv cc" ;
>
> and then build with:
>
> bjam toolset=gcc-pureconv
>

Purify (IBM/Rational) has the same problem.

I tried:

        using gcc : purify : purify gcc ;

but that does not work (for me) because the "purify gcc"
command is used for compilation, library link and app link.
The "library link" fails because purify is only supposed
to be used during the application link step.

Bill


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