Using Purify in AutoConf builds

2005-04-14 Thread Stan Guillory
Has anyone had any experience using purify with autoconf based c++ builds. Any caveats? Any tips? Thanks, Stanford S. Guillory Systems Engineer Southwest Airlines 214-792-6136 ___ Autoconf mailing list Autoconf@gnu.org

Re: Using Purify in AutoConf builds

2005-04-14 Thread Ralf Wildenhues
* Stan Guillory wrote on Thu, Apr 14, 2005 at 07:55:35PM CEST: Has anyone had any experience using purify with autoconf based c++ builds. Any caveats? Any tips? Depending on how you use purify, you could probably configure with CXX='purify g++' (with g++ replaced by the compiler you use).

Re: Using Purify in AutoConf builds

2005-04-14 Thread Paul Eggert
Stan Guillory [EMAIL PROTECTED] writes: Has anyone had any experience using purify with autoconf based c++ builds. Any caveats? Any tips? I don't use Purify, but I use Valgrind http://valgrind.org/ which has similar properties, and I don't have any real problems. You might consider using