[daip] Build Issues

Eric Greisen egreisen at nrao.edu
Tue Jan 3 11:41:46 EST 2006


Alainna Wonders writes:

 > Funny that you just wrote me that, as I just made an alteration that 
 > seems to be working...
 > 
 > I did some googling, and found that this is equivalent to PATH_MAX in 
 > limits.h.  So at the top of ZACTV9.C i added:
 > 
 > #define _POSIX_PATH_MAX PATH_MAX
 > 
 > And that compiled fine.  But now INSTEP4 is failing too.
 > 
 > INSTEP4.LOG gives:
 > 
 > LINK      :            -o 
 > /data1/apps/aips-31DEC05/i386-linux/31DEC05/LINUX/PREP/QMNGR.EXE
 > /data1/apps/aips-31DEC05/i386-linux/31DEC05/LINUX/LIBR/APLLINUX/SUBLIB(ZACTV8.o)(.text+0x55e): 
 > In function `zactv8_':
 > : undefined reference to `zactv9_'
 > collect2: ld returned 1 exit status

This says that the ZACTV9.C did not compile correctly into the
library.  Again without more information there is little I can do.  It
should appear in INSTEP2.LOG multiple times with the last one being
the important one.  Perhaps this should be done by hand as:

cd $AIPS_ROOT
source LOGIN.CSH
$CDTST
COMRPL $APLUNIX/ZACTV9.C

COMLNK $AIPPGM/AIPS

The latter should work if the COMRPL works.  Then install.pl.

Eric Greisen




More information about the Daip mailing list