Boost logo

Boost-Build :

Subject: Re: [Boost-build] Use of Purify with BBV2
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-04 00:26:44


AMDG

william.crocker_at_[hidden] wrote:
> I saw this subject come up in the archives
> many years ago, but never saw a solution.
>
> How do I generate a purified executable.
> On UNIX this requires modification of the
> link command.
>
> For example, where I now do this:
>
> gcc -o z z.o
>
> I need to do this:
>
> purify -cache-dir=/tmp gcc -o z z.o
>
> Same for quantify and purecov.

There doesn't seem to be a way to control the link command alone.
At least one other toolset (msvc) provides a way to set the
various commands independently of each other, though.

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