$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sylvain, Gregory M (GSylvain_at_[hidden])
Date: 2004-12-07 10:10:01
Hello all,
This should be a relatively simple problem, but I haven't figure it out yet either....
In Boost.Build v2, how can you link a C++ program with purify on Solaris ? I assumed it would be something like:
sun.link.c++="purify CC"
but the link action uses "$(.root)/CC" and not a variable.
Do you have to write a new purify.jam Jamrules file to make this happen our is there another variable that needs to be defined ?
-- Thanks in advance for any clues... greg