$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Use of Purify with BBV2
From: william.crocker_at_[hidden]
Date: 2009-01-01 18:39:40
Hello:
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.
Bill