"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 Valgrind: it's free and in some ways it's better than Purify. _______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
