[daip] PP.FOR errors

Eric Greisen egreisen at cv3.cv.nrao.edu
Thu Jan 4 12:04:08 EST 2001


The Z routine that was created for the new - 31DEC01 only - version of
PP.FOR should have been placed in SYSUNIX not APLUNIX.  Unfortunately,
MNJs automatically generated a COMRPL for $APLUNIX/ZTRLOP.C.
Fortunately, many MNJs have done no COMLNKs.  The next MNJ may do some
of this for you, but may not get ZTRLOP.o is it has not been COMLNKed
into your library.

Try two things:

To clean up the mess in the library

1. cd $LIBR/APLLINUX   or APLSOL or APLSGI or APLALPHA or ...
   ls
   if ZTRLOP.o is there:  rm ZTRLOP.o
   otherwise              ar -d ZTRLOP.o SUBLIB

To rebuild PP.EXE

2. cd $SYSUNIX
   mv $APLUNIX/ZTRLOP.C .
   cd $SYSLOCAL
   rm ZTRLOG.* ZTRLOP.*
   ln -s $SYSUNIX/ZTRLOP.C ZTRLOP.c
   cc -c -i$INC ZTRLOP.c
   g77 -O -o PP.EXE PP.f ZTRLOP.o     (f77 on Solaris, alpha, hp, sgi)

To test:

   COMLNK $APLPGM/PRTAC

Sorry about this...

Eric Greisen




More information about the Daip mailing list