It takes a few changes to get new S to compile on a convex.

In directory $SHOME/s/machines/convex, execute the following commands:

	rm -f $TEST/OLD/prims.out ; cp prims.out $TEST/OLD/prims.out
	rm -f $S/gtds.r ; cp gtds.r $S/gtds.r
	rm -f $S/ptds.r ; cp gtds.r $S/ptds.r
	rm -f $P/bcopy.C ; cp bcopy.C $P/bcopy.C
	rm -f $TEST/OLD/prims.out ; cp prims.out $TEST/OLD/prims.out

Change the following macro definitions in $C/makehead to:

	F77COMPILE=/usr/convex/fc
	F77=/usr/convex/fc
	BIGF77=

Also, change $C/makehead so that the two rules involving RATFOR
pipe the output of the ratfor processing through a trasliteration
	tr '"' "'"
to change double quote characters into single quotes.

Change the following macro definitions in $QPE/S_makefile and $QPE/Makefile to:

	F77=/usr/convex/fc
	RATFOR=$$SHOME/adm/cmd/ratfor
	CCFLAGS=-O
