purify
I have exported a clearcase view to another solaris machine where I need to
run purify. When I try to do so with a syntax something like
purify /usr/local/apps/compilers/SunStudio9/SUNWspro/bin/CC -norunpath -o pi <list of object files> -g -i -L<path to lib paths>
I get the following error:-
ld: fatal: file pi: open failed: Permission denied
Purify engine: Error: The linker returned error code: 1
Please let me know why am I not able to make the file pi.
|