University of Virginia Department of
    Computer Science

Useful Information for Purify

Makefiles

A nice thing to do with makefiles is to create a target normally called pure which links the program using Purify. Then the simple command "make pure" will compile the program with purify.

Common Error Message

These are some of the common errors encountered and what they mean. Please read the Purify Manual for others.


The .purify File and command-line options
The .purify file is a configuration file that can be used to ignore certain memory errors (such as those in libraries). Command-line options are placed after "purify" on the link line before the name of the compiler.


HelpNet
HelpNet was created by the 1997 incoming graduate class. It is only occasionally updated.