On Thu, 2001-08-30 at 08:42, Charles Randall wrote:
> Purify requires you to prefix the "purify" command in the final link. For
> example,
> 
>       gcc -c file-a.c
>       gcc -c file-b.c
>       purify gcc file-a.o file-b.o
> 
> With 1.3.x, I'd simply hand-edit src/Makefile to achieve this. How can I
> either get libtool to invoke purify or hack the files by hand to accomplish
> this?
we do it manually at the moment.
we grab the last link line the makefile produces and just append
'purify' to it.

> 
> Charles
-- 
Ian Holsman
Performance Measurement & Analysis
CNET Networks    -    415 364-8608

Reply via email to