[daip] Re: AIPS installation problems

Casey Law claw at northwestern.edu
Tue Jul 22 16:05:09 EDT 2003


	sorry, forgot to send to "daip".

		casey

On Tue, 22 Jul 2003, Casey Law wrote:

>         Thank you for the quick response!
>         Regarding the X11 compilation error:  I see that I *do* have a
> directory /usr/include/X11, but it is not a link to the /usr/X11R6/X11
> directory.  Here are it's contents:
> 
> -------------------- 
> [claw at byrd aips]$ ls /usr/include/X11/
> bitmaps/
> [claw at byrd aips]$ ls /usr/include/X11/bitmaps/
> netactive     netstop     xm_hour16m      xm_noenter16   xm_question
> netactiveout  netwaiting  xm_hour32       xm_noenter16m  xm_warning
> netinactive   xm_error    xm_hour32m      xm_noenter32   xm_working
> netstart      xm_hour16   xm_information  xm_noenter32m
> --------------------
>  
> Should this just be a symbolic link to /usr/X11R6/X11/?  For fun, I added
> a symbolic link to /usr/X11R6/X11/ from /usr/include, but that didn't seem
> to change the error message when compiling with install.pl
>         Also, I found the references to "31DEC02" in my .AIPSRC and
> CCOPTS.SH and changed them to "31DEC03".  I noticed that there were
> several CCOPTS.SH files and even two under directories named "LINUX";
> only one of these had references to 31DEC02, so I assume only that needed
> to change.
>         After making this change, the install.pl script gets further, but
> still fails.  Here's a log of the end of the error messages.
> 
> ------------------- 
> PP        : Preprocess /usr/local/aips/31DEC03/AIPS/PGM/SETTVP.FOR
> PP        : into       /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.f
> FC        : Date       Tue Jul 22 14:22:20 CDT 2003
> FC        : Interpret  FC  \
> FC        :            /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.f
> FC        : as         LIST=FALSE PURGE=FALSE
> FC        : plus       /usr/local/bin/g77 -c -fno-automatic -fno-globals
> -Wno-globals -malign-double -Wimplicit -Wall -O2 \
> FC        :            /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.f
> FC        : Compile of /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.f
> FC        : ends successfully.
> FC        : Ends successfully
> LINK      : Date is... Tue Jul 22 14:22:21 CDT 2003
> LINK      : Interpret  LINK \
> LINK      :            /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.o
> LINK      : as         PURGE=TRUE REPLACE=TRUE SAVE=TRUE STRIP=TRUE
> LINK      : plus       /usr/local/bin/g77 \
> LINK      :            /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.o \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/AIPSUB/SUBLIB \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB
> \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/YSUB/SUBLIB \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/YSS/SUBLIB \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/APLSUB/SUBLIB \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB
> \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/APLSUB/SUBLIB \
> LINK      :            /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB
> \
> LINK      :
> /usr/local/aips/31DEC03/LINUX/LIBR/GNU/libreadline.a \
> LINK      :            -lncurses \
> LINK      :             -s \
> LINK      :            -o /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.EXE
> /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.o(.text+0x5a0): In function
> `MAIN__':
> : undefined reference to `tvopen_'
> /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.o(.text+0x5d4): In function
> `MAIN__':
> : undefined reference to `tvclos_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZFIO.o)(.text+0x17a):
> In function `zfio_':
> : undefined reference to `zfi2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZOPEN.o)(.text+0x45e):
> In function `zopen_':
> : undefined reference to `zdaopn_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZTTCLS.o)(.text+0x6b):
> In function `zttcls_':
> : undefined reference to `zttcl2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZTTOPN.o)(.text+0x23f):
> In function `zttopn_':
> : undefined reference to `zttop2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZTTOPN.o)(.text+0x3a0):
> In function `zttopn_':
> : undefined reference to `zttop2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZTTOPN.o)(.text+0x4d5):
> In function `zttopn_':
> : undefined reference to `zttop2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZTTYIO.o)(.text+0x429):
> In function `zttyio_':
> : undefined reference to `zttyi2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZTRLOG.o)(.text+0xff):
> In function `ztrlog_':
> : undefined reference to `ztrlo2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZMSGDK.o)(.text+0x106):
> In function `zmsgdk_':
> : undefined reference to `zfi2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZMSGOP.o)(.text+0x41b):
> In function `zmsgop_':
> : undefined reference to `zdaopn_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZMSGXP.o)(.text+0x15e):
> In function `zmsgxp_':
> : undefined reference to `zexis2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZMSGXP.o)(.text+0x1ce):
> In function `zmsgxp_':
> : undefined reference to `zexis2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZABORT.o)(.text+0x85):
> In function `zabort_':
> : undefined reference to `zabor2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZEXIST.o)(.text+0x139):
> In function `zexist_':
> : undefined reference to `zexis2_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZFULLN.o)(.text+0x221):
> In function `zfulln_':
> : undefined reference to `zpath_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZFULLN.o)(.text+0x490):
> In function `zfulln_':
> : undefined reference to `zpath_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZFULLN.o)(.text+0x4bb):
> In function `zfulln_':
> : undefined reference to `zmktmp_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZFULLN.o)(.text+0x544):
> In function `zfulln_':
> : undefined reference to `zpath_'
> /usr/local/aips/31DEC03/LINUX/LIBR/APLLINUX/SUBLIB(ZBFLIP.o)(.text+0x6c):
> In function `zbflip_':
> : undefined reference to `zbfli2_'
> collect2: ld returned 1 exit status
> LINK      : Status from /usr/local/bin/g77 is 1
> LINK      : Link of    /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.o
> LINK      : dies from wimpy compiler
> LINK      : Dies of unnatural causes.
> COMLNK    : Link failed!
> COMLNK    : Deleted    /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.o
> COMLNK    : Deleted    /usr/local/aips/31DEC03/LINUX/PREP/SETTVP.f
> COMLNK    : Dies of unnatural causes
> INSTEP4    : Failure in $AIPPGM/...
> INSTEP4    : compiling/linking.
> INSTEP4    : Dies of unnatural causes at Tue Jul 22 14:22:22 CDT 2003
> AipsWiz: Error: INSTEP4 failed, no point in proceeding.
> AipsWiz: Error: Look in /usr/local/aips/31DEC03/LINUX/INSTALL to see
> AipsWiz: Error: if you can figure out what went wrong.  There are
> AipsWiz: Error: many log and list files there.  You may want to do
>   
> grep -v ^- *.LIS
>   
>   
> AipsWiz: Error: to see what modules did not compile or link.
>   
> AipsWiz: Install Wizard stopping.  Current settings saved in ~/.AIPSRC
> AipsWiz: Abandoning ship!  Goodbye.
> ========================================================================
> -----------------
>  
>         Looking at the error log file the error refers to, I get:
>  
> --------------------
> [claw at byrd INSTALL]$ grep -v ^- *.LIS
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/AIPSB.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/AIPSC.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/AIPS.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/AJAX.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/BATER.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/BSTRT1.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/DAIP.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/FILAI2.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/FILAIP.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/FILINI.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/GRIPR.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/POPSGN.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/QMNGR.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/RECAT.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/SETSP.FOR
> AIPPGM.LIS:/usr/local/aips/31DEC03/AIPS/PGM/SETTVP.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZABORS.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZACTV9.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZBFLI2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZDICC2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZDICO2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZDKMID.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZGMAI2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZIGNAL.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZIPAC2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZLOCK.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZSTRTP.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZTRLO2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZTTCL2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZTTYI2.C
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZABOR2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZBYTF2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZCMPR2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZCREA2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDAOPN.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDEST2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDICIO.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDIE2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDM2DL.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZEXIS2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZFI2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZGRLHI.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZGRLTC.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZGUEST.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZLASC2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZLPCL2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZM70O2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZM70X2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZMI2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZMKTMP.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZMOUN2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZPATH.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZPRMPT.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZRDMF.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZRENA2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZRM2RL.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZSSSL2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZSSSO2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTAP2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTKOP2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPCL2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPMI2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPMID.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPOP2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPOPD.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTTOP2.FOR
> APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTXMA2.FOR
> ----------------
>  
> 	Please let me know if this means anything to you.
> 
> 		casey
> 
> 
> 
> 
> On Tue, 22 Jul 2003, Casey Law wrote:
> 
> > Hello,
> > 	I am trying to install the latest (31Dec03) AIPS onto my Redhat
> > Linux 9 system, but am having problems.  I saw your name listed as the
> > designated AIP, so I was hoping you could help figure out what's gone
> > wrong with the installation.  I'll describe my problems below;  let me
> > know if I should direct this email to someone else.
> >         First, one possible problem:  I tried to do the installation under
> > my username, "claw", not "root".  The reason is that the install.pl script
> > requires that the installer be in the user group in which the installation
> > is made. I defined a new group "aipsuser", which "claw" is a part of, but
> > "root" is not.  Thus, it seems, only claw can do the installation.  I made
> > all the aips directories and files owned by claw, to avoid any read/write
> > problems, but it wouldn't surpirse me if there was still some problem.  
> > Do I need to install as root?
> >         Second, the first (partial) failure came when trying to make XAS,
> > which seems to enable the TV.  Here's a few of the errors during
> > compiling:
> >                                                                                 
> > ----------------
> > AipsWiz: About to try to make XAS...
> >                                                                                 
> > rm -f *.o xas XAS
> > /usr/local/bin/gcc  -D_BSD -DUSE_SHM -O2 -c xas.c
> > In file included from xas.c:31:
> > xas.h:52:22: X11/Xlib.h: No such file or directory
> > xas.h:53:23: X11/Xutil.h: No such file or directory
> > xas.h:54:24: X11/keysym.h: No such file or directory
> > xas.h:81:33: X11/extensions/XShm.h: No such file or directory
> > ----------------
> >                                                                                 
> > ...etc....  until finally:
> >                                                                                 
> > ----------------
> > AipsWiz: Error: Failed to build the XAS program.
> > AipsWiz: Error: This means no AIPS TV will be available.
> > ----------------
> >                                                                                 
> >         Any ideas why this XAS compilation failed?
> >         Then eventually, something fails in the INSTEP2 procedure.  Here's
> > a log:
> >                                                                                 
> > ----------------
> > PP        : Preprocess /usr/local/aips/31DEC03/APL/DEV/UNIX/ZTXMA2.C
> > PP        : into       /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c
> > AIPSCC    : Date       Fri Jul 18 17:41:51 CDT 2003
> > AIPSCC    : Interpret  AIPSCC  \
> > AIPSCC    :            /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c
> > AIPSCC    : as         LIST=FALSE PURGE=TRUE
> > AIPSCC    : plus       /usr/local/bin/gcc -c -O3 -fomit-frame-pointer
> > -funroll-loops -I/usr/local/aips/31DEC02/INC -D_FILE_OFFSET_BITS=64
> > -DHAVE_LINUX_GLIBC -DHAVE_LINUX_GLIBC \
> > AIPSCC    :            /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c
> > /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c:10:23: AIPSPROTO.H: No such
> > file or
> > directory
> > /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c: In function `ztxma2_':
> > /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c:72: error: `MAXAPATH'
> > undeclared (first use in this function)
> > /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c:72: error: (Each undeclared
> > identifier is reported only once
> > /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c:72: error: for each function
> > it appears in.)
> > AIPSCC    : Compile of /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c
> > AIPSCC    : ends with fatal error(s)!
> > AIPSCC    : Examine    /usr/local/aips/31DEC03/LINUX/INSTALL/INSTEP2.LOG
> > AIPSCC    : and        /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c
> > AIPSCC    : Dies of unnatural causes
> > COMRPL    : Compile failed!
> > COMRPL    : Deleted    /usr/local/aips/31DEC03/LINUX/PREP/ZTXMA2.c
> > COMRPL    : Leave      /usr/local/aips/31DEC03/APL/DEV/ZTXMA2.FOR
> > COMRPL    : in         /usr/local/aips/31DEC03/LINUX/INSTALL/APLGEN.LIS
> > COMRPL    : unchanged as it FAILED to compile.
> > COMRPL    : at least one module FAILED to compile
> > COMRPL    : Dies of unnatural causes
> > INSTEP2   : Failure in $APLGEN/...
> > INSTEP2   : compilations.
> > INSTEP2   : Aborts!    Fri Jul 18 17:41:52 CDT 2003
> > --------------
> >                                                                                 
> >         There are several cycles of the above error messages.  The name of
> > the file ("ZTMA2.c") changes.
> >         Eventually it fails with the following message:
> >                                                                                 
> > ---------------
> > AipsWiz: Error: INSTEP2 failed, no point in proceeding.
> > AipsWiz: Error: Look in /usr/local/aips/31DEC03/LINUX/INSTALL to see
> > AipsWiz: Error: if you can figure out what went wrong.  There are
> > AipsWiz: Error: many log and list files there.  You may want to do
> >                                                                                 
> > grep -v ^- *.LIS
> >                                                                                 
> >                                                                                 
> > AipsWiz: Error: to see what modules did not compile.
> >                                                                                 
> > AipsWiz: Install Wizard stopping.  Current settings saved in ~/.AIPSRC
> > AipsWiz: Abandoning ship!  Goodbye.
> > ========================================================================
> > -----------------
> >                                                                                 
> >         Running the grep command as suggested in the dying message.  I get
> > the following:
> >                                                                                 
> > -----------------
> > [claw at byrd aips]$ grep -v ^- 31DEC03/LINUX/INSTALL/*.LIS
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZABORS.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZACTV9.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZBFLI2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZDICC2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZDICO2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZDKMID.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZGMAI2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZIGNAL.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZIPAC2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZLOCK.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZSTRTP.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZTRLO2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZTTCL2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/UNIX/ZTTYI2.C
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZABOR2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZBYTF2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZCMPR2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZCREA2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDAOPN.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDEST2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDICIO.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDIE2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZDM2DL.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZEXIS2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZFI2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZGRLHI.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZGRLTC.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZGUEST.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZLASC2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZLPCL2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZM70O2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZM70X2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZMI2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZMKTMP.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZMOUN2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZPATH.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZPRMPT.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZRDMF.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZRENA2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZRM2RL.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZSSSL2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZSSSO2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTAP2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTKOP2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPCL2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPMI2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPMID.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPOP2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTPOPD.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTTOP2.FOR
> > 31DEC03/LINUX/INSTALL/APLGEN.LIS:/usr/local/aips/31DEC03/APL/DEV/ZTXMA2.FOR
> > ---------------
> >                                                                                 
> >         But this means nothing to me!  Even assuming that these are the
> > files which failed to compile, I don't know what to do now...  Any
> > suggestions?
> >                                                                                 
> >                 thanks,
> >                 casey
> > 
> > 
> 
> 





More information about the Daip mailing list