|
Boost-Build : |
Subject: Re: [Boost-build] bjam + purify
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-11-10 00:33:46
On Monday 09 November 2009 Anant Rao wrote:
> Hi,
>
> Is there a way to build c++ code with bjam + purify on win, linux or both?
> If so, could you provide links to the info?
> If not, is there any effort going on in that direction so I can look forward to it one day?
Anant,
how is purify supposed to be used? The link I could find suggest that you just
run purify on a normally-built binary, in which case things should work? If one
should use "purify g++" to build binaries, instead, you can configure gcc as follows:
using gcc : purify : "purify g++" ;
in your user-config.jam, and then say:
bjam toolset=gcc-purify
Let me know if this helps,
Volodya
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