Installing Parsec
For both NT or Unix set the PCC_DIRECTORY environmental variable to the Parsec directory and put the parsecdir/bin directory in your path.
Or make a script called “pcc”:
#!/bin/csh
setenv PCC_DIRECTORY “your_parsec_dir”
${PCC_DIRECTORY}/bin/parsecc $*
and put it in your path.
You should now be able to compile Parsec programs given you have cc/CC or gcc/g++ or “cl” (VC++) on your path.