Use the following command to compile PRO*C files:
make -f proc.mk EXE=prog OBJS="prog.o" buildand the following to compile PRO*C++ files
make -f proc.mk EXE=prog OBJS="prog.o" cppbuildYou will need the file
proc.mkwhich you can copy from
~raj/proc.mkYour program should be in the file
prog.pc