IRAFをソース (iraf-2.16.1-2018.11.01.tar.gz)からビルドします。(UbuntuやCentOSなどLinux 64bitの場合)
Building the IRAF v2.16 software tree 2019年 6月 24日 月曜日 14:36:21 JST (util/mksysgen) Clean 'linux64' host directories .... Clean src directories .... Clean 'linux64' bin directories .... Cleaning spool files .... + set -e + sh -x setarch.sh + ls -d as + [ as = as ] + rm -rf as + ln -s as.linux64 as + ls -d bin + [ bin = bin ] + rm -rf bin + ln -s bin.linux64 bin + echo ----------------------- OS ----------------------------- ----------------------- OS ----------------------------- + echo + + + echo + + + cd os + sh -x mkpkg.sh + set -e + echo --------------------- OS ---------------------- --------------------- OS ---------------------- + zsvjmp=../as/zsvjmp.[sS] + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS -Wall ../as/zsvjmp.S gmttolst.c irafpath.c prwait.c zalloc.c zawset.c zcall.c zdojmp.c zfacss.c zfaloc.c zfchdr.c zfdele.c zfgcwd.c zfinfo.c zfiobf.c zfioks.c zfiolp.c zfiomt.c zfiond.c zfiopl.c zfiopr.c zfiosf.c zfiotx.c zfioty.c zflink.c zfmkcp.c zfmkdr.c zfnbrk.c zfpath.c zfpoll.c zfprot.c zfrmdr.c zfrnam.c zfsubd.c zfunc.c zfutim.c zfxdir.c zgcmdl.c zghost.c zglobl.c zgmtco.c zgtenv.c zgtime.c zgtpid.c zintpr.c zlocpr.c zlocva.c zmain.c zmaloc.c zmfree.c zopdir.c zopdpr.c zoscmd.c zpanic.c zraloc.c zshlib.c zttyio.c zwmsec.c zxwhen.c zzdbg.c zzepro.c zzexit.c zzpstr.c zzsetk.c zzstrt.c alloc.c getproc.c prwait.c: In function ‘pr_enter’: prwait.c:48:24: warning: passing argument 1 of ‘pr_findpid’ makes integer from pointer without a cast [-Wint-conversion] if ((pr = pr_findpid (NULL)) == NULL) ^~~~ prwait.c:43:20: note: expected ‘int’ but argument is of type ‘void *’ struct proctable *pr_findpid(int pid); ^~~~~~~~~~ zfiobf.c: In function ‘vm_connect’: zfiobf.c:772:10: warning: passing argument 1 of ‘zopnnd_’ from incompatible pointer type [-Wincompatible-pointer-types] ZOPNND (osfn, &acmode, &fd); ^~~~ In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zfiobf.c:22: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:133:25: note: expected ‘short int *’ but argument is of type ‘char *’ #define ZOPNND zopnnd_ ^ zfiobf.c:759:13: note: in expansion of macro ‘ZOPNND’ extern int ZOPNND(PKCHAR *pk_osfn, XINT *mode, XINT *chan); ^~~~~~ zfiobf.c:780:25: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] fprintf (stderr, "fd=%d\n", fd); ~^ %ld In file included from /usr/include/unistd.h:1172:0, from zfiobf.c:9: In function ‘read’, inlined from ‘vm_access’ at zfiobf.c:493:6: /usr/include/x86_64-linux-gnu/bits/unistd.h:42:9: warning: call to ‘__read_chk_warn’ declared with attribute warning: read called with bigger length than size of the destination buffer return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘read’, inlined from ‘vm_delete’ at zfiobf.c:563:6: /usr/include/x86_64-linux-gnu/bits/unistd.h:42:9: warning: call to ‘__read_chk_warn’ declared with attribute warning: read called with bigger length than size of the destination buffer return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfioks.c: In function ‘zopnks_’: zfioks.c:323:39: warning: passing argument 2 of ‘ks_socket’ makes integer from pointer without a cast [-Wint-conversion] if ((s = ks_socket (client_host, NULL, port, "connect")) < 0) ^~~~ zfioks.c:166:12: note: expected ‘u_long {aka long unsigned int}’ but argument is of type ‘void *’ static int ks_socket(char *host, u_long addr, int port, char *mode), ks_geti(int fd), ks_puti(int fd, int ival), ks_getlogin(char *hostname, char *loginname, char *password, struct ksparam *ks); ^~~~~~~~~ zfioks.c:689:41: warning: passing argument 2 of ‘ks_socket’ makes integer from pointer without a cast [-Wint-conversion] if (!port || (t = ks_socket (host, NULL, port, "connect")) < 0) { ^~~~ zfioks.c:166:12: note: expected ‘u_long {aka long unsigned int}’ but argument is of type ‘void *’ static int ks_socket(char *host, u_long addr, int port, char *mode), ks_geti(int fd), ks_puti(int fd, int ival), ks_getlogin(char *hostname, char *loginname, char *password, struct ksparam *ks); ^~~~~~~~~ zfioks.c:737:26: warning: passing argument 2 of ‘ks_socket’ makes integer from pointer without a cast [-Wint-conversion] (t = ks_socket (host, NULL, port, "connect")) < 0) { ^~~~ zfioks.c:166:12: note: expected ‘u_long {aka long unsigned int}’ but argument is of type ‘void *’ static int ks_socket(char *host, u_long addr, int port, char *mode), ks_geti(int fd), ks_puti(int fd, int ival), ks_getlogin(char *hostname, char *loginname, char *password, struct ksparam *ks); ^~~~~~~~~ zfioks.c: In function ‘ks_sysname’: zfioks.c:1624:10: warning: passing argument 1 of ‘zgtenv_’ from incompatible pointer type [-Wincompatible-pointer-types] ZGTENV ("iraf", irafdir, &x_maxch, &x_nchars); ^~~~~~ In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zfioks.c:31: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:115:17: note: expected ‘short int *’ but argument is of type ‘char *’ #define ZGTENV zgtenv_ ^ zfioks.c:1621:15: note: in expansion of macro ‘ZGTENV’ extern int ZGTENV(PKCHAR *envvar, PKCHAR *outstr, XINT *maxch, XINT *status); ^~~~~~ zfioks.c: In function ‘zopnks_’: zfioks.c:450:54: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] fd = open ("/dev/null", O_RDONLY); close(0); dup(fd); close(fd); ^~~~~~~ zfioks.c:451:54: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] fd = open ("/dev/console", O_WRONLY); close(1); dup(fd); close(fd); ^~~~~~~ zfioks.c:452:54: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] fd = open ("/dev/console", O_WRONLY); close(2); dup(fd); close(fd); ^~~~~~~ zfioks.c:790:19: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (0); dup (pout[0]); close (pout[0]); ^~~~~~~~~~~~~ zfioks.c:791:19: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (1); dup (pin[1]); close (pin[1]); ^~~~~~~~~~~~ zfioks.c: In function ‘ks_getpass’: zfioks.c:1913:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (tty, prompt, strlen(prompt)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfioks.c:1932:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (tty, "\n", 1); ^~~~~~~~~~~~~~~~~~~~ zfiomt.c: In function ‘zzclmt_’: zfiomt.c:592:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (fd, bufp, bufsize); ^~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c: In function ‘zopcpr_’: zfiopr.c:130:18: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (0); dup (pout[0]); close (pout[0]); ^~~~~~~~~~~~~ zfiopr.c:131:18: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (1); dup (pin[1]); close (pin[1]); ^~~~~~~~~~~~ zfiopr.c: In function ‘zardpr_’: zfiopr.c:284:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (ipc_in, (char *)&temp, 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c:296:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (ipc_in, (char *)&temp, 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c:333:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (2, (char *)buf, op - (char *)buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c:337:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (ipc_in, (char *)buf, op - (char *)buf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c: In function ‘zawrpr_’: zfiopr.c:395:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (fd, &temp, 2); ^~~~~~~~~~~~~~~~~~~~ zfiopr.c:397:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (ipc_out, &temp, 2); ^~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c:399:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (fd, &temp, 2); ^~~~~~~~~~~~~~~~~~~~ zfiopr.c:401:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (ipc_out, &temp, 2); ^~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c:407:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (ipc_out, (char *)buf, (int)*nbytes); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfiopr.c:421:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (2, (char *)buf, (int)*nbytes); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zgtime.c: In function ‘zgtime_’: zgtime.c:27:12: warning: variable ‘clkfreq’ set but not used [-Wunused-but-set-variable] long cpu, clkfreq; ^~~~~~~ In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zmain.c:18: zmain.c: In function ‘main’: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:111:17: warning: passing argument 1 of ‘zlocpr_’ from incompatible pointer type [-Wincompatible-pointer-types] #define ZGETTY zgetty_ ^ zmain.c:99:10: note: in expansion of macro ‘ZGETTY’ ZLOCPR (ZGETTY, &driver); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:119:17: note: expected ‘PFI {aka long int (*)()}’ but argument is of type ‘int (*)(long int *, short int *, long int *, long int *)’ #define ZLOCPR zlocpr_ ^ zmain.c:71:14: note: in expansion of macro ‘ZLOCPR’ extern int ZLOCPR(PFI proc, XINT *o_epa ); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:29:17: warning: passing argument 1 of ‘zlocpr_’ from incompatible pointer type [-Wincompatible-pointer-types] #define ZARDPR zardpr_ ^ zmain.c:128:11: note: in expansion of macro ‘ZARDPR’ ZLOCPR (ZARDPR, &driver); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:119:17: note: expected ‘PFI {aka long int (*)()}’ but argument is of type ‘int (*)(long int *, short int *, long int *, long int *)’ #define ZLOCPR zlocpr_ ^ zmain.c:71:14: note: in expansion of macro ‘ZLOCPR’ extern int ZLOCPR(PFI proc, XINT *o_epa ); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:110:17: warning: passing argument 1 of ‘zlocpr_’ from incompatible pointer type [-Wincompatible-pointer-types] #define ZGETTX zgettx_ ^ zmain.c:148:11: note: in expansion of macro ‘ZGETTX’ ZLOCPR (ZGETTX, &driver); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:119:17: note: expected ‘PFI {aka long int (*)()}’ but argument is of type ‘int (*)(long int *, short int *, long int *, long int *)’ #define ZLOCPR zlocpr_ ^ zmain.c:71:14: note: in expansion of macro ‘ZLOCPR’ extern int ZLOCPR(PFI proc, XINT *o_epa ); ^~~~~~ zmain.c:197:34: warning: passing argument 8 of ‘irafmn_’ from incompatible pointer type [-Wincompatible-pointer-types] &driver, &devtype, &prtype, osfn_bkgfile, &jobcode, SYSRUK,ONENTRY); ^~~~~~~~~~~~ In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zmain.c:18: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:12:19: note: expected ‘short int *’ but argument is of type ‘char *’ #define IRAF_MAIN irafmn_ ^ zmain.c:73:14: note: in expansion of macro ‘IRAF_MAIN’ extern int IRAF_MAIN(XCHAR *acmd, XINT *ainchn, XINT *aoutcn, XINT *aerrcn, XINT *adrivr, XINT *adevte, XINT *prtype, XCHAR *bkgfie, XINT *jobcoe, ^~~~~~~~~ zmain.c:146:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen ("/dev/null", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zopdir.c: In function ‘zopdir_’: zopdir.c:111:11: warning: passing argument 1 of ‘d_qsort’ from incompatible pointer type [-Wincompatible-pointer-types] d_qsort (soff, nentries, sizeof(int), d_compar); ^~~~ zopdir.c:41:13: note: expected ‘char *’ but argument is of type ‘int *’ static void d_qsort(char *base, int n, int size, int (*compar) (char *a, char *b)); ^~~~~~~ zoscmd.c: In function ‘zoscmd_’: zoscmd.c:91:14: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (0); dup (fd); close (fd); ^~~~~~~~ zoscmd.c:99:18: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (1); dup (fd); close (fd); ^~~~~~~~ zoscmd.c:108:18: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (2); dup (1); ^~~~~~~ zoscmd.c:114:15: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] close (2); dup (fd); close (fd); ^~~~~~~~ zpanic.c: In function ‘zpanic_’: zpanic.c:45:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (2, msg, strlen(msg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ zpanic.c:53:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (fd, &msg[1], strlen(&msg[1])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zzpstr.c: In function ‘zzpstr_’: zzpstr.c:77:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (2, buf, op-buf); ^~~~~~~~~~~~~~~~~~~~~~ zzpstr.c:84:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (2, buf, op-buf); ^~~~~~~~~~~~~~~~~~~~~~ zzpstr.c:88:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write (2, "\n", 1); ^~~~~~~~~~~~~~~~~~ zzstrt.c: In function ‘zzstrt_’: zzstrt.c:93:6: warning: passing argument 5 of ‘zzsetk_’ makes integer from pointer without a cast [-Wint-conversion] &ipc_in, &ipc_out); ^ In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zzstrt.c:19: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:167:17: note: expected ‘int’ but argument is of type ‘int *’ #define ZZSETK zzsetk_ ^ zzstrt.c:41:12: note: in expansion of macro ‘ZZSETK’ extern int ZZSETK(char *ospn, char *osbfn, int prtype, int isatty, int in, int out); ^~~~~~ zzstrt.c:93:15: warning: passing argument 6 of ‘zzsetk_’ makes integer from pointer without a cast [-Wint-conversion] &ipc_in, &ipc_out); ^ In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zzstrt.c:19: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:167:17: note: expected ‘int’ but argument is of type ‘int *’ #define ZZSETK zzsetk_ ^ zzstrt.c:41:12: note: in expansion of macro ‘ZZSETK’ extern int ZZSETK(char *ospn, char *osbfn, int prtype, int isatty, int in, int out); ^~~~~~ getproc.c: In function ‘uid_executing’: getproc.c:24:29: warning: ‘%s’ directive writing up to 255 bytes into a region of size 250 [-Wformat-overflow=] sprintf (fname, "/proc/%s", direntp->d_name); ^~ In file included from /usr/include/stdio.h:862:0, from getproc.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 7 and 262 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc -Wall alloc.o getproc.o -o alloc.e + chmod 4755 alloc.e + mv -f alloc.e ../hlib + rm -f alloc.o zmain.o + ar r libos.a getproc.o gmttolst.o irafpath.o prwait.o zalloc.o zawset.o zcall.o zdojmp.o zfacss.o zfaloc.o zfchdr.o zfdele.o zfgcwd.o zfinfo.o zfiobf.o zfioks.o zfiolp.o zfiomt.o zfiond.o zfiopl.o zfiopr.o zfiosf.o zfiotx.o zfioty.o zflink.o zfmkcp.o zfmkdr.o zfnbrk.o zfpath.o zfpoll.o zfprot.o zfrmdr.o zfrnam.o zfsubd.o zfunc.o zfutim.o zfxdir.o zgcmdl.o zghost.o zglobl.o zgmtco.o zgtenv.o zgtime.o zgtpid.o zintpr.o zlocpr.o zlocva.o zmaloc.o zmfree.o zopdir.o zopdpr.o zoscmd.o zpanic.o zraloc.o zshlib.o zsvjmp.o zttyio.o zwmsec.o zxwhen.o zzdbg.o zzepro.o zzexit.o zzpstr.o zzsetk.o zzstrt.o ar: libos.a を作成しています + ranlib libos.a + rm getproc.o gmttolst.o irafpath.o prwait.o zalloc.o zawset.o zcall.o zdojmp.o zfacss.o zfaloc.o zfchdr.o zfdele.o zfgcwd.o zfinfo.o zfiobf.o zfioks.o zfiolp.o zfiomt.o zfiond.o zfiopl.o zfiopr.o zfiosf.o zfiotx.o zfioty.o zflink.o zfmkcp.o zfmkdr.o zfnbrk.o zfpath.o zfpoll.o zfprot.o zfrmdr.o zfrnam.o zfsubd.o zfunc.o zfutim.o zfxdir.o zgcmdl.o zghost.o zglobl.o zgmtco.o zgtenv.o zgtime.o zgtpid.o zintpr.o zlocpr.o zlocva.o zmaloc.o zmfree.o zopdir.o zopdpr.o zoscmd.o zpanic.o zraloc.o zshlib.o zsvjmp.o zttyio.o zwmsec.o zxwhen.o zzdbg.o zzepro.o zzexit.o zzpstr.o zzsetk.o zzstrt.o + mv -f libos.a ../bin + echo ----------------------- F2C ---------------------------- ----------------------- F2C ---------------------------- + echo + + + echo + + + cd f2c + sh -x mkpkg.sh + set -e + echo ----------------------- F2C --------------------------- ----------------------- F2C --------------------------- + cd src + sh -x mkpkg.sh + set -e + make -f makefile.u make[1]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/f2c/src' に入ります cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS main.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS init.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS gram.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS lex.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS proc.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS equiv.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS data.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS format.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS expr.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS exec.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS intr.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS io.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS misc.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS error.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS mem.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS names.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS output.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS p1output.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pread.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS put.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS putpcc.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS vax.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS formatdata.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS parse_args.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS niceprintf.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS cds.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sysdep.c cc -c -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS version.c cc main.o init.o gram.o lex.o proc.o equiv.o data.o format.o expr.o exec.o intr.o io.o misc.o error.o mem.o names.o output.o p1output.o pread.o put.o putpcc.o vax.o formatdata.o parse_args.o niceprintf.o cds.o sysdep.o version.o -o f2c make[1]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/f2c/src' から出ます + mv f2c ../../bin/f2c.e + rm cds.o data.o equiv.o error.o exec.o expr.o format.o formatdata.o gram.o init.o intr.o io.o lex.o main.o mem.o misc.o names.o niceprintf.o output.o p1output.o parse_args.o pread.o proc.o put.o putpcc.o sysdep.o vax.o version.o + echo ----------------------- LIBF2C ------------------------ ----------------------- LIBF2C ------------------------ + cd libf2c + sh -x mkpkg.sh + set -e + make -f makefile.u make[1]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/f2c/libf2c' に入ります cc -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS -c f77vers.c cc -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS -c i77vers.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS main.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS s_rnge.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS abort_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS exit_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS getarg_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS iargc_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS getenv_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS signal_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS s_stop.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS s_paus.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS system_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS cabs.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ctype.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS derf_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS derfc_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS erf_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS erfc_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sig_die.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS uninit.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_ci.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_dd.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_di.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_hh.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_ii.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_ri.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_zi.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS pow_zz.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS c_abs.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS c_cos.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS c_div.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS c_exp.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS c_log.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS c_sin.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS c_sqrt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS z_abs.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS z_cos.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS z_div.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS z_exp.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS z_log.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS z_sin.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS z_sqrt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_abs.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_acos.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_asin.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_atan.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_atn2.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_cnjg.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_cos.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_cosh.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_dim.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_exp.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_imag.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_int.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_lg10.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_log.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_mod.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_nint.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_sign.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_sin.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_sinh.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_sqrt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_tan.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS r_tanh.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_abs.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_acos.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_asin.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_atan.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_atn2.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_cnjg.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_cos.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_cosh.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_dim.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_exp.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_imag.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_int.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_lg10.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_log.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_mod.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_nint.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_prod.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_sign.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_sin.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_sinh.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_sqrt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_tan.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS d_tanh.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_abs.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_dim.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_dnnt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_indx.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_len.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_mod.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_nint.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS i_sign.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS lbitbits.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS lbitshft.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_abs.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_dim.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_dnnt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_indx.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_len.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_mod.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_nint.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS h_sign.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS l_ge.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS l_gt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS l_le.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS l_lt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS hl_ge.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS hl_gt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS hl_le.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS hl_lt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ef1asc_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ef1cmc_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS f77_aloc.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS s_cat.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS s_cmp.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS s_copy.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS backspac.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS close.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS dfe.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS dolio.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS due.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS endfile.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS err.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS fmt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS fmtlib.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ftell_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS iio.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ilnw.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS inquire.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS lread.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS lwrite.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS open.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rdfmt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rewind.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rsfe.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rsli.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rsne.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sfe.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sue.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS typesize.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS uio.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS util.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS wref.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS wrtfmt.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS wsfe.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS wsle.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS wsne.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS xwsne.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS dtime_.c cc -c -DSkip_f2c_Undefs -O -w -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS etime_.c ar r libf2c.a f77vers.o i77vers.o main.o s_rnge.o abort_.o exit_.o getarg_.o iargc_.o getenv_.o signal_.o s_stop.o s_paus.o system_.o cabs.o ctype.o derf_.o derfc_.o erf_.o erfc_.o sig_die.o uninit.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o lbitbits.o lbitshft.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o l_ge.o l_gt.o l_le.o l_lt.o hl_ge.o hl_gt.o hl_le.o hl_lt.o ef1asc_.o ef1cmc_.o f77_aloc.o s_cat.o s_cmp.o s_copy.o backspac.o close.o dfe.o dolio.o due.o endfile.o err.o fmt.o fmtlib.o ftell_.o iio.o ilnw.o inquire.o lread.o lwrite.o open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o dtime_.o etime_.o ar: libf2c.a を作成しています ranlib libf2c.a make[1]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/f2c/libf2c' から出ます + mv libf2c.a ../../bin/ + rm abort_.o backspac.o c_abs.o c_cos.o c_div.o c_exp.o c_log.o c_sin.o c_sqrt.o cabs.o close.o ctype.o d_abs.o d_acos.o d_asin.o d_atan.o d_atn2.o d_cnjg.o d_cos.o d_cosh.o d_dim.o d_exp.o d_imag.o d_int.o d_lg10.o d_log.o d_mod.o d_nint.o d_prod.o d_sign.o d_sin.o d_sinh.o d_sqrt.o d_tan.o d_tanh.o derf_.o derfc_.o dfe.o dolio.o dtime_.o due.o ef1asc_.o ef1cmc_.o endfile.o erf_.o erfc_.o err.o etime_.o exit_.o f77_aloc.o f77vers.o fmt.o fmtlib.o ftell_.o getarg_.o getenv_.o h_abs.o h_dim.o h_dnnt.o h_indx.o h_len.o h_mod.o h_nint.o h_sign.o hl_ge.o hl_gt.o hl_le.o hl_lt.o i77vers.o i_abs.o i_dim.o i_dnnt.o i_indx.o i_len.o i_mod.o i_nint.o i_sign.o iargc_.o iio.o ilnw.o inquire.o l_ge.o l_gt.o l_le.o l_lt.o lbitbits.o lbitshft.o lread.o lwrite.o main.o open.o pow_ci.o pow_dd.o pow_di.o pow_hh.o pow_ii.o pow_ri.o pow_zi.o pow_zz.o r_abs.o r_acos.o r_asin.o r_atan.o r_atn2.o r_cnjg.o r_cos.o r_cosh.o r_dim.o r_exp.o r_imag.o r_int.o r_lg10.o r_log.o r_mod.o r_nint.o r_sign.o r_sin.o r_sinh.o r_sqrt.o r_tan.o r_tanh.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o s_cat.o s_cmp.o s_copy.o s_paus.o s_rnge.o s_stop.o sfe.o sig_die.o signal_.o sue.o system_.o typesize.o uio.o uninit.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o xwsne.o z_abs.o z_cos.o z_div.o z_exp.o z_log.o z_sin.o z_sqrt.o + echo ----------------------- BOOT --------------------------- ----------------------- BOOT --------------------------- + echo + + + echo + + + cd boot + sh -x mkpkg.sh + set -e + echo ----------------------- BOOTLIB ------------------------ ----------------------- BOOTLIB ------------------------ + cd bootlib + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS bytmov.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS envinit.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osaccess.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osamovb.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS oschdir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osclose.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS oscmd.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS oscreatedir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS oscrfile.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osdelete.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osdir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osfcopy.c osfcopy.c: In function ‘os_fcopy’: osfcopy.c:22:60: warning: variable ‘nw’ set but not used [-Wunused-but-set-variable] XINT status, junk, maxch = SZ_FBUF, mode = 0, in, out, n, nw; ^~ + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osfdate.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osfiletype.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osfn2vfn.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osfpathname.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osgetenv.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osgetowner.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osopen.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osputenv.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osread.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ossetfmode.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ossetowner.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ossettime.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osstrpak.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS osstrupk.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ossubdir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ossymlink.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ossysfile.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS ostime.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS oswrite.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS tape.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS vfn2osfn.c + ar rv libboot.a bytmov.o envinit.o osaccess.o osamovb.o oschdir.o osclose.o oscmd.o oscreatedir.o oscrfile.o osdelete.o osdir.o osfcopy.o osfdate.o osfiletype.o osfn2vfn.o osfpathname.o osgetenv.o osgetowner.o osopen.o osputenv.o osread.o ossetfmode.o ossetowner.o ossettime.o osstrpak.o osstrupk.o ossubdir.o ossymlink.o ossysfile.o ostime.o oswrite.o tape.o vfn2osfn.o ar: libboot.a を作成しています a - bytmov.o a - envinit.o a - osaccess.o a - osamovb.o a - oschdir.o a - osclose.o a - oscmd.o a - oscreatedir.o a - oscrfile.o a - osdelete.o a - osdir.o a - osfcopy.o a - osfdate.o a - osfiletype.o a - osfn2vfn.o a - osfpathname.o a - osgetenv.o a - osgetowner.o a - osopen.o a - osputenv.o a - osread.o a - ossetfmode.o a - ossetowner.o a - ossettime.o a - osstrpak.o a - osstrupk.o a - ossubdir.o a - ossymlink.o a - ossysfile.o a - ostime.o a - oswrite.o a - tape.o a - vfn2osfn.o + rm bytmov.o envinit.o osaccess.o osamovb.o oschdir.o osclose.o oscmd.o oscreatedir.o oscrfile.o osdelete.o osdir.o osfcopy.o osfdate.o osfiletype.o osfn2vfn.o osfpathname.o osgetenv.o osgetowner.o osopen.o osputenv.o osread.o ossetfmode.o ossetowner.o ossettime.o osstrpak.o osstrupk.o ossubdir.o ossymlink.o ossysfile.o ostime.o oswrite.o tape.o vfn2osfn.o + ranlib libboot.a + mv -f libboot.a ../../bin + echo ----------------------- GENERIC ------------------------ ----------------------- GENERIC ------------------------ + cd generic + sh -x mkpkg.sh + set -e + lex -o lexyy.c tok.l + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS generic.c yywrap.c lexyy.c + gcc generic.o lexyy.o yywrap.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o generic.e + mv -f generic.e ../../hlib + rm generic.o lexyy.o yywrap.o + echo ----------------------- MKPKG -------------------------- ----------------------- MKPKG -------------------------- + cd mkpkg + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS char.c fdcache.c fncache.c host.c main.c pkg.c scanlib.c sflist.c tok.c fncache.c: In function ‘m_fninit’: fncache.c:120:27: warning: ‘>’ directive writing 1 byte into a region of size between 0 and 32 [-Wformat-overflow=] sprintf (lname, "<%s>", fn->lname); ^ In file included from /usr/include/stdio.h:862:0, from fncache.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 3 and 35 bytes into a destination of size 33 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ host.c: In function ‘h_updatelibrary’: host.c:94:10: warning: variable ‘lname’ set but not used [-Wunused-but-set-variable] char *lname = NULL; ^~~~~ pkg.c: In function ‘do_mkpkg’: pkg.c:48:25: warning: ‘%s’ directive writing up to 255 bytes into a region of size between 1 and 512 [-Wformat-overflow=] sprintf (fname, "%s%s", cx->curdir, cx->mkpkgfile); ^~ In file included from /usr/include/stdio.h:862:0, from pkg.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 1 and 767 bytes into a destination of size 512 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanlib.c: In function ‘h_scanlibrary’: scanlib.c:68:6: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] int len=0, len_arfmag, nmodules; ^~~ scanlib.c:105:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread (lbuf, 1, SARMAG, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc main.o char.o fdcache.o fncache.o host.o pkg.o scanlib.o sflist.o tok.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o mkpkg.e + mv -f mkpkg.e ../../hlib + rm char.o fdcache.o fncache.o host.o main.o pkg.o scanlib.o sflist.o tok.o + echo ----------------------- RMBIN ------------------------- ----------------------- RMBIN ------------------------- + cd rmbin + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rmbin.c rmbin.c: In function ‘verify_delete’: rmbin.c:256:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets (lbuf, SZ_LINE, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc rmbin.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o rmbin.e + mv -f rmbin.e ../../hlib + rm rmbin.o + echo ----------------------- RMFILES ----------------------- ----------------------- RMFILES ----------------------- + cd rmfiles + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rmfiles.c + gcc rmfiles.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o rmfiles.e + mv -f rmfiles.e ../../hlib + rm rmfiles.o + echo ----------------------- RTAR -------------------------- ----------------------- RTAR -------------------------- + cd rtar + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rtar.c + gcc rtar.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o rtar.e + mv rtar.e ../../hlib + rm -f rtar.o + echo ----------------------- WTAR -------------------------- ----------------------- WTAR -------------------------- + cd wtar + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS wtar.c wtar.c: In function ‘tarfileout’: wtar.c:429:38: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] snprintf (hb.dbuf.size, 12, "%11lo ", fh->size); ^ In file included from /usr/include/stdio.h:862:0, from wtar.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 13 and 24 bytes into a destination of size 12 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wtar.c:430:38: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] snprintf (hb.dbuf.mtime, 12, "%11lo ", fh->mtime); ^ In file included from /usr/include/stdio.h:862:0, from wtar.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 13 and 24 bytes into a destination of size 12 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc wtar.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o wtar.e + mv wtar.e ../../hlib + rm -f wtar.o + echo ----------------------- SPP ---------------------------- ----------------------- SPP ---------------------------- + cd spp + sh -x mkpkg.sh + set -e + echo ----------------------- XC ---------------------------- ----------------------- XC ---------------------------- + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS xc.c xc.c: In function ‘main’: xc.c:788:6: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result [-Wunused-result] mkstemp (tempfile); ^~~~~~~~~~~~~~~~~~ xc.c:885:3: warning: ignoring return value of ‘link’, declared with attribute warn_unused_result [-Wunused-result] link (tempfile, outfile); ^~~~~~~~~~~~~~~~~~~~~~~~ xc.c: In function ‘sys’: xc.c:1286:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen (inname, "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ xc.c:1288:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen (outname, (append ? "a" : "w"), stdout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: xc.c:1413:1: warning: ‘findexe’ defined but not used [-Wunused-function] findexe ( ^~~~~~~ + gcc xc.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o xc.e + mv -f xc.e ../../hlib + rm -f xc.o + echo ----------------------- XPP ---------------------------- ----------------------- XPP ---------------------------- + cd xpp + sh -x mkpkg.sh + set -e + [ ! -f lexyy.c -o xpp.l -nt lexyy.c ] + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS xppmain.c xppcode.c decl.c lexyy.c + gcc xppmain.o lexyy.o xppcode.o decl.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o xpp.e + mv -f xpp.e ../../../hlib + rm decl.o lexyy.o xppcode.o xppmain.o + echo ----------------------- RPP ---------------------------- ----------------------- RPP ---------------------------- + cd rpp + sh -x mkpkg.sh + set -e + echo ----------------------- RPPFOR ------------------------- ----------------------- RPPFOR ------------------------- + cd rppfor + sh -x mkpkg.sh + set -e + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 addchr.f allblk.f alldig.f baderr.f balpar.f beginc.f baderr.f: In function ‘baderr_’: baderr.f:5:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ baderr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ beginc.f: In function ‘beginc_’: beginc.f:71:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ beginc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 brknxt.f cascod.f caslab.f declco.f deftok.f doarth.f cascod.f: In function ‘cascod_’: cascod.f:100:52: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] if (.not.(i .lt. swlast .and. ub .ge. swstak (i)))goto 23019 ^~~~ cascod.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ declco.f: In function ‘declco_’: declco.f:104:25: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] call outtab ^ declco.f:120:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ declco.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ deftok.f: In function ‘deftok_’: deftok.f:101:21: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.((ifl .eq. 1 .and. c .eq. -15) .or. (ifl .eq. 0 .and. c . ~~~~~~~~~^~~~~~~~~~~~~ deftok.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 docode.f doif.f doincr.f domac.f dostat.f dosub.f + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 eatup.f elseif.f endcod.f entdef.f entdkw.f entfkw.f eatup.f: In function ‘eatup_’: eatup.f:96:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(t .eq. 44 .or. t .eq. 43 .or. t .eq. 45 .or. t .eq. 42 . ~~~~~~~~^~~~~~~~~ *or. (t .eq. 47 .and. body .eq. 1) .or. t .eq. 40 .or. t .eq. 38 .o ~~~~~~~~~~~~~~~~~~ eatup.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ endcod.f: In function ‘endcod_’: endcod.f:95:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ endcod.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ entfkw.f: In function ‘entfkw_’: entfkw.f:68:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ entfkw.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 entrkw.f entxkw.f errchk.f errgo.f errorc.f evalr.f entxkw.f: In function ‘entxkw_’: entxkw.f:171:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ entxkw.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ errchk.f: In function ‘errchk_’: errchk.f:102:33: warning: variable ‘ntok’ set but not used [-Wunused-but-set-variable] 23008 continue ^ errchk.f:121:1: warning: control reaches end of non-void function [-Wreturn-type] c lastt0 last_tok ^ errchk.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ errgo.f: In function ‘errgo_’: errgo.f:83:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ errgo.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ errorc.f: In function ‘errorc_’: errorc.f:72:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ errorc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ evalr.f: In function ‘evalr_’: evalr.f:96:20: warning: variable ‘delim’ set but not used [-Wunused-but-set-variable] if (.not.(evalst(k) .eq. 39 .or. evalst(k) .eq. 34))goto 23013 ^~~~~ evalr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 finit.f forcod.f fors.f getdef.f gettok.f gnbtok.f + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 gocode.f gtok.f ifcode.f iferrc.f ifgo.f ifparm.f gocode.f: In function ‘gocode_’: gocode.f:82:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ gocode.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ gtok.f: In function ‘gtok_’: gtok.f:91:22: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(((65.le.c.and.c.le.90).or.(97.le.c.and.c.le.122))))goto ~~~~~~~~~~^~~~~~~~~~~~ gtok.f:106:25: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(.not.((65.le.c.and.c.le.90).or.(97.le.c.and.c.le.122)) . ~~~~~~~~~~^~~~~~~~~~~~ gtok.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ ifgo.f: In function ‘ifgo_’: ifgo.f:86:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ ifgo.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 indent.f initkw.f labelc.f labgen.f lex.f litral.f indent.f: In function ‘indent_’: indent.f:66:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ indent.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 lndict.f ludef.f mapid.f ngetch.f ogotos.f otherc.f mapid.f: In function ‘mapid_’: mapid.f:14:1: warning: control reaches end of non-void function [-Wreturn-type] mapid.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ ogotos.f: In function ‘ogotos_’: ogotos.f:77:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ ogotos.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ otherc.f: In function ‘otherc_’: otherc.f:66:28: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(((65.le.lexstr (1).and.lexstr (1).le.90).or.(97.le.lexst ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ otherc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 outch.f outcon.f outdon.f outdwe.f outgo.f outnum.f outch.f: In function ‘outch_’: outch.f:118:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ outch.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ outdwe.f: In function ‘outdwe_’: outdwe.f:4:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ outdwe.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ outgo.f: In function ‘outgo_’: outgo.f:68:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ outgo.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 outstr.f outtab.f parse.f pbnum.f pbstr.f poicod.f parse.f: In function ‘parse_’: parse.f:256:1: warning: control reaches end of non-void function [-Wreturn-type] c pushs0 push_stack ^ parse.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ pbstr.f: In function ‘pbstr_’: pbstr.f:76:1: warning: control reaches end of non-void function [-Wreturn-type] pbstr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ poicod.f: In function ‘poicod_’: poicod.f:139:1: warning: control reaches end of non-void function [-Wreturn-type] subroutine poidec (str) ^ poicod.f: In function ‘poidec_’: poicod.f:144:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ poicod.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 push.f putbak.f putchr.f puttok.f ratfor.f relate.f ratfor.f: In function ‘ratfor_’: ratfor.f:127:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ ratfor.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 repcod.f retcod.f sdupl.f skpblk.f squash.f strdcl.f squash.f: In function ‘squash_’: squash.f:76:26: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(((65.le.id(i).and.id(i).le.90).or.(97.le.id(i).and.id(i) ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ squash.f:77:23: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] *.le.122)) .or. (48.le.id(i).and.id(i).le.57)))goto 23007 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ squash.f:103:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ squash.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 swcode.f swend.f swvar.f synerr.f thenco.f ulstal.f swend.f: In function ‘swend_’: swend.f:84:57: warning: suggest parentheses around ‘-’ inside ‘<<’ [-Wparentheses] swn = swvstk(swvlev) swend.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ synerr.f: In function ‘synerr_’: synerr.f:105:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] synerr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 uniqid.f unstak.f untils.f whilec.f whiles.f uniqid.f: In function ‘uniqid_’: uniqid.f:116:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ uniqid.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ unstak.f: In function ‘unstak_’: unstak.f:59:1: warning: control reaches end of non-void function [-Wreturn-type] unstak.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ untils.f: In function ‘untils_’: untils.f:100:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] untils.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + ar rv librpp.a addchr.o allblk.o alldig.o baderr.o balpar.o beginc.o brknxt.o cascod.o caslab.o declco.o deftok.o doarth.o docode.o doif.o doincr.o domac.o dostat.o dosub.o eatup.o elseif.o endcod.o entdef.o entdkw.o entfkw.o entrkw.o entxkw.o errchk.o errgo.o errorc.o evalr.o finit.o forcod.o fors.o getdef.o gettok.o gnbtok.o gocode.o gtok.o ifcode.o iferrc.o ifgo.o ifparm.o indent.o initkw.o labelc.o labgen.o lex.o litral.o lndict.o ludef.o mapid.o ngetch.o ogotos.o otherc.o outch.o outcon.o outdon.o outdwe.o outgo.o outnum.o outstr.o outtab.o parse.o pbnum.o pbstr.o poicod.o push.o putbak.o putchr.o puttok.o ratfor.o relate.o repcod.o retcod.o sdupl.o skpblk.o squash.o strdcl.o swcode.o swend.o swvar.o synerr.o thenco.o ulstal.o uniqid.o unstak.o untils.o whilec.o whiles.o ar: librpp.a を作成しています a - addchr.o a - allblk.o a - alldig.o a - baderr.o a - balpar.o a - beginc.o a - brknxt.o a - cascod.o a - caslab.o a - declco.o a - deftok.o a - doarth.o a - docode.o a - doif.o a - doincr.o a - domac.o a - dostat.o a - dosub.o a - eatup.o a - elseif.o a - endcod.o a - entdef.o a - entdkw.o a - entfkw.o a - entrkw.o a - entxkw.o a - errchk.o a - errgo.o a - errorc.o a - evalr.o a - finit.o a - forcod.o a - fors.o a - getdef.o a - gettok.o a - gnbtok.o a - gocode.o a - gtok.o a - ifcode.o a - iferrc.o a - ifgo.o a - ifparm.o a - indent.o a - initkw.o a - labelc.o a - labgen.o a - lex.o a - litral.o a - lndict.o a - ludef.o a - mapid.o a - ngetch.o a - ogotos.o a - otherc.o a - outch.o a - outcon.o a - outdon.o a - outdwe.o a - outgo.o a - outnum.o a - outstr.o a - outtab.o a - parse.o a - pbnum.o a - pbstr.o a - poicod.o a - push.o a - putbak.o a - putchr.o a - puttok.o a - ratfor.o a - relate.o a - repcod.o a - retcod.o a - sdupl.o a - skpblk.o a - squash.o a - strdcl.o a - swcode.o a - swend.o a - swvar.o a - synerr.o a - thenco.o a - ulstal.o a - uniqid.o a - unstak.o a - untils.o a - whilec.o a - whiles.o + ranlib librpp.a + mv -f librpp.a .. + rm addchr.o allblk.o alldig.o baderr.o balpar.o beginc.o brknxt.o cascod.o caslab.o declco.o deftok.o doarth.o docode.o doif.o doincr.o domac.o dostat.o dosub.o eatup.o elseif.o endcod.o entdef.o entdkw.o entfkw.o entrkw.o entxkw.o errchk.o errgo.o errorc.o evalr.o finit.o forcod.o fors.o getdef.o gettok.o gnbtok.o gocode.o gtok.o ifcode.o iferrc.o ifgo.o ifparm.o indent.o initkw.o labelc.o labgen.o lex.o litral.o lndict.o ludef.o mapid.o ngetch.o ogotos.o otherc.o outch.o outcon.o outdon.o outdwe.o outgo.o outnum.o outstr.o outtab.o parse.o pbnum.o pbstr.o poicod.o push.o putbak.o putchr.o puttok.o ratfor.o relate.o repcod.o retcod.o sdupl.o skpblk.o squash.o strdcl.o swcode.o swend.o swvar.o synerr.o thenco.o ulstal.o uniqid.o unstak.o untils.o whilec.o whiles.o + echo ----------------------- RATLIBF ------------------------ ----------------------- RATLIBF ------------------------ + cd ratlibf + sh -x mkpkg.sh + set -e + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 addset.f addstr.f amatch.f catsub.f clower.f concat.f catsub.f: In function ‘catsub_’: catsub.f:4:32: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] integer maxnew ^ catsub.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 ctoc.f ctoi.f ctomn.f cupper.f delete.f docant.f dodash.f dodash.f: In function ‘dodash_’: dodash.f:10:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] limit = index (valid, esc (array, i)) ^~~~ dodash.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 dsdbiu.f dsdump.f dsfree.f dsget.f dsinit.f enter.f equal.f dsfree.f: In function ‘dsfree_’: dsfree.f:16:42: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] q = p ^ dsfree.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ dsget.f: In function ‘dsget_’: dsget.f:22:44: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] call dsdump (48) ^ dsget.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 error.f errsub.f esc.f fcopy.f filset.f fmtdat.f fold.f error.f: In function ‘error_’: error.f:5:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ error.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ filset.f: In function ‘filset_’: filset.f:21:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] data upalf(1)/65/,upalf(2)/66/,upalf(3)/67/,upalf(4)/68/,upalf(5)/ ^~~~ filset.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 gctoi.f getc.f getccl.f getpat.f getwrd.f gfnarg.f index.f gctoi.f: In function ‘gctoi_’: gctoi.f:24:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(str (i + 2) .eq. 114 .and. str (i) .eq. 49 .and. (48.le. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ *str (i + 1).and.str (i + 1).le.57) .or. str (i + 1) .eq. 114 .and. ~~~~~~~~~~~~~~~~~~~~ gctoi.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ getccl.f: In function ‘getccl_’: getccl.f:16:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] call filset (93, arg, i, pat, j, 128) ^~~~ getccl.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 insub.f itoc.f length.f locate.f lookup.f lower.f makpat.f makpat.f: In function ‘makpat_’: makpat.f:21:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] goto 23006 ^ makpat.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 maksub.f match.f mktabl.f mntoc.f omatch.f outsub.f patsiz.f maksub.f: In function ‘maksub_’: maksub.f:17:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] i = i + 1 ^ maksub.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ mntoc.f: In function ‘mntoc_’: mntoc.f:25:29: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 23001 if (.not.(.not. (((65.le.buf (p).and.buf (p).le.90).or.(97.le.buf ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ mntoc.f:26:27: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] *(p).and.buf (p).le.122)) .or. (48.le.buf (p).and.buf (p).le.57)) . ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ mntoc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 prompt.f putc.f putdec.f putint.f putstr.f query.f rmtabl.f putint.f: In function ‘putint_’: putint.f:9:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] return ^ putint.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 scopy.f sctabl.f sdrop.f skipbl.f slstr.f stake.f stclos.f stclos.f: In function ‘stclos_’: stclos.f:14:28: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] stclos = lastj ^ stclos.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 stcopy.f stlu.f strcmp.f strim.f termin.f trmout.f type.f type.f: In function ‘type_’: type.f:3:23: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.((97 .le. c .and. c .le. 122) .or. (65 .le. c .and. c .le ~~~~~~~~~~~^~~~~~~~~~~~~~ type.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 upper.f wkday.f + ar rv libf.a addset.o addstr.o amatch.o catsub.o clower.o concat.o ctoc.o ctoi.o ctomn.o cupper.o delete.o docant.o dodash.o dsdbiu.o dsdump.o dsfree.o dsget.o dsinit.o enter.o equal.o error.o errsub.o esc.o fcopy.o filset.o fmtdat.o fold.o gctoi.o getc.o getccl.o getpat.o getwrd.o gfnarg.o index.o insub.o itoc.o length.o locate.o lookup.o lower.o makpat.o maksub.o match.o mktabl.o mntoc.o omatch.o outsub.o patsiz.o prompt.o putc.o putdec.o putint.o putstr.o query.o rmtabl.o scopy.o sctabl.o sdrop.o skipbl.o slstr.o stake.o stclos.o stcopy.o stlu.o strcmp.o strim.o termin.o trmout.o type.o upper.o wkday.o ar: libf.a を作成しています a - addset.o a - addstr.o a - amatch.o a - catsub.o a - clower.o a - concat.o a - ctoc.o a - ctoi.o a - ctomn.o a - cupper.o a - delete.o a - docant.o a - dodash.o a - dsdbiu.o a - dsdump.o a - dsfree.o a - dsget.o a - dsinit.o a - enter.o a - equal.o a - error.o a - errsub.o a - esc.o a - fcopy.o a - filset.o a - fmtdat.o a - fold.o a - gctoi.o a - getc.o a - getccl.o a - getpat.o a - getwrd.o a - gfnarg.o a - index.o a - insub.o a - itoc.o a - length.o a - locate.o a - lookup.o a - lower.o a - makpat.o a - maksub.o a - match.o a - mktabl.o a - mntoc.o a - omatch.o a - outsub.o a - patsiz.o a - prompt.o a - putc.o a - putdec.o a - putint.o a - putstr.o a - query.o a - rmtabl.o a - scopy.o a - sctabl.o a - sdrop.o a - skipbl.o a - slstr.o a - stake.o a - stclos.o a - stcopy.o a - stlu.o a - strcmp.o a - strim.o a - termin.o a - trmout.o a - type.o a - upper.o a - wkday.o + ranlib libf.a + mv -f libf.a .. + rm addset.o addstr.o amatch.o catsub.o clower.o concat.o ctoc.o ctoi.o ctomn.o cupper.o delete.o docant.o dodash.o dsdbiu.o dsdump.o dsfree.o dsget.o dsinit.o enter.o equal.o error.o errsub.o esc.o fcopy.o filset.o fmtdat.o fold.o gctoi.o getc.o getccl.o getpat.o getwrd.o gfnarg.o index.o insub.o itoc.o length.o locate.o lookup.o lower.o makpat.o maksub.o match.o mktabl.o mntoc.o omatch.o outsub.o patsiz.o prompt.o putc.o putdec.o putint.o putstr.o query.o rmtabl.o scopy.o sctabl.o sdrop.o skipbl.o slstr.o stake.o stclos.o stcopy.o stlu.o strcmp.o strim.o termin.o trmout.o type.o upper.o wkday.o + echo ----------------------- RATLIBC ------------------------ ----------------------- RATLIBC ------------------------ + cd ratlibc + sh -x mkpkg.sh + set -e + gcc -c -g -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS cant.c close.c endst.c getarg.c getlin.c initst.c open.c putch.c putlin.c r4tocstr.c remark.c + ar rv libc.a cant.o close.o endst.o getarg.o getlin.o initst.o open.o putch.o putlin.o r4tocstr.o remark.o ar: libc.a を作成しています a - cant.o a - close.o a - endst.o a - getarg.o a - getlin.o a - initst.o a - open.o a - putch.o a - putlin.o a - r4tocstr.o a - remark.o + ranlib libc.a + mv -f libc.a .. + rm cant.o close.o endst.o getarg.o getlin.o initst.o open.o putch.o putlin.o r4tocstr.o remark.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS rpp.c + gcc rpp.o librpp.a libf.a libc.a -o rpp.e + mv -f rpp.e ../../../hlib + rm libc.a libf.a librpp.a rpp.o + echo ----------------------- XYACC -------------------------- ----------------------- XYACC -------------------------- + cd xyacc + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS y1.c y2.c y3.c y4.c y2.c: In function ‘setup’: y2.c:188:11: warning: variable ‘sym_prefix’ set but not used [-Wunused-but-set-variable] char *sym_prefix = ""; ^~~~~~~~~~ y2.c: In function ‘cpyact’: y2.c:1389:10: warning: variable ‘id_name’ set but not used [-Wunused-but-set-variable] char id_name[NAMESIZE + 1]; ^~~~~~~ y2.c:1388:36: warning: variable ‘argument’ set but not used [-Wunused-but-set-variable] int brac, c, match, j, s, tok, argument; ^~~~~~~~ + gcc y1.o y2.o y3.o y4.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o xyacc.e + mv -f xyacc.e ../../hlib + cp yaccpar.x ../../../lib + rm -f y1.o y2.o y3.o y4.o + echo ----------------------- GDEV --------------------------- ----------------------- GDEV --------------------------- + cd gdev + sh -x mkpkg.sh + set -e + cd sgidev + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgiUtil.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgidispatch.c + gcc sgidispatch.o ../../hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgidispatch.e + mv -f sgidispatch.e ../../hlib + rm sgidispatch.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2uimp.c + gcc sgi2uimp.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2uimp.e + mv -f sgi2uimp.e ../../hlib + rm sgi2uimp.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2uapl.c + gcc sgi2uapl.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2uapl.e + mv -f sgi2uapl.e ../../hlib + rm sgi2uapl.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2uqms.c + gcc sgi2uqms.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2uqms.e + mv -f sgi2uqms.e ../../hlib + rm sgi2uqms.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2uptx.c + gcc sgi2uptx.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2uptx.e + mv -f sgi2uptx.e ../../hlib + rm sgi2uptx.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2uhplj.c sgi2uhplj.c: In function ‘main’: sgi2uhplj.c:45:18: warning: ‘__builtin___sprintf_chk’ writing a terminating nul past the end of the destination [-Wformat-overflow=] #define DEV_VECT "\033*p%03dX\033*p%03dY"/* x,y cursor posn in dots */ ^ sgi2uhplj.c:221:20: note: in expansion of macro ‘DEV_VECT’ sprintf (obuf, DEV_VECT, x, y); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from sgi2uhplj.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 15 and 31 bytes into a destination of size 14 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sgi2uhplj.c:45:18: warning: ‘__builtin___sprintf_chk’ writing a terminating nul past the end of the destination [-Wformat-overflow=] #define DEV_VECT "\033*p%03dX\033*p%03dY"/* x,y cursor posn in dots */ ^ sgi2uhplj.c:221:20: note: in expansion of macro ‘DEV_VECT’ sprintf (obuf, DEV_VECT, x, y); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from sgi2uhplj.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 15 and 31 bytes into a destination of size 14 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sgi2uhplj.c:46:18: warning: ‘%03d’ directive writing between 3 and 11 bytes into a region of size 4 [-Wformat-overflow=] #define DEV_RAST "\033*b%03dW" /* transfer raster graphics */ ^ sgi2uhplj.c:202:25: note: in expansion of macro ‘DEV_RAST’ sprintf (buf_rast, DEV_RAST, n1); ^~~~~~~~ sgi2uhplj.c:46:18: note: directive argument in the range [-2147483648, 268435455] #define DEV_RAST "\033*b%03dW" /* transfer raster graphics */ ^ sgi2uhplj.c:202:25: note: in expansion of macro ‘DEV_RAST’ sprintf (buf_rast, DEV_RAST, n1); ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from sgi2uhplj.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 8 and 16 bytes into a destination of size 7 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc sgi2uhplj.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2uhplj.e + mv -f sgi2uhplj.e ../../hlib + rm sgi2uhplj.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2uhpgl.c + gcc sgi2uhpgl.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2uhpgl.e + mv -f sgi2uhpgl.e ../../hlib + rm sgi2uhpgl.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2ueps.c + gcc sgi2ueps.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2ueps.e + mv -f sgi2ueps.e ../../hlib + rm sgi2ueps.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2gif.c + gcc sgi2gif.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2gif.e + mv -f sgi2gif.e ../../hlib + rm sgi2gif.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2xbm.c + gcc sgi2xbm.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2xbm.e + mv -f sgi2xbm.e ../../hlib + rm sgi2xbm.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include -DNOVOS sgi2svg.c + gcc sgi2svg.o sgiUtil.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a -lm -o sgi2svg.e + mv -f sgi2svg.e ../../hlib + rm sgi2svg.o + rm sgiUtil.o + echo install HSI executables in /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix//bin.linux64 install HSI executables in /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix//bin.linux64 + mv -f hlib/alloc.e hlib/generic.e hlib/mkpkg.e hlib/rmbin.e hlib/rmfiles.e hlib/rpp.e hlib/rtar.e hlib/sgi2gif.e hlib/sgi2svg.e hlib/sgi2uapl.e hlib/sgi2ueps.e hlib/sgi2uhpgl.e hlib/sgi2uhplj.e hlib/sgi2uimp.e hlib/sgi2uptx.e hlib/sgi2uqms.e hlib/sgi2xbm.e hlib/sgidispatch.e hlib/wtar.e hlib/xc.e hlib/xpp.e hlib/xyacc.e bin.linux64 !clear;date [3J[H[2J2019年 6月 24日 月曜日 14:37:03 JST -------------- LIBSYS ---------------- check out file `libsys.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a' warning: library `libsys.a' not found xc -c -w access.x aread.x areadb.x await.x awaitb.x awrite.x awriteb.x close.x delete.x deletefg.x diropen.x falloc.x fcache.x fcanpb.x fchdir.x fclobber.x fcopy.x fdebug.x fdevbf.x fdevblk.x fdevtx.x fdirname.x fexbuf.x ffault.x ffilbf.x ffilsz.x fflsbf.x fgdevpar.x fgetfd.x filbuf.x filerr.x filopn.x finfo.x finit.x fioclean.x flsbuf.x flush.x fmapfn.x fmkbfs.x fmkcopy.x fmkdir.x fmkpbbuf.x fnextn.x fnldir.x fnroot.x frmdir.x fntgfn.x fnullfile.x fopnbf.x fopntx.x fowner.x fpathname.x fputtx.x freadp.x fredir.x frename.x frmbfs.x frtnfd.x fseti.x fsfopen.x fstati.x fstatl.x fstats.x fstdfile.x fstrfp.x fsymlink.x fsvtfn.x fswapfd.x funlink.x futime.x fwatio.x fwritep.x fwtacc.x getc.x getchar.x getci.x getline.x getlline.x glongline.x isdir.x mktemp.x ndopen.x note.x nowhite.x nullfile.x open.x osfnlock.x poll.x protect.x putc.x putcc.x putci.x putline.x read.x rename.x reopen.x seek.x stropen.x ungetc.x ungetci.x ungetline.x unread.x vfnmap.x vfntrans.x write.x xerputc.x zfiott.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a access.o aread.o areadb.o await.o awaitb.o awrite.o awriteb.o close.o delete.o deletefg.o diropen.o falloc.o fcache.o fcanpb.o fchdir.o fclobber.o fcopy.o fdebug.o fdevbf.o fdevblk.o fdevtx.o fdirname.o fexbuf.o ffault.o ffilbf.o ffilsz.o fflsbf.o fgdevpar.o fgetfd.o filbuf.o filerr.o filopn.o finfo.o finit.o fioclean.o flsbuf.o flush.o fmapfn.o fmkbfs.o fmkcopy.o fmkdir.o fmkpbbuf.o fnextn.o fnldir.o fnroot.o frmdir.o fntgfn.o fnullfile.o fopnbf.o fopntx.o fowner.o fpathname.o fputtx.o freadp.o fredir.o frename.o frmbfs.o frtnfd.o fseti.o fsfopen.o fstati.o fstatl.o fstats.o fstdfile.o fstrfp.o fsymlink.o fsvtfn.o fswapfd.o funlink.o futime.o fwatio.o fwritep.o fwtacc.o getc.o getchar.o getci.o getline.o getlline.o glongline.o isdir.o mktemp.o ndopen.o note.o nowhite.o nullfile.o open.o osfnlock.o poll.o protect.o putc.o putcc.o putci.o putline.o read.o rename.o reopen.o seek.o stropen.o ungetc.o ungetci.o ungetline.o unread.o vfnmap.o vfntrans.o write.o xerputc.o zfiott.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a を作成しています xc -c -w fmaccess.x fmclose.x fmcopy.x fmcopyo.x fmdebug.x fmdelete.x fmfcache.x fmfopen.x fmiobind.x fmioerr.x fmioextnd.x fmiopost.x fmiorhdr.x fmiosbuf.x fmiotick.x fmlfard.x fmlfawr.x fmlfawt.x fmlfbrd.x fmlfbwr.x fmlfbwt.x fmlfcls.x fmlfcopy.x fmlfdel.x fmlfname.x fmlfopen.x fmlfparse.x fmlfstat.x fmlfstt.x fmlfundel.x fmnextlf.x fmopen.x fmrebuild.x fmrename.x fmseti.x fmstati.x fmsync.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a fmaccess.o fmclose.o fmcopy.o fmcopyo.o fmdebug.o fmdelete.o fmfcache.o fmfopen.o fmiobind.o fmioerr.o fmioextnd.o fmiopost.o fmiorhdr.o fmiosbuf.o fmiotick.o fmlfard.o fmlfawr.o fmlfawt.o fmlfbrd.o fmlfbwr.o fmlfbwt.o fmlfcls.o fmlfcopy.o fmlfdel.o fmlfname.o fmlfopen.o fmlfparse.o fmlfstat.o fmlfstt.o fmlfundel.o fmnextlf.o fmopen.o fmrebuild.o fmrename.o fmseti.o fmstati.o fmsync.o fmtio/evvexpr.x is out of date; rebuilding with XYACC: !xyacc evvexpr.y; mv -f ytab.x evvexpr.x "evvexpr.y", line 250: warning: redeclaration of precedence of GT. conflicts: 19 shift/reduce fmtio/evexpr.x is out of date; rebuilding with XYACC: !xyacc evexpr.y; mv -f ytab.x evexpr.x "evexpr.y", line 119: warning: redeclaration of precedence of GT. conflicts: 16 shift/reduce xc -c -w -/Nx512 -/Ns2048 evvexpr.x xc -c -w cctoc.x chdeposit.x chfetch.x chrlwr.x chrupr.x clprintf.x clscan.x ctocc.x ctod.x ctoi.x ctol.x ctor.x ctotok.x ctowrd.x ctox.x dtcscl.x dtoc.x dtoc3.x eprintf.x evexpr.x fmterr.x fmtinit.x fmtread.x fmtsetcol.x fmtstr.x fpradv.x fprfmt.x fprintf.x fprntf.x fscan.x gargb.x gargc.x gargd.x gargi.x gargl.x gargr.x gargrad.x gargs.x gargstr.x gargtok.x gargwrd.x gargx.x gctod.x gctol.x gctox.x gltoc.x gstrcat.x gstrcpy.x itoc.x lexnum.x ltoc.x nscan.x parg.x pargb.x pargstr.x pargx.x patmatch.x printf.x resetscan.x scanc.x sprintf.x sscan.x strcat.x strcmp.x strcpy.x strdic.x streq.x strge.x strgt.x stridx.x stridxs.x strldx.x strldxs.x strle.x strlen.x strlt.x strlwr.x strmac.x strmatch.x strncmp.x strne.x strsearch.x strsrt.x strtbl.x strupr.x xevgettok.x xvvgettok.x xtoc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a cctoc.o chdeposit.o chfetch.o chrlwr.o chrupr.o clprintf.o clscan.o ctocc.o ctod.o ctoi.o ctol.o ctor.o ctotok.o ctowrd.o ctox.o dtcscl.o dtoc.o dtoc3.o eprintf.o evexpr.o evvexpr.o fmterr.o fmtinit.o fmtread.o fmtsetcol.o fmtstr.o fpradv.o fprfmt.o fprintf.o fprntf.o fscan.o gargb.o gargc.o gargd.o gargi.o gargl.o gargr.o gargrad.o gargs.o gargstr.o gargtok.o gargwrd.o gargx.o gctod.o gctol.o gctox.o gltoc.o gstrcat.o gstrcpy.o itoc.o lexnum.o ltoc.o nscan.o parg.o pargb.o pargstr.o pargx.o patmatch.o printf.o resetscan.o scanc.o sprintf.o sscan.o strcat.o strcmp.o strcpy.o strdic.o streq.o strge.o strgt.o stridx.o stridxs.o strldx.o strldxs.o strle.o strlen.o strlt.o strlwr.o strmac.o strmatch.o strncmp.o strne.o strsearch.o strsrt.o strtbl.o strupr.o xevgettok.o xvvgettok.o xtoc.o xc -c -w clcache.x clclose.x clcmd.x clcmdw.x clcpset.x clepset.x clgcur.x clgetb.x clgetc.x clgetd.x clgeti.x clgetl.x clgetr.x clgets.x clgetx.x clgfil.x clgkey.x clglpb.x clglpc.x clglpd.x clglpi.x clglpl.x clglpr.x clglps.x clglpx.x clglstr.x clgpset.x clgpseta.x clgpsetb.x clgpsetc.x clgpsetd.x clgpseti.x clgpsetl.x clgpsetr.x clgpsets.x clgpsetx.x clgstr.x clgwrd.x cllpset.x clopen.x clopset.x clppset.x clppseta.x clppsetb.x clppsetc.x clppsetd.x clppseti.x clppsetl.x clppsetr.x clppsets.x clppsetx.x clpsetnm.x clpstr.x clputb.x clputc.x clputd.x clputi.x clputr.x clputx.x clreqpar.x clseti.x clstati.x gexfls.x rdukey.x zfiocl.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a clcache.o clclose.o clcmd.o clcmdw.o clcpset.o clepset.o clgcur.o clgetb.o clgetc.o clgetd.o clgeti.o clgetl.o clgetr.o clgets.o clgetx.o clgfil.o clgkey.o clglpb.o clglpc.o clglpd.o clglpi.o clglpl.o clglpr.o clglps.o clglpx.o clglstr.o clgpset.o clgpseta.o clgpsetb.o clgpsetc.o clgpsetd.o clgpseti.o clgpsetl.o clgpsetr.o clgpsets.o clgpsetx.o clgstr.o clgwrd.o cllpset.o clopen.o clopset.o clppset.o clppseta.o clppsetb.o clppsetc.o clppsetd.o clppseti.o clppsetl.o clppsetr.o clppsets.o clppsetx.o clpsetnm.o clpstr.o clputb.o clputc.o clputd.o clputi.o clputr.o clputx.o clreqpar.o clseti.o clstati.o gexfls.o rdukey.o zfiocl.o Warning, mkpkg line 9: file `gen/miireadi.x' not found generic -k -p gen/ -t silrd miiread.gx Warning, mkpkg line 12: file `gen/miiwritei.x' not found generic -k -p gen/ -t silrd miiwrite.gx Warning, mkpkg line 15: file `gen/nmireadi.x' not found generic -k -p gen/ -t silrd nmiread.gx Warning, mkpkg line 18: file `gen/nmiwritei.x' not found generic -k -p gen/ -t silrd nmiwrite.gx xc -c -w miireadd.x miireadi.x miireadl.x miireadr.x miireads.x miiwrited.x miiwritei.x miiwritel.x miiwriter.x miiwrites.x nmireadd.x nmireadi.x nmireadl.x nmireadr.x nmireads.x nmiwrited.x nmiwritei.x nmiwritel.x nmiwriter.x nmiwrites.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a miireadd.o miireadi.o miireadl.o miireadr.o miireads.o miiwrited.o miiwritei.o miiwritel.o miiwriter.o miiwrites.o nmireadd.o nmireadi.o nmireadl.o nmireadr.o nmireads.o nmiwrited.o nmiwritei.o nmiwritel.o nmiwriter.o nmiwrites.o xc -c -w brktime.x btoi.x clktime.x cnvdate.x cnvtime.x cputime.x dtmcnv.x envgetb.x envgetd.x envgeti.x envgetr.x envgets.x envindir.x envinit.x environ.x envlist.x envnext.x envreset.x envscan.x erract.x errcode.x errget.x error.x gethost.x getpid.x getuid.x gmtcnv.x gqsort.x intr.x itob.x lineoff.x locpr.x locva.x lpopen.x maideh.x main.x miireadc.x miiwritec.x nmireadb.x nmireadc.x nmiwriteb.x nmiwritec.x onentry.x onerror.x onexit.x oscmd.x pagefiles.x prchdir.x prclcpr.x prcldpr.x prclose.x prdone.x prenvfree.x prenvset.x prfilbuf.x prfindpr.x prgline.x prgredir.x prkill.x propcpr.x prfodpr.x propdpr.x propen.x proscmd.x prpsio.x prpsload.x prredir.x prseti.x prsignal.x prstati.x prupdate.x psioisxt.x psioxfer.x qsort.x sttyco.x syserr.x sysid.x syspanic.x sysptime.x tsleep.x ttopen.x urlget.x votable.x xalloc.x xerfmt.x xerpop.x xerpue.x xerreset.x xerstmt.x xerverify.x xgdevlist.x xisatty.x xmjbuf.x xttysize.x xwhen.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a brktime.o btoi.o clktime.o cnvdate.o cnvtime.o cputime.o dtmcnv.o envgetb.o envgetd.o envgeti.o envgetr.o envgets.o envindir.o envinit.o environ.o envlist.o envnext.o envreset.o envscan.o erract.o errcode.o errget.o error.o gethost.o getpid.o getuid.o gmtcnv.o gqsort.o intr.o itob.o lineoff.o locpr.o locva.o lpopen.o maideh.o main.o miireadc.o miiwritec.o nmireadb.o nmireadc.o nmiwriteb.o nmiwritec.o onentry.o onerror.o onexit.o oscmd.o pagefiles.o prchdir.o prclcpr.o prcldpr.o prclose.o prdone.o prenvfree.o prenvset.o prfilbuf.o prfindpr.o prgline.o prgredir.o prkill.o propcpr.o prfodpr.o propdpr.o propen.o proscmd.o prpsio.o prpsload.o prredir.o prseti.o prsignal.o prstati.o prupdate.o psioisxt.o psioxfer.o qsort.o sttyco.o syserr.o sysid.o syspanic.o sysptime.o tsleep.o ttopen.o urlget.o votable.o xalloc.o xerfmt.o xerpop.o xerpue.o xerreset.o xerstmt.o xerverify.o xgdevlist.o xisatty.o xmjbuf.o xttysize.o xwhen.o xc -c -w gtycaps.x gtyclose.x gtygetb.x gtygeti.x gtygetr.x gtygets.x gtyindex.x gtyopen.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a gtycaps.o gtyclose.o gtygetb.o gtygeti.o gtygetr.o gtygets.o gtyindex.o gtyopen.o xc -c -w begmem.x calloc.x coerce.x kmalloc.x krealloc.x malloc1.x malloc.x merror.x mfini.x mfree.x mgc.x mgdptr.x mgtfwa.x mgtlwl.x minit.x msvfwa.x realloc.x salloc.x sizeof.x vmalloc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a begmem.o calloc.o coerce.o kmalloc.o krealloc.o malloc1.o malloc.o merror.o mfini.o mfree.o mgc.o mgdptr.o mgtfwa.o mgtlwl.o minit.o msvfwa.o realloc.o salloc.o sizeof.o vmalloc.o xc -c -w mtalloc.x mtcache.x mtcap.x mtclean.x mtdealloc.x mtdevall.x mtencode.x mtfile.x mtfname.x mtglock.x mtgtyopen.x mtlocknam.x mtneedf.x mtopen.x mtparse.x mtpos.x mtrdlock.x mtrewind.x mtskip.x mtstatus.x mtupdlock.x zardmt.x zawrmt.x zawtmt.x zclsmt.x zopnmt.x zsttmt.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a mtalloc.o mtcache.o mtcap.o mtclean.o mtdealloc.o mtdevall.o mtencode.o mtfile.o mtfname.o mtglock.o mtgtyopen.o mtlocknam.o mtneedf.o mtopen.o mtparse.o mtpos.o mtrdlock.o mtrewind.o mtskip.o mtstatus.o mtupdlock.o zardmt.o zawrmt.o zawtmt.o zclsmt.o zopnmt.o zsttmt.o xc -c -w stalloc.x stclose.x stenter.x stfind.x stfindall.x stfree.x sthash.x sthead.x stinfo.x stmark.x stname.x stnext.x stnsym.x stopen.x stpstr.x strefsbuf.x strefstab.x strestore.x stsave.x stsize.x stsqueeze.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a stalloc.o stclose.o stenter.o stfind.o stfindall.o stfree.o sthash.o sthead.o stinfo.o stmark.o stname.o stnext.o stnsym.o stopen.o stpstr.o strefsbuf.o strefstab.o strestore.o stsave.o stsize.o stsqueeze.o xc -c -w gttyload.x ttycaps.x ttycdes.x ttyclear.x ttyclln.x ttyclose.x ttyctrl.x ttydelay.x ttydevnm.x ttygdes.x ttygetb.x ttygeti.x ttygetr.x ttygets.x ttygoto.x ttygsize.x ttyindex.x ttyinit.x ttyload.x ttyodes.x ttyopen.x ttyputl.x ttyputs.x ttyread.x ttyseti.x ttyso.x ttystati.x ttysubi.x ttywrite.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a gttyload.o ttycaps.o ttycdes.o ttyclear.o ttyclln.o ttyclose.o ttyctrl.o ttydelay.o ttydevnm.o ttygdes.o ttygetb.o ttygeti.o ttygetr.o ttygets.o ttygoto.o ttygsize.o ttyindex.o ttyinit.o ttyload.o ttyodes.o ttyopen.o ttyputl.o ttyputs.o ttyread.o ttyseti.o ttyso.o ttystati.o ttysubi.o ttywrite.o xc -c -w kbzard.x kbzawr.x kbzawt.x kbzcls.x kbzopn.x kbzstt.x kclcpr.x kcldir.x kcldpr.x kdvall.x kdvown.x kfacss.x kfaloc.x kfchdr.x kfdele.x kfgcwd.x kfinfo.x kfiobf.x kfiogd.x kfiolp.x kfiopl.x kfiopr.x kfiosf.x kfiotx.x kfioty.x kfmkcp.x kfmkdr.x kfpath.x kfprot.x kfrnam.x kfrmdr.x kfsubd.x kfutim.x kfxdir.x kgfdir.x kiconnect.x kiencode.x kienvreset.x kierror.x kiextnode.x kifchan.x kifmapfn.x kifndnode.x kigchan.x kighost.x kignode.x kiinit.x kilnode.x kimapchan.x kimapname.x kintpr.x kiopenks.x kireceive.x kisend.x kisendrcv.x kishownet.x kixnode.x kopcpr.x kopdir.x kopdpr.x koscmd.x ksaread.x ksawait.x ksawrite.x ktzcls.x ktzfls.x ktzget.x ktznot.x ktzopn.x ktzput.x ktzsek.x ktzstt.x kzclmt.x kzopmt.x kzrdmt.x kzrwmt.x kzstmt.x kzwrmt.x kzwtmt.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a kbzard.o kbzawr.o kbzawt.o kbzcls.o kbzopn.o kbzstt.o kclcpr.o kcldir.o kcldpr.o kdvall.o kdvown.o kfacss.o kfaloc.o kfchdr.o kfdele.o kfgcwd.o kfinfo.o kfiobf.o kfiogd.o kfiolp.o kfiopl.o kfiopr.o kfiosf.o kfiotx.o kfioty.o kfmkcp.o kfmkdr.o kfpath.o kfprot.o kfrnam.o kfrmdr.o kfsubd.o kfutim.o kfxdir.o kgfdir.o kiconnect.o kiencode.o kienvreset.o kierror.o kiextnode.o kifchan.o kifmapfn.o kifndnode.o kigchan.o kighost.o kignode.o kiinit.o kilnode.o kimapchan.o kimapname.o kintpr.o kiopenks.o kireceive.o kisend.o kisendrcv.o kishownet.o kixnode.o kopcpr.o kopdir.o kopdpr.o koscmd.o ksaread.o ksawait.o ksawrite.o ktzcls.o ktzfls.o ktzget.o ktznot.o ktzopn.o ktzput.o ktzsek.o ktzstt.o kzclmt.o kzopmt.o kzrdmt.o kzrwmt.o kzstmt.o kzwrmt.o kzwtmt.o xc -c -w psbreak.x pscenter.x psclose.x psdeposit.x psfont.x psjustify.x psopen.x psoutput.x pspos.x psprolog.x pssetup.x pswidth.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a psbreak.o pscenter.o psclose.o psdeposit.o psfont.o psjustify.o psopen.o psoutput.o pspos.o psprolog.o pssetup.o pswidth.o xc -c -w zfiogd.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a zfiogd.o ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a Updated 610 files in libsys.a check file `libsys.a' into `lib$' -------------- LIBEX ----------------- check out file `libex.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libex.a' warning: library `libex.a' not found Warning, mkpkg line 55: file `gtickr.x' not found generic -k -t r gtick.gx xc -c -w glabax.x glbencode.x glbfind.x glbgrid.x glbgtick.x glblabel.x glbloglab.x glbsetax.x glbsetup.x glbsview.x glbticlen.x glbtitle.x glbverify.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a glabax.o glbencode.o glbfind.o glbgrid.o glbgtick.o glblabel.o glbloglab.o glbsetax.o glbsetup.o glbsview.o glbticlen.o glbtitle.o glbverify.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a を作成しています xc -c -w gkicancel.x gkiclear.x gkiclose.x gkideact.x gkieof.x gkiesc.x gkiexe.x gkifa.x gkifaset.x gkifetch.x gkifflush.x gkiflush.x gkigca.x gkigcur.x gkigetwcs.x gkiinit.x gkiinline.x gkikern.x gkiopen.x gkipca.x gkipl.x gkiplset.x gkipm.x gkipmset.x gkiprint.x gkirca.x gkircval.x gkireact.x gkiredir.x gkiscur.x gkisetwcs.x gkititle.x gkitx.x gkitxset.x gkiwesc.x gkiwrite.x gkptxparg.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a gkicancel.o gkiclear.o gkiclose.o gkideact.o gkieof.o gkiesc.o gkiexe.o gkifa.o gkifaset.o gkifetch.o gkifflush.o gkiflush.o gkigca.o gkigcur.o gkigetwcs.o gkiinit.o gkiinline.o gkikern.o gkiopen.o gkipca.o gkipl.o gkiplset.o gkipm.o gkipmset.o gkiprint.o gkirca.o gkircval.o gkireact.o gkiredir.o gkiscur.o gkisetwcs.o gkititle.o gkitx.o gkitxset.o gkiwesc.o gkiwrite.o gkptxparg.o xc -c -w gimcpras.x gimcrras.x gimderas.x gimdsmap.x gimenmap.x gimfcmap.x gimfmap.x gimgetmap.x gimimap.x gimlcmap.x gimqras.x gimrasini.x gimrcmap.x gimref.x gimrefpix.x gimriomap.x gimrpix.x gimsetmap.x gimsetpix.x gimsetras.x gimwcmap.x gimwiomap.x gimwpix.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a gimcpras.o gimcrras.o gimderas.o gimdsmap.o gimenmap.o gimfcmap.o gimfmap.o gimgetmap.o gimimap.o gimlcmap.o gimqras.o gimrasini.o gimrcmap.o gimref.o gimrefpix.o gimriomap.o gimrpix.o gimsetmap.o gimsetpix.o gimsetras.o gimwcmap.o gimwiomap.o gimwpix.o xc -c -w aelogd.x aelogr.x elogd.x elogr.x fpequald.x fpequalr.x fpfixd.x fpfixr.x fpndgr.x fpnormd.x fpnormr.x gactivate.x gadraw.x gamove.x gascale.x gcancel.x gclear.x gclose.x gctran.x gcurpos.x gdeact.x gescape.x gfill.x gflush.x gframe.x gfrinit.x ggcell.x ggcur.x ggetb.x ggeti.x ggetr.x ggets.x ggscale.x ggview.x ggwind.x gline.x gmark.x gmftitle.x gmprintf.x gmsg.x gopen.x gpagefile.x gpcell.x gplcache.x gplcancel.x gplflush.x gpline.x gploto.x gplotv.x gplreset.x gplstype.x gpmark.x gqverify.x grdraw.x grdwcs.x greact.x greset.x grmove.x grscale.x gscan.x gscur.x gseti.x gsetr.x gsets.x gstati.x gstatr.x gstats.x gsview.x gswind.x gtext.x gtickr.x gtxset.x gumark.x gvline.x gvmark.x wcstogki.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a aelogd.o aelogr.o elogd.o elogr.o fpequald.o fpequalr.o fpfixd.o fpfixr.o fpndgr.o fpnormd.o fpnormr.o gactivate.o gadraw.o gamove.o gascale.o gcancel.o gclear.o gclose.o gctran.o gcurpos.o gdeact.o gescape.o gfill.o gflush.o gframe.o gfrinit.o ggcell.o ggcur.o ggetb.o ggeti.o ggetr.o ggets.o ggscale.o ggview.o ggwind.o gline.o gmark.o gmftitle.o gmprintf.o gmsg.o gopen.o gpagefile.o gpcell.o gplcache.o gplcancel.o gplflush.o gpline.o gploto.o gplotv.o gplreset.o gplstype.o gpmark.o gqverify.o grdraw.o grdwcs.o greact.o greset.o grmove.o grscale.o gscan.o gscur.o gseti.o gsetr.o gsets.o gstati.o gstatr.o gstats.o gsview.o gswind.o gtext.o gtickr.o gtxset.o gumark.o gvline.o gvmark.o wcstogki.o xc -c -w imflsd.x imflsi.x imflsl.x imflsr.x imflss.x imflsx.x imggsd.x imggsi.x imggsl.x imggsr.x imggss.x imggsx.x imgl1d.x imgl1i.x imgl1l.x imgl1r.x imgl1s.x imgl1x.x imgl2d.x imgl2i.x imgl2l.x imgl2r.x imgl2s.x imgl2x.x imgl3d.x imgl3i.x imgl3l.x imgl3r.x imgl3s.x imgl3x.x imgnld.x imgnli.x imgnll.x imgnlr.x imgnls.x imgnlx.x imgs1d.x imgs1i.x imgs1l.x imgs1r.x imgs1s.x imgs1x.x imgs2d.x imgs2i.x imgs2l.x imgs2r.x imgs2s.x imgs2x.x imgs3d.x imgs3i.x imgs3l.x imgs3r.x imgs3s.x imgs3x.x impakd.x impaki.x impakl.x impakr.x impaks.x impakx.x impgsd.x impgsi.x impgsl.x impgsr.x impgss.x impgsx.x impl1d.x impl1i.x impl1l.x impl1r.x impl1s.x impl1x.x impl2d.x impl2i.x impl2l.x impl2r.x impl2s.x impl2x.x impl3d.x impl3i.x impl3l.x impl3r.x impl3s.x impl3x.x impnld.x impnli.x impnll.x impnlr.x impnls.x impnlx.x imps1d.x imps1i.x imps1l.x imps1r.x imps1s.x imps1x.x imps2d.x imps2i.x imps2l.x imps2r.x imps2s.x imps2x.x imps3d.x imps3i.x imps3l.x imps3r.x imps3s.x imps3x.x imupkd.x imupki.x imupkl.x imupkr.x imupks.x imupkx.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a imflsd.o imflsi.o imflsl.o imflsr.o imflss.o imflsx.o imggsd.o imggsi.o imggsl.o imggsr.o imggss.o imggsx.o imgl1d.o imgl1i.o imgl1l.o imgl1r.o imgl1s.o imgl1x.o imgl2d.o imgl2i.o imgl2l.o imgl2r.o imgl2s.o imgl2x.o imgl3d.o imgl3i.o imgl3l.o imgl3r.o imgl3s.o imgl3x.o imgnld.o imgnli.o imgnll.o imgnlr.o imgnls.o imgnlx.o imgs1d.o imgs1i.o imgs1l.o imgs1r.o imgs1s.o imgs1x.o imgs2d.o imgs2i.o imgs2l.o imgs2r.o imgs2s.o imgs2x.o imgs3d.o imgs3i.o imgs3l.o imgs3r.o imgs3s.o imgs3x.o impakd.o impaki.o impakl.o impakr.o impaks.o impakx.o impgsd.o impgsi.o impgsl.o impgsr.o impgss.o impgsx.o impl1d.o impl1i.o impl1l.o impl1r.o impl1s.o impl1x.o impl2d.o impl2i.o impl2l.o impl2r.o impl2s.o impl2x.o impl3d.o impl3i.o impl3l.o impl3r.o impl3s.o impl3x.o impnld.o impnli.o impnll.o impnlr.o impnls.o impnlx.o imps1d.o imps1i.o imps1l.o imps1r.o imps1s.o imps1x.o imps2d.o imps2i.o imps2l.o imps2r.o imps2s.o imps2x.o imps3d.o imps3i.o imps3l.o imps3r.o imps3s.o imps3x.o imupkd.o imupki.o imupkl.o imupkr.o imupks.o imupkx.o xc -c -w idbcard.x idbfind.x idbfstr.x idbgstr.x idbkwlu.x idbpstr.x imaccf.x imaddb.x imaddd.x imaddf.x imaddi.x imaddl.x imaddr.x imadds.x imastr.x imdelf.x imgetb.x imgetc.x imgetd.x imgeti.x imgetl.x imgetr.x imgets.x imgftype.x imgnfn.x imgstr.x impstr.x imputb.x imputd.x imputh.x imputi.x imputl.x imputr.x imputs.x imrenf.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a idbcard.o idbfind.o idbfstr.o idbgstr.o idbkwlu.o idbpstr.o imaccf.o imaddb.o imaddd.o imaddf.o imaddi.o imaddl.o imaddr.o imadds.o imastr.o imdelf.o imgetb.o imgetc.o imgetd.o imgeti.o imgetl.o imgetr.o imgets.o imgftype.o imgnfn.o imgstr.o impstr.o imputb.o imputd.o imputh.o imputi.o imputl.o imputr.o imputs.o imrenf.o xc -c -w imakbc.x imakbci.x imakdc.x imakdci.x imakic.x imakici.x imaklc.x imaklci.x imakrc.x imakrci.x imaksc.x imaksci.x imastrc.x imastrci.x imgcom.x iminfi.x impcom.x impkbc.x impkdc.x impkic.x impklc.x impkrc.x impksc.x imdrmcom.x impstrc.x imputextf.x imputhi.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a imakbc.o imakbci.o imakdc.o imakdci.o imakic.o imakici.o imaklc.o imaklci.o imakrc.o imakrci.o imaksc.o imaksci.o imastrc.o imastrci.o imgcom.o iminfi.o impcom.o impkbc.o impkdc.o impkic.o impklc.o impkrc.o impksc.o imdrmcom.o impstrc.o imputextf.o imputhi.o xc -c -w oifaccess.x oifclose.x oifcopy.x oifdelete.x oifgpfn.x oifmkpfn.x oifopen.x oifopix.x oifrdhdr.x oifrename.x oifupdhdr.x oifwrhdr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a oifaccess.o oifclose.o oifcopy.o oifdelete.o oifgpfn.o oifmkpfn.o oifopen.o oifopix.o oifrdhdr.o oifrename.o oifupdhdr.o oifwrhdr.o xc -c -w fxfaccess.x fxfaddpar.x fxfclose.x fxfcopy.x fxfctype.x fxfdelete.x fxfencode.x fxfexpandh.x fxfget.x fxfhextn.x fxfksection.x fxfmkcard.x fxfnull.x fxfopen.x fxfopix.x fxfpak.x fxfplread.x fxfplwrite.x fxfrcard.x fxfrdhdr.x fxfrename.x fxfrfits.x fxfupdhdr.x fxfupk.x zfiofxf.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a fxfaccess.o fxfaddpar.o fxfclose.o fxfcopy.o fxfctype.o fxfdelete.o fxfencode.o fxfexpandh.o fxfget.o fxfhextn.o fxfksection.o fxfmkcard.o fxfnull.o fxfopen.o fxfopix.o fxfpak.o fxfplread.o fxfplwrite.o fxfrcard.o fxfrdhdr.o fxfrename.o fxfrfits.o fxfupdhdr.o fxfupk.o zfiofxf.o xc -c -w plfaccess.x plfclose.x plfcopy.x plfdelete.x plfnull.x plfopen.x plfrename.x plfupdhdr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a plfaccess.o plfclose.o plfcopy.o plfdelete.o plfnull.o plfopen.o plfrename.o plfupdhdr.o xc -c -w qpfaccess.x qpfclose.x qpfcopy.x qpfcopypar.x qpfdelete.x qpfopen.x qpfopix.x qpfrename.x qpfupdhdr.x qpfwattr.x qpfwfilter.x zfioqp.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a qpfaccess.o qpfclose.o qpfcopy.o qpfcopypar.o qpfdelete.o qpfopen.o qpfopix.o qpfrename.o qpfupdhdr.o qpfwattr.o qpfwfilter.o zfioqp.o xc -c -w stfaccess.x stfaddpar.x stfclose.x stfcopy.x stfcopyf.x stfctype.x stfdelete.x stfget.x stfhextn.x stfiwcs.x stfmerge.x stfmkpfn.x stfnewim.x stfopen.x stfopix.x stfordgpb.x stfrdhdr.x stfreblk.x stfrename.x stfrfits.x stfrgpb.x stfupdhdr.x stfwfits.x stfwgpb.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a stfaccess.o stfaddpar.o stfclose.o stfcopy.o stfcopyf.o stfctype.o stfdelete.o stfget.o stfhextn.o stfiwcs.o stfmerge.o stfmkpfn.o stfnewim.o stfopen.o stfopix.o stfordgpb.o stfrdhdr.o stfreblk.o stfrename.o stfrfits.o stfrgpb.o stfupdhdr.o stfwfits.o stfwgpb.o xc -c -w ikiaccess.x ikiclose.x ikicopy.x ikidelete.x ikiextn.x ikiinit.x ikildd.x ikimkfn.x ikiopen.x ikiopix.x ikiparse.x ikirename.x ikiupdhdr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a ikiaccess.o ikiclose.o ikicopy.o ikidelete.o ikiextn.o ikiinit.o ikildd.o ikimkfn.o ikiopen.o ikiopix.o ikiparse.o ikirename.o ikiupdhdr.o xc -c -w imt.x imx.x imxbreakout.x imxparse.x imxescape.x imxexpand.x imxexpr.x imxftype.x imxpreproc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a imt.o imx.o imxbreakout.o imxparse.o imxescape.o imxexpand.o imxexpr.o imxftype.o imxpreproc.o xc -c -w imaccess.x imaflp.x imaplv.x imbln1.x imbln2.x imbln3.x imbtran.x imcopy.x imcssz.x imdelete.x imdmap.x imerr.x imflsh.x imflush.x imgclust.x imggsc.x imgibf.x imgimage.x imgnln.x imgobf.x imgsect.x iminie.x imioff.x imisec.x imloop.x immaky.x immap.x immapz.x imnote.x imopsf.x imparse.x impmhdr.x impmlne1.x impmlne2.x impmlne3.x impmlnev.x impmmap.x impmmapo.x impmopen.x impmsne1.x impmsne2.x impmsne3.x impmsnev.x impnln.x imrbpx.x imrdpx.x imrename.x imrmbufs.x imsamp.x imsetbuf.x imseti.x imsetr.x imsinb.x imsslv.x imstati.x imstatr.x imstats.x imunmap.x imwbpx.x imwrite.x imwrpx.x zzdebug.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a imaccess.o imaflp.o imaplv.o imbln1.o imbln2.o imbln3.o imbtran.o imcopy.o imcssz.o imdelete.o imdmap.o imerr.o imflsh.o imflush.o imgclust.o imggsc.o imgibf.o imgimage.o imgnln.o imgobf.o imgsect.o iminie.o imioff.o imisec.o imloop.o immaky.o immap.o immapz.o imnote.o imopsf.o imparse.o impmhdr.o impmlne1.o impmlne2.o impmlne3.o impmlnev.o impmmap.o impmmapo.o impmopen.o impmsne1.o impmsne2.o impmsne3.o impmsnev.o impnln.o imrbpx.o imrdpx.o imrename.o imrmbufs.o imsamp.o imsetbuf.o imseti.o imsetr.o imsinb.o imsslv.o imstati.o imstatr.o imstats.o imunmap.o imwbpx.o imwrite.o imwrpx.o zzdebug.o xc -c -w plglpi.x plglpl.x plglps.x plglri.x plglrl.x plglrs.x pll2pi.x pll2pl.x pll2ps.x pll2ri.x pll2rl.x pll2rs.x plp2li.x plp2ll.x plp2ls.x plp2ri.x plp2rl.x plp2rs.x plplpi.x plplpl.x plplps.x plplri.x plplrl.x plplrs.x plpropi.x plpropl.x plprops.x plr2li.x plr2ll.x plr2ls.x plr2pi.x plr2pl.x plr2ps.x plreqi.x plreql.x plreqs.x plrpri.x plrprl.x plrprs.x plrropi.x plrropl.x plrrops.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a plglpi.o plglpl.o plglps.o plglri.o plglrl.o plglrs.o pll2pi.o pll2pl.o pll2ps.o pll2ri.o pll2rl.o pll2rs.o plp2li.o plp2ll.o plp2ls.o plp2ri.o plp2rl.o plp2rs.o plplpi.o plplpl.o plplps.o plplri.o plplrl.o plplrs.o plpropi.o plpropl.o plprops.o plr2li.o plr2ll.o plr2ls.o plr2pi.o plr2pl.o plr2ps.o plreqi.o plreql.o plreqs.o plrpri.o plrprl.o plrprs.o plrropi.o plrropl.o plrrops.o xc -c -w placcess.x plalloc.x plascii.x plbox.x plubox.x plcircle.x plucircle.x plclear.x plclose.x plcmpress.x plcompare.x plcreate.x pldbgout.x pldebug.x plempty.x plemptyline.x plglls.x plgplane.x plgsize.x pllen.x plleq.x plline.x pllinene.x pllnext.x plload.x plloadf.x plloadim.x plloop.x pllpr.x pllrop.x pllsten.x plnewcopy.x plopen.x plplls.x plpoint.x plpolygon.x plupolygon.x plregrop.x plrio.x plrop.x plsave.x plsavef.x plsaveim.x plsectnc.x plsectne.x plseti.x plsplane.x plssize.x plsslv.x plstati.x plsten.x plupdate.x plvalid.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a placcess.o plalloc.o plascii.o plbox.o plubox.o plcircle.o plucircle.o plclear.o plclose.o plcmpress.o plcompare.o plcreate.o pldbgout.o pldebug.o plempty.o plemptyline.o plglls.o plgplane.o plgsize.o pllen.o plleq.o plline.o pllinene.o pllnext.o plload.o plloadf.o plloadim.o plloop.o pllpr.o pllrop.o pllsten.o plnewcopy.o plopen.o plplls.o plpoint.o plpolygon.o plupolygon.o plregrop.o plrio.o plrop.o plsave.o plsavef.o plsaveim.o plsectnc.o plsectne.o plseti.o plsplane.o plssize.o plsslv.o plstati.o plsten.o plupdate.o plvalid.o xc -c -w miogld.x miogli.x miogll.x mioglr.x miogls.x mioglx.x miopld.x miopli.x miopll.x mioplr.x miopls.x mioplx.x pmglpi.x pmglpl.x pmglps.x pmglri.x pmglrl.x pmglrs.x pmplpi.x pmplpl.x pmplps.x pmplri.x pmplrl.x pmplrs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a miogld.o miogli.o miogll.o mioglr.o miogls.o mioglx.o miopld.o miopli.o miopll.o mioplr.o miopls.o mioplx.o pmglpi.o pmglpl.o pmglps.o pmglri.o pmglrl.o pmglrs.o pmplpi.o pmplpl.o pmplps.o pmplri.o pmplrl.o pmplrs.o xc -c -w mioclose.x mioopen.x mioopeno.x mioseti.x miosrange.x miostati.x pmaccess.x pmascii.x pmbox.x pmcircle.x pmclear.x pmempty.x pmglls.x pmline.x pmlinene.x pmnewmask.x pmplls.x pmpoint.x pmpolygon.x pmrio.x pmrop.x pmsectnc.x pmsectne.x pmseti.x pmstati.x pmsplane.x pmsten.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a mioclose.o mioopen.o mioopeno.o mioseti.o miosrange.o miostati.o pmaccess.o pmascii.o pmbox.o pmcircle.o pmclear.o pmempty.o pmglls.o pmline.o pmlinene.o pmnewmask.o pmplls.o pmpoint.o pmpolygon.o pmrio.o pmrop.o pmsectnc.o pmsectne.o pmseti.o pmstati.o pmsplane.o pmsten.o Warning, mkpkg line 20: file `gen/qpgeti.x' not found generic -k -t csilrd -p gen/ qpget.gx Warning, mkpkg line 21: file `gen/qpputi.x' not found generic -k -t csilrd -p gen/ qpput.gx Warning, mkpkg line 24: file `gen/qpaddb.x' not found generic -k -t bcsilrdx -p gen/ qpadd.gx Warning, mkpkg line 27: file `gen/qpexattrli.x' not found generic -k -t ird -p gen/ qpexattrl.gx Warning, mkpkg line 29: file `gen/qpexcodei.x' not found generic -k -t ird -p gen/ qpexcode.gx Warning, mkpkg line 31: file `gen/qpexparsei.x' not found generic -k -t ird -p gen/ qpexparse.gx Warning, mkpkg line 33: file `gen/qpexsubi.x' not found generic -k -t ird -p gen/ qpexsub.gx Warning, mkpkg line 36: file `gen/qprlmergei.x' not found generic -k -t ird -p gen/ qprlmerge.gx Warning, mkpkg line 40: file `gen/qpiorpixi.x' not found generic -k -t si -p gen/ qpiorpix.gx Warning, mkpkg line 42: file `gen/qpiogetev.x' not found generic -k -o gen/qpiogetev.x qpiogetev.gx xc -c -w qpaddb.x qpaddc.x qpaddd.x qpaddi.x qpaddl.x qpaddr.x qpadds.x qpaddx.x qpexattrld.x qpexattrli.x qpexattrlr.x qpexcoded.x qpexcodei.x qpexcoder.x qpexparsed.x qpexparsei.x qpexparser.x qpexsubd.x qpexsubi.x qpexsubr.x qpgetc.x qpgetd.x qpgeti.x qpgetl.x qpgetr.x qpgets.x qpiogetev.x qpiorpixi.x qpiorpixs.x qpputc.x qpputd.x qpputi.x qpputl.x qpputr.x qpputs.x qprlmerged.x qprlmergei.x qprlmerger.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a qpaddb.o qpaddc.o qpaddd.o qpaddi.o qpaddl.o qpaddr.o qpadds.o qpaddx.o qpexattrld.o qpexattrli.o qpexattrlr.o qpexcoded.o qpexcodei.o qpexcoder.o qpexparsed.o qpexparsei.o qpexparser.o qpexsubd.o qpexsubi.o qpexsubr.o qpgetc.o qpgetd.o qpgeti.o qpgetl.o qpgetr.o qpgets.o qpiogetev.o qpiorpixi.o qpiorpixs.o qpputc.o qpputd.o qpputi.o qpputl.o qpputr.o qpputs.o qprlmerged.o qprlmergei.o qprlmerger.o xc -c -w qpaccess.x qpaccessf.x qpaddf.x qpastr.x qpbind.x qpclose.x qpcopy.x qpcopyf.x qpctod.x qpctoi.x qpdelete.x qpdeletef.x qpdsym.x qpdtype.x qpelsize.x qpexclose.x qpexdata.x qpexdebug.x qpexdel.x qpexeval.x qpexgetat.x qpexgetfil.x qpexmodfil.x qpexopen.x qpexpand.x qpgetb.x qpgettok.x qpgetx.x qpgmsym.x qpgnfn.x qpgpar.x qpgpsym.x qpgstr.x qpinherit.x qpioclose.x qpiogetfil.x qpiogetrg.x qpiolmask.x qpiolwcs.x qpiomkidx.x qpioopen.x qpioparse.x qpioputev.x qpiorb.x qpiosetfil.x qpioseti.x qpiosetr.x qpiosetrg.x qpiostati.x qpiostatr.x qpiosync.x qpiowb.x qplenf.x qploadwcs.x qpmacro.x qpmkfname.x qpopen.x qpparse.x qpparsefl.x qppclose.x qppopen.x qpppar.x qppstr.x qpputb.x qpputx.x qpqueryf.x qpread.x qprebuild.x qprename.x qprenamef.x qpsavewcs.x qpseti.x qpsetr.x qpsizeof.x qpstati.x qpstatr.x qpsync.x qpwrite.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a qpaccess.o qpaccessf.o qpaddf.o qpastr.o qpbind.o qpclose.o qpcopy.o qpcopyf.o qpctod.o qpctoi.o qpdelete.o qpdeletef.o qpdsym.o qpdtype.o qpelsize.o qpexclose.o qpexdata.o qpexdebug.o qpexdel.o qpexeval.o qpexgetat.o qpexgetfil.o qpexmodfil.o qpexopen.o qpexpand.o qpgetb.o qpgettok.o qpgetx.o qpgmsym.o qpgnfn.o qpgpar.o qpgpsym.o qpgstr.o qpinherit.o qpioclose.o qpiogetfil.o qpiogetrg.o qpiolmask.o qpiolwcs.o qpiomkidx.o qpioopen.o qpioparse.o qpioputev.o qpiorb.o qpiosetfil.o qpioseti.o qpiosetr.o qpiosetrg.o qpiostati.o qpiostatr.o qpiosync.o qpiowb.o qplenf.o qploadwcs.o qpmacro.o qpmkfname.o qpopen.o qpparse.o qpparsefl.o qppclose.o qppopen.o qpppar.o qppstr.o qpputb.o qpputx.o qpqueryf.o qpread.o qprebuild.o qprename.o qprenamef.o qpsavewcs.o qpseti.o qpsetr.o qpsizeof.o qpstati.o qpstatr.o qpsync.o qpwrite.o Warning, mkpkg line 10: file `gen/mwc1tranr.x' not found generic -k -p gen/ -t rd mwc1tran.gx Warning, mkpkg line 11: file `gen/mwc2tranr.x' not found generic -k -p gen/ -t rd mwc2tran.gx Warning, mkpkg line 12: file `gen/mwctranr.x' not found generic -k -p gen/ -t rd mwctran.gx Warning, mkpkg line 13: file `gen/mwgctranr.x' not found generic -k -p gen/ -t rd mwgctran.gx Warning, mkpkg line 14: file `gen/mwltranr.x' not found generic -k -p gen/ -t rd mwltran.gx Warning, mkpkg line 15: file `gen/mwmmulr.x' not found generic -k -p gen/ -t rd mwmmul.gx Warning, mkpkg line 16: file `gen/mwv1tranr.x' not found generic -k -p gen/ -t rd mwv1tran.gx Warning, mkpkg line 17: file `gen/mwv2tranr.x' not found generic -k -p gen/ -t rd mwv2tran.gx Warning, mkpkg line 18: file `gen/mwvmulr.x' not found generic -k -p gen/ -t rd mwvmul.gx Warning, mkpkg line 19: file `gen/mwvtranr.x' not found generic -k -p gen/ -t rd mwvtran.gx xc -c -w mwc1trand.x mwc1tranr.x mwc2trand.x mwc2tranr.x mwctrand.x mwctranr.x mwgctrand.x mwgctranr.x mwltrand.x mwltranr.x mwmmuld.x mwmmulr.x mwv1trand.x mwv1tranr.x mwv2trand.x mwv2tranr.x mwvmuld.x mwvmulr.x mwvtrand.x mwvtranr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a mwc1trand.o mwc1tranr.o mwc2trand.o mwc2tranr.o mwctrand.o mwctranr.o mwgctrand.o mwgctranr.o mwltrand.o mwltranr.o mwmmuld.o mwmmulr.o mwv1trand.o mwv1tranr.o mwv2trand.o mwv2tranr.o mwvmuld.o mwvmulr.o mwvtrand.o mwvtranr.o xc -c -w iwcfits.x iwctype.x iwewcs.x iwfind.x iwgbfits.x iwparray.x iwpstr.x iwrfits.x iwsaxmap.x mwallocd.x mwallocs.x mwclose.x mwctfree.x mwfindsys.x mwflookup.x mwgaxlist.x mwgaxmap.x mwgltermd.x mwgltermr.x mwgsys.x mwgwattrs.x mwgwsampd.x mwgwsampr.x mwgwtermd.x mwgwtermr.x mwinvertd.x mwinvertr.x mwload.x mwloadim.x mwlu.x mwmkidmd.x mwmkidmr.x mwnewcopy.x mwnewsys.x mwopen.x mwopenim.x mwrefstr.x mwrotate.x mwsave.x mwsaveim.x mwsaxmap.x mwscale.x mwsctran.x mwsdefwcs.x mwseti.x mwshift.x mwshow.x mwsltermd.x mwsltermr.x mwssys.x mwstati.x mwswattrs.x mwswsampd.x mwswsampr.x mwswtermd.x mwswtermr.x mwswtype.x mwtransd.x mwtransr.x wfait.x wfarc.x wfcar.x wfcsc.x wfdecaxis.x wfgls.x wfgsurfit.x wfinit.x wfmer.x wfmol.x wfmspec.x wfpar.x wfpco.x wfqsc.x wfsamp.x wfsin.x wfstg.x wftan.x wftnx.x wftpv.x wftsc.x wfzea.x wfzpn.x wfzpx.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a iwcfits.o iwctype.o iwewcs.o iwfind.o iwgbfits.o iwparray.o iwpstr.o iwrfits.o iwsaxmap.o mwallocd.o mwallocs.o mwclose.o mwctfree.o mwfindsys.o mwflookup.o mwgaxlist.o mwgaxmap.o mwgltermd.o mwgltermr.o mwgsys.o mwgwattrs.o mwgwsampd.o mwgwsampr.o mwgwtermd.o mwgwtermr.o mwinvertd.o mwinvertr.o mwload.o mwloadim.o mwlu.o mwmkidmd.o mwmkidmr.o mwnewcopy.o mwnewsys.o mwopen.o mwopenim.o mwrefstr.o mwrotate.o mwsave.o mwsaveim.o mwsaxmap.o mwscale.o mwsctran.o mwsdefwcs.o mwseti.o mwshift.o mwshow.o mwsltermd.o mwsltermr.o mwssys.o mwstati.o mwswattrs.o mwswsampd.o mwswsampr.o mwswtermd.o mwswtermr.o mwswtype.o mwtransd.o mwtransr.o wfait.o wfarc.o wfcar.o wfcsc.o wfdecaxis.o wfgls.o wfgsurfit.o wfinit.o wfmer.o wfmol.o wfmspec.o wfpar.o wfpco.o wfqsc.o wfsamp.o wfsin.o wfstg.o wftan.o wftnx.o wftpv.o wftsc.o wfzea.o wfzpn.o wfzpx.o ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libex.a Updated 855 files in libex.a check file `libex.a' into `lib$' -------------- LIBVOPS --------------- check out file `libvops.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a' warning: library `libvops.a' not found generic -k -t csilrdx acht.gx generic -k -p ak/ -t csilrdx achtc.x achts.x achti.x achtl.x achtr.x achtd.x achtx.x delete file achtc.x delete file achts.x delete file achti.x delete file achtl.x delete file achtr.x delete file achtd.x delete file achtx.x Warning, mkpkg line 36: file `ak/acjgx.x' not found copy `acjgx.x' to `ak/acjgx.x' copy acjgx.x to ak/acjgx.x Warning, mkpkg line 37: file `ak/afftrr.x' not found copy `afftrr.x' to `ak/afftrr.x' copy afftrr.x to ak/afftrr.x Warning, mkpkg line 38: file `ak/afftrx.x' not found copy `afftrx.x' to `ak/afftrx.x' copy afftrx.x to ak/afftrx.x Warning, mkpkg line 39: file `ak/afftxr.x' not found copy `afftxr.x' to `ak/afftxr.x' copy afftxr.x to ak/afftxr.x Warning, mkpkg line 40: file `ak/afftxx.x' not found copy `afftxx.x' to `ak/afftxx.x' copy afftxx.x to ak/afftxx.x Warning, mkpkg line 41: file `ak/aiftrr.x' not found copy `aiftrr.x' to `ak/aiftrr.x' copy aiftrr.x to ak/aiftrr.x Warning, mkpkg line 42: file `ak/aiftrx.x' not found copy `aiftrx.x' to `ak/aiftrx.x' copy aiftrx.x to ak/aiftrx.x Warning, mkpkg line 43: file `ak/aiftxr.x' not found copy `aiftxr.x' to `ak/aiftxr.x' copy aiftxr.x to ak/aiftxr.x Warning, mkpkg line 44: file `ak/aiftxx.x' not found copy `aiftxx.x' to `ak/aiftxx.x' copy aiftxx.x to ak/aiftxx.x Warning, mkpkg line 49: file `ak/aabsi.x' not found generic -k -p ak/ -t silrdx aabs.gx Warning, mkpkg line 50: file `ak/aaddi.x' not found generic -k -p ak/ -t silrdx aadd.gx Warning, mkpkg line 51: file `ak/aaddki.x' not found generic -k -p ak/ -t silrdx aaddk.gx Warning, mkpkg line 52: file `ak/aandi.x' not found generic -k -p ak/ -t sil aand.gx Warning, mkpkg line 53: file `ak/aandki.x' not found generic -k -p ak/ -t sil aandk.gx Warning, mkpkg line 54: file `ak/aavgi.x' not found generic -k -p ak/ -t silrdx aavg.gx Warning, mkpkg line 55: file `ak/abavi.x' not found generic -k -p ak/ -t silrdx abav.gx Warning, mkpkg line 56: file `ak/absui.x' not found generic -k -p ak/ -t silrd absu.gx Warning, mkpkg line 57: file `ak/abeqi.x' not found generic -k -p ak/ -t csilrdx abeq.gx Warning, mkpkg line 58: file `ak/abeqki.x' not found generic -k -p ak/ -t csilrdx abeqk.gx Warning, mkpkg line 59: file `ak/abgei.x' not found generic -k -p ak/ -t csilrdx abge.gx Warning, mkpkg line 60: file `ak/abgeki.x' not found generic -k -p ak/ -t csilrdx abgek.gx Warning, mkpkg line 61: file `ak/abgti.x' not found generic -k -p ak/ -t csilrdx abgt.gx Warning, mkpkg line 62: file `ak/abgtki.x' not found generic -k -p ak/ -t csilrdx abgtk.gx Warning, mkpkg line 63: file `ak/ablei.x' not found generic -k -p ak/ -t csilrdx able.gx Warning, mkpkg line 64: file `ak/ableki.x' not found generic -k -p ak/ -t csilrdx ablek.gx Warning, mkpkg line 65: file `ak/ablti.x' not found generic -k -p ak/ -t csilrdx ablt.gx Warning, mkpkg line 66: file `ak/abltki.x' not found generic -k -p ak/ -t csilrdx abltk.gx Warning, mkpkg line 67: file `ak/abnei.x' not found generic -k -p ak/ -t csilrdx abne.gx Warning, mkpkg line 68: file `ak/abneki.x' not found generic -k -p ak/ -t csilrdx abnek.gx Warning, mkpkg line 69: file `ak/abori.x' not found generic -k -p ak/ -t sil abor.gx Warning, mkpkg line 70: file `ak/aborki.x' not found generic -k -p ak/ -t sil abork.gx Warning, mkpkg line 71: file `ak/aclri.x' not found generic -k -p ak/ -t csilrdx aclr.gx Warning, mkpkg line 72: file `ak/acnvi.x' not found generic -k -p ak/ -t silrd acnv.gx Warning, mkpkg line 73: file `ak/acnvri.x' not found generic -k -p ak/ -t silrd acnvr.gx Warning, mkpkg line 74: file `ak/adivi.x' not found generic -k -p ak/ -t silrdx adiv.gx Warning, mkpkg line 75: file `ak/adivki.x' not found generic -k -p ak/ -t silrdx adivk.gx Warning, mkpkg line 76: file `ak/adoti.x' not found generic -k -p ak/ -t silrdx adot.gx Warning, mkpkg line 77: file `ak/advzi.x' not found generic -k -p ak/ -t silrdx advz.gx Warning, mkpkg line 78: file `ak/aexpi.x' not found generic -k -p ak/ -t silrdx aexp.gx Warning, mkpkg line 79: file `ak/aexpki.x' not found generic -k -p ak/ -t silrdx aexpk.gx Warning, mkpkg line 80: file `ak/aglti.x' not found generic -k -p ak/ -t csilrdx aglt.gx Warning, mkpkg line 81: file `ak/ahgmi.x' not found generic -k -p ak/ -t csilrd ahgm.gx Warning, mkpkg line 82: file `ak/ahivi.x' not found generic -k -p ak/ -t csilrdx ahiv.gx Warning, mkpkg line 83: file `ak/aimgi.x' not found generic -k -p ak/ -t silrd aimg.gx Warning, mkpkg line 84: file `lz/alani.x' not found generic -k -p lz/ -t sil alan.gx Warning, mkpkg line 85: file `lz/alanki.x' not found generic -k -p lz/ -t sil alank.gx Warning, mkpkg line 86: file `lz/alimi.x' not found generic -k -p lz/ -t csilrdx alim.gx Warning, mkpkg line 87: file `lz/allni.x' not found generic -k -p lz/ -t silrdx alln.gx Warning, mkpkg line 88: file `lz/alogi.x' not found generic -k -p lz/ -t silrdx alog.gx Warning, mkpkg line 89: file `lz/alori.x' not found generic -k -p lz/ -t sil alor.gx Warning, mkpkg line 90: file `lz/alorki.x' not found generic -k -p lz/ -t sil alork.gx Warning, mkpkg line 91: file `lz/alovi.x' not found generic -k -p lz/ -t csilrdx alov.gx Warning, mkpkg line 92: file `lz/altai.x' not found generic -k -p lz/ -t silrdx alta.gx Warning, mkpkg line 93: file `lz/altmi.x' not found generic -k -p lz/ -t silrdx altm.gx Warning, mkpkg line 94: file `lz/altri.x' not found generic -k -p lz/ -t silrdx altr.gx Warning, mkpkg line 95: file `lz/aluii.x' not found generic -k -p lz/ -t silrd alui.gx Warning, mkpkg line 96: file `lz/aluti.x' not found generic -k -p lz/ -t csilrd alut.gx Warning, mkpkg line 97: file `lz/amagi.x' not found generic -k -p lz/ -t silrdx amag.gx Warning, mkpkg line 98: file `lz/amapi.x' not found generic -k -p lz/ -t silrd amap.gx Warning, mkpkg line 99: file `lz/amaxi.x' not found generic -k -p lz/ -t csilrdx amax.gx Warning, mkpkg line 100: file `lz/amaxki.x' not found generic -k -p lz/ -t csilrdx amaxk.gx Warning, mkpkg line 101: file `lz/amedi.x' not found generic -k -p lz/ -t csilrdx amed.gx Warning, mkpkg line 102: file `lz/amed3i.x' not found generic -k -p lz/ -t csilrd amed3.gx Warning, mkpkg line 103: file `lz/amed4i.x' not found generic -k -p lz/ -t csilrd amed4.gx Warning, mkpkg line 104: file `lz/amed5i.x' not found generic -k -p lz/ -t csilrd amed5.gx Warning, mkpkg line 105: file `lz/amgsi.x' not found generic -k -p lz/ -t silrdx amgs.gx Warning, mkpkg line 106: file `lz/amini.x' not found generic -k -p lz/ -t csilrdx amin.gx Warning, mkpkg line 107: file `lz/aminki.x' not found generic -k -p lz/ -t csilrdx amink.gx Warning, mkpkg line 108: file `lz/amodi.x' not found generic -k -p lz/ -t silrd amod.gx Warning, mkpkg line 109: file `lz/amodki.x' not found generic -k -p lz/ -t silrd amodk.gx Warning, mkpkg line 110: file `lz/amovi.x' not found generic -k -p lz/ -t csilrdx amov.gx Warning, mkpkg line 111: file `lz/amovki.x' not found generic -k -p lz/ -t csilrdx amovk.gx Warning, mkpkg line 112: file `lz/amuli.x' not found generic -k -p lz/ -t silrdx amul.gx Warning, mkpkg line 113: file `lz/amulki.x' not found generic -k -p lz/ -t silrdx amulk.gx Warning, mkpkg line 114: file `lz/anegi.x' not found generic -k -p lz/ -t silrdx aneg.gx Warning, mkpkg line 115: file `lz/anoti.x' not found generic -k -p lz/ -t sil anot.gx Warning, mkpkg line 116: file `lz/apkxi.x' not found generic -k -p lz/ -t silrdx apkx.gx Warning, mkpkg line 117: file `lz/apolr.x' not found generic -k -p lz/ -t rd apol.gx Warning, mkpkg line 118: file `lz/apowi.x' not found generic -k -p lz/ -t silrdx apow.gx Warning, mkpkg line 119: file `lz/apowki.x' not found generic -k -p lz/ -t silrdx apowk.gx Warning, mkpkg line 120: file `lz/aravi.x' not found generic -k -p lz/ -t silrdx arav.gx Warning, mkpkg line 121: file `lz/arcpi.x' not found generic -k -p lz/ -t silrdx arcp.gx Warning, mkpkg line 122: file `lz/arczi.x' not found generic -k -p lz/ -t silrdx arcz.gx Warning, mkpkg line 123: file `lz/argti.x' not found generic -k -p lz/ -t silrdx argt.gx Warning, mkpkg line 124: file `lz/arlti.x' not found generic -k -p lz/ -t silrdx arlt.gx Warning, mkpkg line 125: file `lz/aseli.x' not found generic -k -p lz/ -t csilrdx asel.gx Warning, mkpkg line 126: file `lz/aselki.x' not found generic -k -p lz/ -t csilrdx aselk.gx Warning, mkpkg line 127: file `lz/asoki.x' not found generic -k -p lz/ -t csilrdx asok.gx Warning, mkpkg line 128: file `lz/asqri.x' not found generic -k -p lz/ -t silrdx asqr.gx Warning, mkpkg line 129: file `lz/asrti.x' not found generic -k -p lz/ -t csilrdx asrt.gx Warning, mkpkg line 130: file `lz/assqi.x' not found generic -k -p lz/ -t silrdx assq.gx Warning, mkpkg line 131: file `lz/asubi.x' not found generic -k -p lz/ -t silrdx asub.gx Warning, mkpkg line 132: file `lz/asubki.x' not found generic -k -p lz/ -t silrdx asubk.gx Warning, mkpkg line 133: file `lz/asumi.x' not found generic -k -p lz/ -t silrdx asum.gx Warning, mkpkg line 134: file `lz/aupxi.x' not found generic -k -p lz/ -t silrdx aupx.gx Warning, mkpkg line 135: file `lz/aveqi.x' not found generic -k -p lz/ -t csilrdx aveq.gx Warning, mkpkg line 136: file `lz/awsui.x' not found generic -k -p lz/ -t silrdx awsu.gx Warning, mkpkg line 137: file `lz/awvgi.x' not found generic -k -p lz/ -t silrdx awvg.gx Warning, mkpkg line 138: file `lz/axori.x' not found generic -k -p lz/ -t sil axor.gx Warning, mkpkg line 139: file `lz/axorki.x' not found generic -k -p lz/ -t sil axork.gx xc -c -w aabsd.x aabsi.x aabsl.x aabsr.x aabss.x aabsx.x aaddd.x aaddi.x aaddkd.x aaddki.x aaddkl.x aaddkr.x aaddks.x aaddkx.x aaddl.x aaddr.x aadds.x aaddx.x aandi.x aandki.x aandkl.x aandks.x aandl.x aands.x aavgd.x aavgi.x aavgl.x aavgr.x aavgs.x aavgx.x abavd.x abavi.x abavl.x abavr.x abavs.x abavx.x abeqc.x abeqd.x abeqi.x abeqkc.x abeqkd.x abeqki.x abeqkl.x abeqkr.x abeqks.x abeqkx.x abeql.x abeqr.x abeqs.x abeqx.x abgec.x abged.x abgei.x abgekc.x abgekd.x abgeki.x abgekl.x abgekr.x abgeks.x abgekx.x abgel.x abger.x abges.x abgex.x abgtc.x abgtd.x abgti.x abgtkc.x abgtkd.x abgtki.x abgtkl.x abgtkr.x abgtks.x abgtkx.x abgtl.x abgtr.x abgts.x abgtx.x ablec.x abled.x ablei.x ablekc.x ablekd.x ableki.x ablekl.x ablekr.x ableks.x ablekx.x ablel.x abler.x ables.x ablex.x abltc.x abltd.x ablti.x abltkc.x abltkd.x abltki.x abltkl.x abltkr.x abltks.x abltkx.x abltl.x abltr.x ablts.x abltx.x abnec.x abned.x abnei.x abnekc.x abnekd.x abneki.x abnekl.x abnekr.x abneks.x abnekx.x abnel.x abner.x abnes.x abnex.x abori.x aborki.x aborkl.x aborks.x aborl.x abors.x absud.x absui.x absul.x absur.x absus.x achtcc.x achtcd.x achtci.x achtcl.x achtcr.x achtcs.x achtcx.x achtdc.x achtdd.x achtdi.x achtdl.x achtdr.x achtds.x achtdx.x achtic.x achtid.x achtii.x achtil.x achtir.x achtis.x achtix.x achtlc.x achtld.x achtli.x achtll.x achtlr.x achtls.x achtlx.x achtrc.x achtrd.x achtri.x achtrl.x achtrr.x achtrs.x achtrx.x achtsc.x achtsd.x achtsi.x achtsl.x achtsr.x achtss.x achtsx.x achtxc.x achtxd.x achtxi.x achtxl.x achtxr.x achtxs.x achtxx.x acjgx.x aclrc.c aclrd.c aclri.c aclrl.c aclrr.c aclrs.c aclrx.x acnvd.x acnvi.x acnvl.x acnvr.x acnvrd.x acnvri.x acnvrl.x acnvrr.x acnvrs.x acnvs.x adivd.x adivi.x adivkd.x adivki.x adivkl.x adivkr.x adivks.x adivkx.x adivl.x adivr.x adivs.x adivx.x adotd.x adoti.x adotl.x adotr.x adots.x adotx.x advzd.x advzi.x advzl.x advzr.x advzs.x advzx.x aexpd.x aexpi.x aexpkd.x aexpki.x aexpkl.x aexpkr.x aexpks.x aexpkx.x aexpl.x aexpr.x aexps.x aexpx.x afftrr.x afftrx.x afftxr.x afftxx.x agltc.x xc -c -w agltd.x aglti.x agltl.x agltr.x aglts.x agltx.x ahgmc.x ahgmd.x ahgmi.x ahgml.x ahgmr.x ahgms.x ahivc.x ahivd.x ahivi.x ahivl.x ahivr.x ahivs.x ahivx.x aiftrr.x aiftrx.x aiftxr.x aiftxx.x aimgd.x aimgi.x aimgl.x aimgr.x aimgs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a aabsd.o aabsi.o aabsl.o aabsr.o aabss.o aabsx.o aaddd.o aaddi.o aaddkd.o aaddki.o aaddkl.o aaddkr.o aaddks.o aaddkx.o aaddl.o aaddr.o aadds.o aaddx.o aandi.o aandki.o aandkl.o aandks.o aandl.o aands.o aavgd.o aavgi.o aavgl.o aavgr.o aavgs.o aavgx.o abavd.o abavi.o abavl.o abavr.o abavs.o abavx.o abeqc.o abeqd.o abeqi.o abeqkc.o abeqkd.o abeqki.o abeqkl.o abeqkr.o abeqks.o abeqkx.o abeql.o abeqr.o abeqs.o abeqx.o abgec.o abged.o abgei.o abgekc.o abgekd.o abgeki.o abgekl.o abgekr.o abgeks.o abgekx.o abgel.o abger.o abges.o abgex.o abgtc.o abgtd.o abgti.o abgtkc.o abgtkd.o abgtki.o abgtkl.o abgtkr.o abgtks.o abgtkx.o abgtl.o abgtr.o abgts.o abgtx.o ablec.o abled.o ablei.o ablekc.o ablekd.o ableki.o ablekl.o ablekr.o ableks.o ablekx.o ablel.o abler.o ables.o ablex.o abltc.o abltd.o ablti.o abltkc.o abltkd.o abltki.o abltkl.o abltkr.o abltks.o abltkx.o abltl.o abltr.o ablts.o abltx.o abnec.o abned.o abnei.o abnekc.o abnekd.o abneki.o abnekl.o abnekr.o abneks.o abnekx.o abnel.o abner.o abnes.o abnex.o abori.o aborki.o aborkl.o aborks.o aborl.o abors.o absud.o absui.o absul.o absur.o absus.o achtcc.o achtcd.o achtci.o achtcl.o achtcr.o achtcs.o achtcx.o achtdc.o achtdd.o achtdi.o achtdl.o achtdr.o achtds.o achtdx.o achtic.o achtid.o achtii.o achtil.o achtir.o achtis.o achtix.o achtlc.o achtld.o achtli.o achtll.o achtlr.o achtls.o achtlx.o achtrc.o achtrd.o achtri.o achtrl.o achtrr.o achtrs.o achtrx.o achtsc.o achtsd.o achtsi.o achtsl.o achtsr.o achtss.o achtsx.o achtxc.o achtxd.o achtxi.o achtxl.o achtxr.o achtxs.o achtxx.o acjgx.o aclrc.o aclrd.o aclri.o aclrl.o aclrr.o aclrs.o aclrx.o acnvd.o acnvi.o acnvl.o acnvr.o acnvrd.o acnvri.o acnvrl.o acnvrr.o acnvrs.o acnvs.o adivd.o adivi.o adivkd.o adivki.o adivkl.o adivkr.o adivks.o adivkx.o adivl.o adivr.o adivs.o adivx.o adotd.o adoti.o adotl.o adotr.o adots.o adotx.o advzd.o advzi.o advzl.o advzr.o advzs.o advzx.o aexpd.o aexpi.o aexpkd.o aexpki.o aexpkl.o aexpkr.o aexpks.o aexpkx.o aexpl.o aexpr.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a を作成しています ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a aexps.o aexpx.o afftrr.o afftrx.o afftxr.o afftxx.o agltc.o agltd.o aglti.o agltl.o agltr.o aglts.o agltx.o ahgmc.o ahgmd.o ahgmi.o ahgml.o ahgmr.o ahgms.o ahivc.o ahivd.o ahivi.o ahivl.o ahivr.o ahivs.o ahivx.o aiftrr.o aiftrx.o aiftxr.o aiftxx.o aimgd.o aimgi.o aimgl.o aimgr.o aimgs.o xc -c -w alans.x alani.x alanl.x alanks.x alanki.x alankl.x alimc.x alimd.x alimi.x aliml.x alimr.x alims.x alimx.x allnd.x allni.x allnl.x allnr.x allns.x allnx.x alogd.x alogi.x alogl.x alogr.x alogs.x alogx.x alors.x alori.x alorl.x alorks.x alorki.x alorkl.x alovc.x alovd.x alovi.x alovl.x alovr.x alovs.x alovx.x altad.x altai.x altal.x altar.x altas.x altax.x altmd.x altmi.x altml.x altmr.x altms.x altmx.x altrd.x altri.x altrl.x altrr.x altrs.x altrx.x aluid.x aluii.x aluil.x aluir.x aluis.x alutc.x alutd.x aluti.x alutl.x alutr.x aluts.x amagd.x amagi.x amagl.x amagr.x amags.x amagx.x amapd.x amapi.x amapl.x amapr.x amaps.x amaxc.x amaxd.x amaxi.x amaxkc.x amaxkd.x amaxki.x amaxkl.x amaxkr.x amaxks.x amaxkx.x amaxl.x amaxr.x amaxs.x amaxx.x amed3c.x amed3d.x amed3i.x amed3l.x amed3r.x amed3s.x amed4c.x amed4d.x amed4i.x amed4l.x amed4r.x amed4s.x amed5c.x amed5d.x amed5i.x amed5l.x amed5r.x amed5s.x amedc.x amedd.x amedi.x amedl.x amedr.x ameds.x amedx.x amgsd.x amgsi.x amgsl.x amgsr.x amgss.x amgsx.x aminc.x amind.x amini.x aminkc.x aminkd.x aminki.x aminkl.x aminkr.x aminks.x aminkx.x aminl.x aminr.x amins.x aminx.x amodd.x amodi.x amodkd.x amodki.x amodkl.x amodkr.x amodks.x amodl.x amodr.x amods.x amovc.c amovd.c amovi.c amovkc.x amovkd.x amovki.x amovkl.x amovkr.x amovks.x amovkx.x amovl.c amovr.c amovs.c amovx.x amuld.x amuli.x amulkd.x amulki.x amulkl.x amulkr.x amulks.x amulkx.x amull.x amulr.x amuls.x amulx.x anegd.x anegi.x anegl.x anegr.x anegs.x anegx.x anoti.x anotl.x anots.x apkxd.x apkxi.x apkxl.x apkxr.x apkxs.x apkxx.x apold.x apolr.x apowd.x apowi.x apowkd.x apowki.x apowkl.x apowkr.x apowks.x apowkx.x apowl.x apowr.x apows.x apowx.x aravd.x aravi.x aravl.x aravr.x aravs.x aravx.x arcpd.x arcpi.x arcpl.x arcpr.x arcps.x arcpx.x arczd.x arczi.x arczl.x arczr.x arczs.x arczx.x argtd.x argti.x argtl.x argtr.x argts.x argtx.x arltd.x arlti.x arltl.x arltr.x arlts.x arltx.x aselc.x aseld.x aseli.x asell.x aselr.x asels.x aselx.x aselkc.x aselkd.x aselki.x aselkl.x aselkr.x aselks.x aselkx.x xc -c -w asokc.x asokd.x asoki.x asokl.x asokr.x asoks.x asokx.x asqrd.x asqri.x asqrl.x asqrr.x asqrs.x asqrx.x asrtc.x asrtd.x asrti.x asrtl.x asrtr.x asrts.x asrtx.x assqd.x assqi.x assql.x assqr.x assqs.x assqx.x asubd.x asubi.x asubkd.x asubki.x asubkl.x asubkr.x asubks.x asubkx.x asubl.x asubr.x asubs.x asubx.x asumd.x asumi.x asuml.x asumr.x asums.x asumx.x aupxd.x aupxi.x aupxl.x aupxr.x aupxs.x aupxx.x aveqc.x aveqd.x aveqi.x aveql.x aveqr.x aveqs.x aveqx.x awsud.x awsui.x awsul.x awsur.x awsus.x awsux.x awvgd.x awvgi.x awvgl.x awvgr.x awvgs.x awvgx.x axori.x axorki.x axorkl.x axorks.x axorl.x axors.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a alans.o alani.o alanl.o alanks.o alanki.o alankl.o alimc.o alimd.o alimi.o aliml.o alimr.o alims.o alimx.o allnd.o allni.o allnl.o allnr.o allns.o allnx.o alogd.o alogi.o alogl.o alogr.o alogs.o alogx.o alors.o alori.o alorl.o alorks.o alorki.o alorkl.o alovc.o alovd.o alovi.o alovl.o alovr.o alovs.o alovx.o altad.o altai.o altal.o altar.o altas.o altax.o altmd.o altmi.o altml.o altmr.o altms.o altmx.o altrd.o altri.o altrl.o altrr.o altrs.o altrx.o aluid.o aluii.o aluil.o aluir.o aluis.o alutc.o alutd.o aluti.o alutl.o alutr.o aluts.o amagd.o amagi.o amagl.o amagr.o amags.o amagx.o amapd.o amapi.o amapl.o amapr.o amaps.o amaxc.o amaxd.o amaxi.o amaxkc.o amaxkd.o amaxki.o amaxkl.o amaxkr.o amaxks.o amaxkx.o amaxl.o amaxr.o amaxs.o amaxx.o amed3c.o amed3d.o amed3i.o amed3l.o amed3r.o amed3s.o amed4c.o amed4d.o amed4i.o amed4l.o amed4r.o amed4s.o amed5c.o amed5d.o amed5i.o amed5l.o amed5r.o amed5s.o amedc.o amedd.o amedi.o amedl.o amedr.o ameds.o amedx.o amgsd.o amgsi.o amgsl.o amgsr.o amgss.o amgsx.o aminc.o amind.o amini.o aminkc.o aminkd.o aminki.o aminkl.o aminkr.o aminks.o aminkx.o aminl.o aminr.o amins.o aminx.o amodd.o amodi.o amodkd.o amodki.o amodkl.o amodkr.o amodks.o amodl.o amodr.o amods.o amovc.o amovd.o amovi.o amovkc.o amovkd.o amovki.o amovkl.o amovkr.o amovks.o amovkx.o amovl.o amovr.o amovs.o amovx.o amuld.o amuli.o amulkd.o amulki.o amulkl.o amulkr.o amulks.o amulkx.o amull.o amulr.o amuls.o amulx.o anegd.o anegi.o anegl.o anegr.o anegs.o anegx.o anoti.o anotl.o anots.o apkxd.o apkxi.o apkxl.o apkxr.o apkxs.o apkxx.o apold.o apolr.o apowd.o apowi.o apowkd.o apowki.o apowkl.o apowkr.o apowks.o apowkx.o apowl.o apowr.o apows.o apowx.o aravd.o aravi.o aravl.o aravr.o aravs.o aravx.o arcpd.o arcpi.o arcpl.o arcpr.o arcps.o arcpx.o arczd.o arczi.o arczl.o arczr.o arczs.o arczx.o argtd.o argti.o argtl.o argtr.o argts.o argtx.o arltd.o arlti.o arltl.o arltr.o arlts.o arltx.o aselc.o aseld.o aseli.o asell.o aselr.o asels.o aselx.o ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a aselkc.o aselkd.o aselki.o aselkl.o aselkr.o aselks.o aselkx.o asokc.o asokd.o asoki.o asokl.o asokr.o asoks.o asokx.o asqrd.o asqri.o asqrl.o asqrr.o asqrs.o asqrx.o asrtc.o asrtd.o asrti.o asrtl.o asrtr.o asrts.o asrtx.o assqd.o assqi.o assql.o assqr.o assqs.o assqx.o asubd.o asubi.o asubkd.o asubki.o asubkl.o asubkr.o asubks.o asubkx.o asubl.o asubr.o asubs.o asubx.o asumd.o asumi.o asuml.o asumr.o asums.o asumx.o aupxd.o aupxi.o aupxl.o aupxr.o aupxs.o aupxx.o aveqc.o aveqd.o aveqi.o aveql.o aveqr.o aveqs.o aveqx.o awsud.o awsui.o awsul.o awsur.o awsus.o awsux.o awvgd.o awvgi.o awvgl.o awvgr.o awvgs.o awvgx.o axori.o axorki.o axorkl.o axorks.o axorl.o axors.o xc -c -w acht.x achtb.x achtc.x achtd.x achti.x achtl.x achtr.x achts.x achtu.x achtx.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a acht.o achtb.o achtc.o achtd.o achti.o achtl.o achtr.o achts.o achtu.o achtx.o xc -c -w fftr.f fftx.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a fftr.o fftx.o Warning, mkpkg line 19: file `ieeer.x' not found generic -k -t rd ieee.gx check out file `i1mach.f = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/i1mach.f' xc -c -w i1mach.f d1mach.c r1mach.c bytmov.c bitfields.c aclrb.c urand.x imul32.c iscl32.c iscl64.c iand32.c strsum.c achtbb.c achtbc.c achtbd.c achtbi.c achtbl.c achtbr.c achtbs.c achtbu.c achtbx.c achtcb.c achtcu.c achtdb.c achtdu.c achtib.c achtiu.c achtlb.c achtlu.c achtrb.c achtru.c achtsb.c achtsu.c achtub.c achtuc.c achtud.c achtui.c achtul.c achtur.c achtus.c achtuu.c achtux.c achtxb.c achtxu.c and.c not.c or.c shift.c abs.c i32to64.c i64to32.c ipak32.c iupk32.c ipak16.c iupk16.c bswap2.c bswap4.c bswap8.c chrpak.c chrupk.c strpak.c strupk.c ieeer.x ieeed.x miilen.x miinelem.x miipak.x miipak16.x miipak32.x miipak8.x miipakd.x miipakr.x miipksize.x miiupk.x miiupk16.x miiupk32.x miiupk8.x miiupkd.x miiupkr.x nmilen.x nminelem.x nmipak.x nmipak16.x nmipak32.x nmipak8.x nmipakd.x nmipakr.x nmipksize.x nmiupk.x nmiupk16.x nmiupk32.x nmiupk8.x nmiupkd.x nmiupkr.x f77pak.f f77upk.f bitmov.x xor.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a i1mach.o d1mach.o r1mach.o bytmov.o bitfields.o aclrb.o urand.o imul32.o iscl32.o iscl64.o iand32.o strsum.o achtbb.o achtbc.o achtbd.o achtbi.o achtbl.o achtbr.o achtbs.o achtbu.o achtbx.o achtcb.o achtcu.o achtdb.o achtdu.o achtib.o achtiu.o achtlb.o achtlu.o achtrb.o achtru.o achtsb.o achtsu.o achtub.o achtuc.o achtud.o achtui.o achtul.o achtur.o achtus.o achtuu.o achtux.o achtxb.o achtxu.o and.o not.o or.o shift.o abs.o i32to64.o i64to32.o ipak32.o iupk32.o ipak16.o iupk16.o bswap2.o bswap4.o bswap8.o chrpak.o chrupk.o strpak.o strupk.o ieeer.o ieeed.o miilen.o miinelem.o miipak.o miipak16.o miipak32.o miipak8.o miipakd.o miipakr.o miipksize.o miiupk.o miiupk16.o miiupk32.o miiupk8.o miiupkd.o miiupkr.o nmilen.o nminelem.o nmipak.o nmipak16.o nmipak32.o nmipak8.o nmipakd.o nmipakr.o nmipksize.o nmiupk.o nmiupk16.o nmiupk32.o nmiupk8.o nmiupkd.o nmiupkr.o f77pak.o f77upk.o bitmov.o xor.o check file `i1mach.f' into `' ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a Updated 698 files in libvops.a check file `libvops.a' into `lib$' -------------- LIBCUR ---------------- check out file `libcur.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libcur.a' warning: library `libcur.a' not found xc -c -w giotr.x grcaxes.x grcclose.x grccmd.x grcinit.x grcopen.x grcpl.x grcread.x grcredraw.x grcscr.x grcstatus.x grctext.x grcwarn.x grcwcs.x grcwrite.x gtrbackup.x gtrconn.x gtrctrl.x gtrdelete.x gtrdiscon.x gtrfetch.x gtrframe.x gtrgflush.x gtrgtran.x gtrgtty.x gtrinit.x gtropenws.x gtrpage.x gtrptran.x gtrrcur.x gtrredraw.x gtrreset.x gtrset.x gtrstatus.x gtrtrunc.x gtrundo.x gtrwaitp.x gtrwcur.x gtrwritep.x gtrwstran.x gtrwsclip.x prpsinit.x rcursor.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libcur.a giotr.o grcaxes.o grcclose.o grccmd.o grcinit.o grcopen.o grcpl.o grcread.o grcredraw.o grcscr.o grcstatus.o grctext.o grcwarn.o grcwcs.o grcwrite.o gtrbackup.o gtrconn.o gtrctrl.o gtrdelete.o gtrdiscon.o gtrfetch.o gtrframe.o gtrgflush.o gtrgtran.o gtrgtty.o gtrinit.o gtropenws.o gtrpage.o gtrptran.o gtrrcur.o gtrredraw.o gtrreset.o gtrset.o gtrstatus.o gtrtrunc.o gtrundo.o gtrwaitp.o gtrwcur.o gtrwritep.o gtrwstran.o gtrwsclip.o prpsinit.o rcursor.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libcur.a を作成しています Subdirectory gio is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libcur.a Updated 43 files in libcur.a check file `libcur.a' into `lib$' -------------- LIBSTG ---------------- check out file `libstg.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libstg.a' warning: library `libstg.a' not found xc -c -w stgcancel.x stgclear.x stgclose.x stgclws.x stgctrl.x stgdeact.x stgdraw.x stgdrawch.x stgencode.x stgescape.x stgfa.x stgfaset.x stgfilter.x stgflush.x stggcell.x stggcur.x stggdisab.x stggim.x stggenab.x stggrstr.x stginit.x stglkcur.x stgmove.x stgonerr.x stgonint.x stgopen.x stgopenws.x stgoutput.x stgoutstr.x stgpcell.x stgpl.x stgplset.x stgpm.x stgpmset.x stgrcur.x stgreact.x stgres.x stgreset.x stgrtty.x stgscur.x stgtx.x stgtxqual.x stgtxset.x stgtxsize.x stgunkown.x stgwtty.x t_gkideco.x t_showcap.x t_stdgraph.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libstg.a stgcancel.o stgclear.o stgclose.o stgclws.o stgctrl.o stgdeact.o stgdraw.o stgdrawch.o stgencode.o stgescape.o stgfa.o stgfaset.o stgfilter.o stgflush.o stggcell.o stggcur.o stggdisab.o stggim.o stggenab.o stggrstr.o stginit.o stglkcur.o stgmove.o stgonerr.o stgonint.o stgopen.o stgopenws.o stgoutput.o stgoutstr.o stgpcell.o stgpl.o stgplset.o stgpm.o stgpmset.o stgrcur.o stgreact.o stgres.o stgreset.o stgrtty.o stgscur.o stgtx.o stgtxqual.o stgtxset.o stgtxsize.o stgunkown.o stgwtty.o t_gkideco.o t_showcap.o t_stdgraph.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libstg.a を作成しています Subdirectory gio is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libstg.a Updated 49 files in libstg.a check file `libstg.a' into `lib$' -------------- LIBMAIN.O ------------- Warning, mkpkg line 101: file `bin$libmain.o' not found check out file `zmain.c = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/os/zmain.c' xc -c -x -Inolibc -/Wall -/O2 zmain.c In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zmain.c:18: zmain.c: In function ‘main’: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:111:17: warning: passing argument 1 of ‘zlocpr_’ from incompatible pointer type [-Wincompatible-pointer-types] #define ZGETTY zgetty_ ^ zmain.c:99:10: note: in expansion of macro ‘ZGETTY’ ZLOCPR (ZGETTY, &driver); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:119:17: note: expected ‘PFI {aka long int (*)()}’ but argument is of type ‘int (*)(long int *, short int *, long int *, long int *)’ #define ZLOCPR zlocpr_ ^ zmain.c:71:14: note: in expansion of macro ‘ZLOCPR’ extern int ZLOCPR(PFI proc, XINT *o_epa ); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:29:17: warning: passing argument 1 of ‘zlocpr_’ from incompatible pointer type [-Wincompatible-pointer-types] #define ZARDPR zardpr_ ^ zmain.c:128:11: note: in expansion of macro ‘ZARDPR’ ZLOCPR (ZARDPR, &driver); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:119:17: note: expected ‘PFI {aka long int (*)()}’ but argument is of type ‘int (*)(long int *, short int *, long int *, long int *)’ #define ZLOCPR zlocpr_ ^ zmain.c:71:14: note: in expansion of macro ‘ZLOCPR’ extern int ZLOCPR(PFI proc, XINT *o_epa ); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:110:17: warning: passing argument 1 of ‘zlocpr_’ from incompatible pointer type [-Wincompatible-pointer-types] #define ZGETTX zgettx_ ^ zmain.c:148:11: note: in expansion of macro ‘ZGETTX’ ZLOCPR (ZGETTX, &driver); ^~~~~~ /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:119:17: note: expected ‘PFI {aka long int (*)()}’ but argument is of type ‘int (*)(long int *, short int *, long int *, long int *)’ #define ZLOCPR zlocpr_ ^ zmain.c:71:14: note: in expansion of macro ‘ZLOCPR’ extern int ZLOCPR(PFI proc, XINT *o_epa ); ^~~~~~ zmain.c:197:34: warning: passing argument 8 of ‘irafmn_’ from incompatible pointer type [-Wincompatible-pointer-types] &driver, &devtype, &prtype, osfn_bkgfile, &jobcode, SYSRUK,ONENTRY); ^~~~~~~~~~~~ In file included from /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf.h:98:0, from zmain.c:18: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include/iraf/knames.h:12:19: note: expected ‘short int *’ but argument is of type ‘char *’ #define IRAF_MAIN irafmn_ ^ zmain.c:73:14: note: in expansion of macro ‘IRAF_MAIN’ extern int IRAF_MAIN(XCHAR *acmd, XINT *ainchn, XINT *aoutcn, XINT *aerrcn, XINT *adrivr, XINT *adevte, XINT *prtype, XCHAR *bkgfie, XINT *jobcoe, ^~~~~~~~~ zmain.c:146:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen ("/dev/null", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ move `zmain.o' to `bin$libmain.o' delete file zmain.c -------------- LIBC ------------------ check out file `libc.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libc.a' warning: library `libc.a' not found xc -c -w -/Wall atof.c atoi.c atol.c caccess.c calloc.c callocate.c cclktime.c cclose.c ccnvdate.c ccnvtime.c cdelete.c cenvget.c cenvlist.c cenvmark.c cenvscan.c cerract.c cerrcode.c cerrget.c cerror.c cfchdir.c cfilbuf.c cfinfo.c cflsbuf.c cflush.c cfmapfn.c cfmkdir.c cfnextn.c cfnldir.c cfnroot.c cfpath.c cfredir.c cfseti.c cfstati.c cgetpid.c cgetuid.c cgflush.c cimaccess.c cimdrcur.c ckimapc.c clexnum.c cmktemp.c cnote.c copen.c coscmd.c cndopen.c cpoll.c cprcon.c cprdet.c cprintf.c crcursor.c crdukey.c cread.c crename.c creopen.c csalloc.c cseek.c csppstr.c cstropen.c cstrpak.c cstrupk.c ctsleep.c cttset.c cttycdes.c cttyclear.c cttyclln.c cttyctrl.c cttygetb.c cttygeti.c cttygetr.c cttygets.c cttygoto.c cttyinit.c cttyodes.c cttyputl.c cttyputs.c cttyseti.c cttyso.c cttystati.c ctype.c cungetc.c cungetl.c cvfnbrk.c cwrite.c cxgmes.c cxonerr.c cxttysize.c cxwhen.c cwmsec.c eprintf.c fclose.c fdopen.c fflush.c fgetc.c fgets.c fopen.c fputc.c fputs.c fread.c freadline.c free.c freopen.c fseek.c ftell.c fwrite.c gets.c getw.c index.c isatty.c malloc.c mathf.f mktemp.c perror.c printf.c puts.c putw.c qsort.c realloc.c rewind.c rindex.c scanf.c setbuf.c stgio.c strcat.c strcmp.c strdup.c strcpy.c strlen.c strncat.c strncmp.c strncpy.c spf.c sprintf.c system.c ungetc.c ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libc.a atof.o atoi.o atol.o caccess.o calloc.o callocate.o cclktime.o cclose.o ccnvdate.o ccnvtime.o cdelete.o cenvget.o cenvlist.o cenvmark.o cenvscan.o cerract.o cerrcode.o cerrget.o cerror.o cfchdir.o cfilbuf.o cfinfo.o cflsbuf.o cflush.o cfmapfn.o cfmkdir.o cfnextn.o cfnldir.o cfnroot.o cfpath.o cfredir.o cfseti.o cfstati.o cgetpid.o cgetuid.o cgflush.o cimaccess.o cimdrcur.o ckimapc.o clexnum.o cmktemp.o cnote.o copen.o coscmd.o cndopen.o cpoll.o cprcon.o cprdet.o cprintf.o crcursor.o crdukey.o cread.o crename.o creopen.o csalloc.o cseek.o csppstr.o cstropen.o cstrpak.o cstrupk.o ctsleep.o cttset.o cttycdes.o cttyclear.o cttyclln.o cttyctrl.o cttygetb.o cttygeti.o cttygetr.o cttygets.o cttygoto.o cttyinit.o cttyodes.o cttyputl.o cttyputs.o cttyseti.o cttyso.o cttystati.o ctype.o cungetc.o cungetl.o cvfnbrk.o cwrite.o cxgmes.o cxonerr.o cxttysize.o cxwhen.o cwmsec.o eprintf.o fclose.o fdopen.o fflush.o fgetc.o fgets.o fopen.o fputc.o fputs.o fread.o freadline.o free.o freopen.o fseek.o ftell.o fwrite.o gets.o getw.o index.o isatty.o malloc.o mathf.o mktemp.o perror.o printf.o puts.o putw.o qsort.o realloc.o rewind.o rindex.o scanf.o setbuf.o stgio.o strcat.o strcmp.o strdup.o strcpy.o strlen.o strncat.o strncmp.o strncpy.o spf.o sprintf.o system.o ungetc.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libc.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libc.a Updated 134 files in libc.a check file `libc.a' into `lib$' -------------- IMFORT ---------------- check out file `libimfort.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libimfort.a' warning: library `libimfort.a' not found xc -c -w -/DBLD_KERNEL idbfind.x idbgstr.x idbkwlu.x idbnaxis.x idbpstr.x imaccf.x imaddb.x imaddd.x imaddf.x imaddi.x imaddl.x imaddr.x imadds.x imastr.x imdelf.x imgatr.x imgetb.x imgetc.x imgetd.x imgeti.x imgetl.x imgetr.x imgets.x imgftype.x imgnfn.x imgstr.x impstr.x imputb.x imputd.x imputi.x imputl.x imputr.x imputs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimfort.a idbfind.o idbgstr.o idbkwlu.o idbnaxis.o idbpstr.o imaccf.o imaddb.o imaddd.o imaddf.o imaddi.o imaddl.o imaddr.o imadds.o imastr.o imdelf.o imgatr.o imgetb.o imgetc.o imgetd.o imgeti.o imgetl.o imgetr.o imgets.o imgftype.o imgnfn.o imgstr.o impstr.o imputb.o imputd.o imputi.o imputl.o imputr.o imputs.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimfort.a を作成しています xc -c -w -/DBLD_KERNEL bfio.x clargs.x imacck.x imaddk.x imakwb.x imakwc.x imakwd.x imakwi.x imakwr.x imclos.x imcrea.x imcrex.x imdele.x imdelk.x imdelx.x imemsg.x imfdir.x imfgpfn.x imflsh.x imfmkpfn.x imfparse.x imftrans.x imfupdhdr.x imgkwb.x imgkwc.x imgkwd.x imgkwi.x imgkwr.x imgl1r.x imgl1s.x imgl2r.x imgl2s.x imgl3r.x imgl3s.x imgs1r.x imgs1s.x imgs2r.x imgs2s.x imgs3r.x imgs3s.x imgsiz.x imhcpy.x imioff.x imokwl.x imopen.x imopnc.x imopnx.x impixf.x impkwb.x impkwc.x impkwd.x impkwi.x impkwr.x impl1r.x impl1s.x impl2r.x impl2s.x impl3r.x impl3s.x imps1r.x imps1s.x imps2r.x imps2s.x imps3r.x imps3s.x imrdhdr.x imrnam.x imswap.x imtypk.x imwpix.x imwrhdr.x mii.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimfort.a bfio.o clargs.o imacck.o imaddk.o imakwb.o imakwc.o imakwd.o imakwi.o imakwr.o imclos.o imcrea.o imcrex.o imdele.o imdelk.o imdelx.o imemsg.o imfdir.o imfgpfn.o imflsh.o imfmkpfn.o imfparse.o imftrans.o imfupdhdr.o imgkwb.o imgkwc.o imgkwd.o imgkwi.o imgkwr.o imgl1r.o imgl1s.o imgl2r.o imgl2s.o imgl3r.o imgl3s.o imgs1r.o imgs1s.o imgs2r.o imgs2s.o imgs3r.o imgs3s.o imgsiz.o imhcpy.o imioff.o imokwl.o imopen.o imopnc.o imopnx.o impixf.o impkwb.o impkwc.o impkwd.o impkwi.o impkwr.o impl1r.o impl1s.o impl2r.o impl2s.o impl3r.o impl3s.o imps1r.o imps1s.o imps2r.o imps2s.o imps3r.o imps3s.o imrdhdr.o imrnam.o imswap.o imtypk.o imwpix.o imwrhdr.o mii.o ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimfort.a Updated 105 files in libimfort.a check file `libimfort.a' into `lib$' -------------- LIBGKS ---------------- check out file `libgks.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libgks.a' warning: library `libgks.a' not found xc -c -w gacwk.x gca.x gcas.x gclks.x gclrwk.x gclwk.x gdawk.x gfa.x gopks.x gopwk.x gpl.x gpm.x gqasf.x gqchh.x gqchup.x gqclip.x gqcntn.x gqmk.x gqnt.x gqopwk.x gqplci.x gqpmci.x gqpmi.x gqtxal.x gqtxci.x gqtxp.x gqwks.x gsasf.x gsaw.x gschh.x gschup.x gsclip.x gscr.x gselnt.x gsfaci.x gsfais.x gslwsc.x gsmk.x gsmksc.x gsplci.x gspmci.x gspmi.x gstxal.x gstxci.x gstxp.x gsvp.x gswn.x gtx.f gxgtx.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libgks.a gacwk.o gca.o gcas.o gclks.o gclrwk.o gclwk.o gdawk.o gfa.o gopks.o gopwk.o gpl.o gpm.o gqasf.o gqchh.o gqchup.o gqclip.o gqcntn.o gqmk.o gqnt.o gqopwk.o gqplci.o gqpmci.o gqpmi.o gqtxal.o gqtxci.o gqtxp.o gqwks.o gsasf.o gsaw.o gschh.o gschup.o gsclip.o gscr.o gselnt.o gsfaci.o gsfais.o gslwsc.o gsmk.o gsmksc.o gsplci.o gspmci.o gspmi.o gstxal.o gstxci.o gstxp.o gsvp.o gswn.o gtx.o gxgtx.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libgks.a を作成しています Subdirectory gio is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libgks.a Updated 49 files in libgks.a check file `libgks.a' into `lib$' -------------- LIBNCAR --------------- check out file `libncar.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libncar.a' warning: library `libncar.a' not found xc -c -w support.f fencode.x fulib.x ishift.x gbytes.x sbytes.x spps.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libncar.a support.o fencode.o fulib.o ishift.o gbytes.o sbytes.o spps.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libncar.a を作成しています xc -c -w agdflt.f agaxis.f agback.f agbnch.f agchax.f agchcu.f agchil.f agchnl.f agctcs.f agctko.f agcurv.f agdash.f agdlch.f agdshn.f agexax.f agexus.f agezsu.f agfpbn.f agftol.f aggetc.f aggetf.f aggeti.f aggetp.f aggtch.f aginit.f agkurv.f aglbls.f agmaxi.f agmini.f agnumb.f agppid.f agpwrt.f agqurv.f agrpch.f agrstr.f agsave.f agscan.f agsetc.f agsetf.f agseti.f agsetp.f agsrch.f agstch.f agstup.f agutol.f anotat.f displa.f ezmxy.f ezmy.f ezxy.f ezy.f idiot.f pstr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libncar.a agdflt.o agaxis.o agback.o agbnch.o agchax.o agchcu.o agchil.o agchnl.o agctcs.o agctko.o agcurv.o agdash.o agdlch.o agdshn.o agexax.o agexus.o agezsu.o agfpbn.o agftol.o aggetc.o aggetf.o aggeti.o aggetp.o aggtch.o aginit.o agkurv.o aglbls.o agmaxi.o agmini.o agnumb.o agppid.o agpwrt.o agqurv.o agrpch.o agrstr.o agsave.o agscan.o agsetc.o agsetf.o agseti.o agsetp.o agsrch.o agstch.o agstup.o agutol.o anotat.o displa.o ezmxy.o ezmy.o ezxy.o ezy.o idiot.o pstr.o xc -c -w concal.f concld.f concls.f concom.f condet.f condrw.f condsd.f conecd.f congen.f conint.f conlcm.f conlin.f conloc.f conlod.f conop1.f conop2.f conop3.f conop4.f conot2.f conout.f conpdv.f conreo.f consld.f conssd.f constp.f contlk.f contng.f conxch.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libncar.a concal.o concld.o concls.o concom.o condet.o condrw.o condsd.o conecd.o congen.o conint.o conlcm.o conlin.o conloc.o conlod.o conop1.o conop2.o conop3.o conop4.o conot2.o conout.o conpdv.o conreo.o consld.o conssd.o constp.o contlk.o contng.o conxch.o xc -c -w conran.f conbdn.f conrec.f conbd.f dashsmth.f dashbd.f gridal.f gridt.f hafton.f hfinit.f isosrf.f isosrb.f kurv.f pwrity.f pwrzi.f pwrzs.f pwrzt.f srface.f srfabd.f threed.f threbd.f velvct.f veldat.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libncar.a conran.o conbdn.o conrec.o conbd.o dashsmth.o dashbd.o gridal.o gridt.o hafton.o hfinit.o isosrf.o isosrb.o kurv.o pwrity.o pwrzi.o pwrzs.o pwrzt.o srface.o srfabd.o threed.o threbd.o velvct.o veldat.o Subdirectory gio is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libncar.a Updated 111 files in libncar.a check file `libncar.a' into `lib$' -------------- LIBSGI ---------------- check out file `libsgi.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsgi.a' warning: library `libsgi.a' not found xc -c -w sgicancel.x sgiclear.x sgiclose.x sgiclws.x sgicolor.x sgidrawch.x sgiescape.x sgifa.x sgifaset.x sgiflush.x sgifont.x sgigcell.x sgiinit.x sgiline.x sgiopen.x sgiopenws.x sgipcell.x sgipl.x sgiplset.x sgipm.x sgipmset.x sgireset.x sgitx.x sgitxset.x sgk.x t_sgideco.x t_sgikern.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsgi.a sgicancel.o sgiclear.o sgiclose.o sgiclws.o sgicolor.o sgidrawch.o sgiescape.o sgifa.o sgifaset.o sgiflush.o sgifont.o sgigcell.o sgiinit.o sgiline.o sgiopen.o sgiopenws.o sgipcell.o sgipl.o sgiplset.o sgipm.o sgipmset.o sgireset.o sgitx.o sgitxset.o sgk.o t_sgideco.o t_sgikern.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsgi.a を作成しています Subdirectory gio is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsgi.a Updated 27 files in libsgi.a check file `libsgi.a' into `lib$' -------------- LIBIMD ---------------- check out file `libimd.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libimd.a' warning: library `libimd.a' not found xc -c -w idk.x imdcancel.x imdclear.x imdclose.x imdclws.x imdcolor.x imddrawch.x imdescape.x imdfa.x imdfaset.x imdflush.x imdfont.x imdgcell.x imdinit.x imdline.x imdopen.x imdopenws.x imdpcell.x imdpl.x imdplset.x imdpm.x imdpmset.x imdreset.x imdtx.x imdtxset.x t_imdkern.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimd.a idk.o imdcancel.o imdclear.o imdclose.o imdclws.o imdcolor.o imddrawch.o imdescape.o imdfa.o imdfaset.o imdflush.o imdfont.o imdgcell.o imdinit.o imdline.o imdopen.o imdopenws.o imdpcell.o imdpl.o imdplset.o imdpm.o imdpmset.o imdreset.o imdtx.o imdtxset.o t_imdkern.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimd.a を作成しています Subdirectory gio is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimd.a Updated 26 files in libimd.a check file `libimd.a' into `lib$' -------------- LIBDS ---------------- check out file `libds.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libds.a' warning: library `libds.a' not found xc -c -w dsmap.x dspmmap.x dsulut.x findz.x iisblk.x iiscls.x iisers.x iisflu.x iisgop.x iishdr.x iisio.x iismtc.x iisofm.x iisopn.x iispio.x iisrcr.x iisrd.x iisrgb.x iissfr.x iisstt.x iiswcr.x iiswnd.x iiswr.x iiswt.x iiszm.x imdgcur.x imdgetwcs.x imdmapfr.x imdmapping.x imdopen.x imdputwcs.x imdrcuro.x imdrcur.x imdsetwcs.x imdwcsver.x imdwcs.x maskcolor.x maxmin.x sigl2.x sigm2.x t_dcontrol.x t_display.x zardim.x zawrim.x zawtim.x zblkim.x zclrim.x zclsim.x zersim.x zfrmim.x zmapim.x zmtcim.x zopnim.x zrcrim.x zrgbim.x zrmim.x zscale.x zsttim.x zwndim.x zzdebug.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libds.a dsmap.o dspmmap.o dsulut.o findz.o iisblk.o iiscls.o iisers.o iisflu.o iisgop.o iishdr.o iisio.o iismtc.o iisofm.o iisopn.o iispio.o iisrcr.o iisrd.o iisrgb.o iissfr.o iisstt.o iiswcr.o iiswnd.o iiswr.o iiswt.o iiszm.o imdgcur.o imdgetwcs.o imdmapfr.o imdmapping.o imdopen.o imdputwcs.o imdrcuro.o imdrcur.o imdsetwcs.o imdwcsver.o imdwcs.o maskcolor.o maxmin.o sigl2.o sigm2.o t_dcontrol.o t_display.o zardim.o zawrim.o zawtim.o zblkim.o zclrim.o zclsim.o zersim.o zfrmim.o zmapim.o zmtcim.o zopnim.o zrcrim.o zrgbim.o zrmim.o zscale.o zsttim.o zwndim.o zzdebug.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libds.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libds.a Updated 60 files in libds.a check file `libds.a' into `lib$' -------------- LIBMEMDBG ------------ check out file `libmemdbg.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libmemdbg.a' warning: library `libmemdbg.a' not found xc -c -w zrtadr.c memlog.c begmem.x calloc.x coerce.x kmalloc.x krealloc.x malloc.x malloc1.x mfree.x mgdptr.x mgtfwa.x msvfwa.x realloc.x salloc.x sizeof.x vmalloc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libmemdbg.a zrtadr.o memlog.o begmem.o calloc.o coerce.o kmalloc.o krealloc.o malloc.o malloc1.o mfree.o mgdptr.o mgtfwa.o msvfwa.o realloc.o salloc.o sizeof.o vmalloc.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libmemdbg.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libmemdbg.a Updated 17 files in libmemdbg.a check file `libmemdbg.a' into `lib$' purge directory `lib$' -------------- (done) ---------------- !date 2019年 6月 24日 月曜日 14:41:25 JST + set -e + echo ----------------------- BOOTLIB ------------------------ ----------------------- BOOTLIB ------------------------ + cd bootlib + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include bytmov.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include envinit.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osaccess.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osamovb.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include oschdir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osclose.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include oscmd.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include oscreatedir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include oscrfile.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osdelete.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osdir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osfcopy.c osfcopy.c: In function ‘os_fcopy’: osfcopy.c:22:60: warning: variable ‘nw’ set but not used [-Wunused-but-set-variable] XINT status, junk, maxch = SZ_FBUF, mode = 0, in, out, n, nw; ^~ + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osfdate.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osfiletype.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osfn2vfn.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osfpathname.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osgetenv.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osgetowner.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osopen.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osputenv.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osread.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include ossetfmode.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include ossetowner.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include ossettime.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osstrpak.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include osstrupk.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include ossubdir.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include ossymlink.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include ossysfile.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include ostime.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include oswrite.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include tape.c + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include vfn2osfn.c + ar rv libboot.a bytmov.o envinit.o osaccess.o osamovb.o oschdir.o osclose.o oscmd.o oscreatedir.o oscrfile.o osdelete.o osdir.o osfcopy.o osfdate.o osfiletype.o osfn2vfn.o osfpathname.o osgetenv.o osgetowner.o osopen.o osputenv.o osread.o ossetfmode.o ossetowner.o ossettime.o osstrpak.o osstrupk.o ossubdir.o ossymlink.o ossysfile.o ostime.o oswrite.o tape.o vfn2osfn.o ar: libboot.a を作成しています a - bytmov.o a - envinit.o a - osaccess.o a - osamovb.o a - oschdir.o a - osclose.o a - oscmd.o a - oscreatedir.o a - oscrfile.o a - osdelete.o a - osdir.o a - osfcopy.o a - osfdate.o a - osfiletype.o a - osfn2vfn.o a - osfpathname.o a - osgetenv.o a - osgetowner.o a - osopen.o a - osputenv.o a - osread.o a - ossetfmode.o a - ossetowner.o a - ossettime.o a - osstrpak.o a - osstrupk.o a - ossubdir.o a - ossymlink.o a - ossysfile.o a - ostime.o a - oswrite.o a - tape.o a - vfn2osfn.o + rm bytmov.o envinit.o osaccess.o osamovb.o oschdir.o osclose.o oscmd.o oscreatedir.o oscrfile.o osdelete.o osdir.o osfcopy.o osfdate.o osfiletype.o osfn2vfn.o osfpathname.o osgetenv.o osgetowner.o osopen.o osputenv.o osread.o ossetfmode.o ossetowner.o ossettime.o osstrpak.o osstrupk.o ossubdir.o ossymlink.o ossysfile.o ostime.o oswrite.o tape.o vfn2osfn.o + ranlib libboot.a + mv -f libboot.a ../../bin + echo ----------------------- GENERIC ------------------------ ----------------------- GENERIC ------------------------ + cd generic + sh -x mkpkg.sh + set -e + lex -o lexyy.c tok.l + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include generic.c yywrap.c lexyy.c + gcc generic.o lexyy.o yywrap.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o generic.e + mv -f generic.e ../../hlib + rm generic.o lexyy.o yywrap.o + echo ----------------------- MKPKG -------------------------- ----------------------- MKPKG -------------------------- + cd mkpkg + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include char.c fdcache.c fncache.c host.c main.c pkg.c scanlib.c sflist.c tok.c fncache.c: In function ‘m_fninit’: fncache.c:120:27: warning: ‘>’ directive writing 1 byte into a region of size between 0 and 32 [-Wformat-overflow=] sprintf (lname, "<%s>", fn->lname); ^ In file included from /usr/include/stdio.h:862:0, from fncache.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 3 and 35 bytes into a destination of size 33 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ host.c: In function ‘h_updatelibrary’: host.c:94:10: warning: variable ‘lname’ set but not used [-Wunused-but-set-variable] char *lname = NULL; ^~~~~ pkg.c: In function ‘do_mkpkg’: pkg.c:48:25: warning: ‘%s’ directive writing up to 255 bytes into a region of size between 1 and 512 [-Wformat-overflow=] sprintf (fname, "%s%s", cx->curdir, cx->mkpkgfile); ^~ In file included from /usr/include/stdio.h:862:0, from pkg.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 1 and 767 bytes into a destination of size 512 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scanlib.c: In function ‘h_scanlibrary’: scanlib.c:68:6: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] int len=0, len_arfmag, nmodules; ^~~ scanlib.c:105:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread (lbuf, 1, SARMAG, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc main.o char.o fdcache.o fncache.o host.o pkg.o scanlib.o sflist.o tok.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o mkpkg.e + mv -f mkpkg.e ../../hlib + rm char.o fdcache.o fncache.o host.o main.o pkg.o scanlib.o sflist.o tok.o + echo ----------------------- RMBIN ------------------------- ----------------------- RMBIN ------------------------- + cd rmbin + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include rmbin.c rmbin.c: In function ‘verify_delete’: rmbin.c:256:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets (lbuf, SZ_LINE, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc rmbin.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o rmbin.e + mv -f rmbin.e ../../hlib + rm rmbin.o + echo ----------------------- RMFILES ----------------------- ----------------------- RMFILES ----------------------- + cd rmfiles + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include rmfiles.c + gcc rmfiles.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o rmfiles.e + mv -f rmfiles.e ../../hlib + rm rmfiles.o + echo ----------------------- RTAR -------------------------- ----------------------- RTAR -------------------------- + cd rtar + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include rtar.c + gcc rtar.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o rtar.e + mv rtar.e ../../hlib + rm -f rtar.o + echo ----------------------- WTAR -------------------------- ----------------------- WTAR -------------------------- + cd wtar + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include wtar.c wtar.c: In function ‘tarfileout’: wtar.c:429:38: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] snprintf (hb.dbuf.size, 12, "%11lo ", fh->size); ^ In file included from /usr/include/stdio.h:862:0, from wtar.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 13 and 24 bytes into a destination of size 12 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wtar.c:430:38: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] snprintf (hb.dbuf.mtime, 12, "%11lo ", fh->mtime); ^ In file included from /usr/include/stdio.h:862:0, from wtar.c:4: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 13 and 24 bytes into a destination of size 12 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + gcc wtar.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o wtar.e + mv wtar.e ../../hlib + rm -f wtar.o + echo ----------------------- SPP ---------------------------- ----------------------- SPP ---------------------------- + cd spp + sh -x mkpkg.sh + set -e + echo ----------------------- XC ---------------------------- ----------------------- XC ---------------------------- + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include xc.c xc.c: In function ‘main’: xc.c:788:6: warning: ignoring return value of ‘mkstemp’, declared with attribute warn_unused_result [-Wunused-result] mkstemp (tempfile); ^~~~~~~~~~~~~~~~~~ xc.c:885:3: warning: ignoring return value of ‘link’, declared with attribute warn_unused_result [-Wunused-result] link (tempfile, outfile); ^~~~~~~~~~~~~~~~~~~~~~~~ xc.c: In function ‘sys’: xc.c:1286:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen (inname, "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ xc.c:1288:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result] freopen (outname, (append ? "a" : "w"), stdout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: xc.c:1413:1: warning: ‘findexe’ defined but not used [-Wunused-function] findexe ( ^~~~~~~ + gcc xc.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o xc.e + mv -f xc.e ../../hlib + rm -f xc.o + echo ----------------------- XPP ---------------------------- ----------------------- XPP ---------------------------- + cd xpp + sh -x mkpkg.sh + set -e + [ ! -f lexyy.c -o xpp.l -nt lexyy.c ] + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include xppmain.c xppcode.c decl.c lexyy.c + gcc xppmain.o lexyy.o xppcode.o decl.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o xpp.e + mv -f xpp.e ../../../hlib + rm decl.o lexyy.o xppcode.o xppmain.o + echo ----------------------- RPP ---------------------------- ----------------------- RPP ---------------------------- + cd rpp + sh -x mkpkg.sh + set -e + echo ----------------------- RPPFOR ------------------------- ----------------------- RPPFOR ------------------------- + cd rppfor + sh -x mkpkg.sh + set -e + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 addchr.f allblk.f alldig.f baderr.f balpar.f beginc.f baderr.f: In function ‘baderr_’: baderr.f:5:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ baderr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ beginc.f: In function ‘beginc_’: beginc.f:71:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ beginc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 brknxt.f cascod.f caslab.f declco.f deftok.f doarth.f cascod.f: In function ‘cascod_’: cascod.f:100:52: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] if (.not.(i .lt. swlast .and. ub .ge. swstak (i)))goto 23019 ^~~~ cascod.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ declco.f: In function ‘declco_’: declco.f:104:25: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] call outtab ^ declco.f:120:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ declco.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ deftok.f: In function ‘deftok_’: deftok.f:101:21: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.((ifl .eq. 1 .and. c .eq. -15) .or. (ifl .eq. 0 .and. c . ~~~~~~~~~^~~~~~~~~~~~~ deftok.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 docode.f doif.f doincr.f domac.f dostat.f dosub.f + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 eatup.f elseif.f endcod.f entdef.f entdkw.f entfkw.f eatup.f: In function ‘eatup_’: eatup.f:96:64: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(t .eq. 44 .or. t .eq. 43 .or. t .eq. 45 .or. t .eq. 42 . ~~~~~~~~^~~~~~~~~ *or. (t .eq. 47 .and. body .eq. 1) .or. t .eq. 40 .or. t .eq. 38 .o ~~~~~~~~~~~~~~~~~~ eatup.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ endcod.f: In function ‘endcod_’: endcod.f:95:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ endcod.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ entfkw.f: In function ‘entfkw_’: entfkw.f:68:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ entfkw.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 entrkw.f entxkw.f errchk.f errgo.f errorc.f evalr.f entxkw.f: In function ‘entxkw_’: entxkw.f:171:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ entxkw.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ errchk.f: In function ‘errchk_’: errchk.f:102:33: warning: variable ‘ntok’ set but not used [-Wunused-but-set-variable] 23008 continue ^ errchk.f:121:1: warning: control reaches end of non-void function [-Wreturn-type] c lastt0 last_tok ^ errchk.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ errgo.f: In function ‘errgo_’: errgo.f:83:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ errgo.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ errorc.f: In function ‘errorc_’: errorc.f:72:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ errorc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ evalr.f: In function ‘evalr_’: evalr.f:96:20: warning: variable ‘delim’ set but not used [-Wunused-but-set-variable] if (.not.(evalst(k) .eq. 39 .or. evalst(k) .eq. 34))goto 23013 ^~~~~ evalr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 finit.f forcod.f fors.f getdef.f gettok.f gnbtok.f + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 gocode.f gtok.f ifcode.f iferrc.f ifgo.f ifparm.f gocode.f: In function ‘gocode_’: gocode.f:82:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ gocode.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ gtok.f: In function ‘gtok_’: gtok.f:91:22: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(((65.le.c.and.c.le.90).or.(97.le.c.and.c.le.122))))goto ~~~~~~~~~~^~~~~~~~~~~~ gtok.f:106:25: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(.not.((65.le.c.and.c.le.90).or.(97.le.c.and.c.le.122)) . ~~~~~~~~~~^~~~~~~~~~~~ gtok.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ ifgo.f: In function ‘ifgo_’: ifgo.f:86:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ ifgo.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 indent.f initkw.f labelc.f labgen.f lex.f litral.f indent.f: In function ‘indent_’: indent.f:66:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ indent.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 lndict.f ludef.f mapid.f ngetch.f ogotos.f otherc.f mapid.f: In function ‘mapid_’: mapid.f:14:1: warning: control reaches end of non-void function [-Wreturn-type] mapid.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ ogotos.f: In function ‘ogotos_’: ogotos.f:77:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ ogotos.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ otherc.f: In function ‘otherc_’: otherc.f:66:28: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(((65.le.lexstr (1).and.lexstr (1).le.90).or.(97.le.lexst ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ otherc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 outch.f outcon.f outdon.f outdwe.f outgo.f outnum.f outch.f: In function ‘outch_’: outch.f:118:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ outch.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ outdwe.f: In function ‘outdwe_’: outdwe.f:4:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ outdwe.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ outgo.f: In function ‘outgo_’: outgo.f:68:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ outgo.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 outstr.f outtab.f parse.f pbnum.f pbstr.f poicod.f parse.f: In function ‘parse_’: parse.f:256:1: warning: control reaches end of non-void function [-Wreturn-type] c pushs0 push_stack ^ parse.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ pbstr.f: In function ‘pbstr_’: pbstr.f:76:1: warning: control reaches end of non-void function [-Wreturn-type] pbstr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ poicod.f: In function ‘poicod_’: poicod.f:139:1: warning: control reaches end of non-void function [-Wreturn-type] subroutine poidec (str) ^ poicod.f: In function ‘poidec_’: poicod.f:144:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ poicod.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 push.f putbak.f putchr.f puttok.f ratfor.f relate.f ratfor.f: In function ‘ratfor_’: ratfor.f:127:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ ratfor.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 repcod.f retcod.f sdupl.f skpblk.f squash.f strdcl.f squash.f: In function ‘squash_’: squash.f:76:26: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(((65.le.id(i).and.id(i).le.90).or.(97.le.id(i).and.id(i) ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ squash.f:77:23: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] *.le.122)) .or. (48.le.id(i).and.id(i).le.57)))goto 23007 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ squash.f:103:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ squash.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 swcode.f swend.f swvar.f synerr.f thenco.f ulstal.f swend.f: In function ‘swend_’: swend.f:84:57: warning: suggest parentheses around ‘-’ inside ‘<<’ [-Wparentheses] swn = swvstk(swvlev) swend.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ synerr.f: In function ‘synerr_’: synerr.f:105:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] synerr.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 uniqid.f unstak.f untils.f whilec.f whiles.f uniqid.f: In function ‘uniqid_’: uniqid.f:116:1: warning: control reaches end of non-void function [-Wreturn-type] c logic0 logical_column ^ uniqid.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ unstak.f: In function ‘unstak_’: unstak.f:59:1: warning: control reaches end of non-void function [-Wreturn-type] unstak.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ untils.f: In function ‘untils_’: untils.f:100:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] untils.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + ar rv librpp.a addchr.o allblk.o alldig.o baderr.o balpar.o beginc.o brknxt.o cascod.o caslab.o declco.o deftok.o doarth.o docode.o doif.o doincr.o domac.o dostat.o dosub.o eatup.o elseif.o endcod.o entdef.o entdkw.o entfkw.o entrkw.o entxkw.o errchk.o errgo.o errorc.o evalr.o finit.o forcod.o fors.o getdef.o gettok.o gnbtok.o gocode.o gtok.o ifcode.o iferrc.o ifgo.o ifparm.o indent.o initkw.o labelc.o labgen.o lex.o litral.o lndict.o ludef.o mapid.o ngetch.o ogotos.o otherc.o outch.o outcon.o outdon.o outdwe.o outgo.o outnum.o outstr.o outtab.o parse.o pbnum.o pbstr.o poicod.o push.o putbak.o putchr.o puttok.o ratfor.o relate.o repcod.o retcod.o sdupl.o skpblk.o squash.o strdcl.o swcode.o swend.o swvar.o synerr.o thenco.o ulstal.o uniqid.o unstak.o untils.o whilec.o whiles.o ar: librpp.a を作成しています a - addchr.o a - allblk.o a - alldig.o a - baderr.o a - balpar.o a - beginc.o a - brknxt.o a - cascod.o a - caslab.o a - declco.o a - deftok.o a - doarth.o a - docode.o a - doif.o a - doincr.o a - domac.o a - dostat.o a - dosub.o a - eatup.o a - elseif.o a - endcod.o a - entdef.o a - entdkw.o a - entfkw.o a - entrkw.o a - entxkw.o a - errchk.o a - errgo.o a - errorc.o a - evalr.o a - finit.o a - forcod.o a - fors.o a - getdef.o a - gettok.o a - gnbtok.o a - gocode.o a - gtok.o a - ifcode.o a - iferrc.o a - ifgo.o a - ifparm.o a - indent.o a - initkw.o a - labelc.o a - labgen.o a - lex.o a - litral.o a - lndict.o a - ludef.o a - mapid.o a - ngetch.o a - ogotos.o a - otherc.o a - outch.o a - outcon.o a - outdon.o a - outdwe.o a - outgo.o a - outnum.o a - outstr.o a - outtab.o a - parse.o a - pbnum.o a - pbstr.o a - poicod.o a - push.o a - putbak.o a - putchr.o a - puttok.o a - ratfor.o a - relate.o a - repcod.o a - retcod.o a - sdupl.o a - skpblk.o a - squash.o a - strdcl.o a - swcode.o a - swend.o a - swvar.o a - synerr.o a - thenco.o a - ulstal.o a - uniqid.o a - unstak.o a - untils.o a - whilec.o a - whiles.o + ranlib librpp.a + mv -f librpp.a .. + rm addchr.o allblk.o alldig.o baderr.o balpar.o beginc.o brknxt.o cascod.o caslab.o declco.o deftok.o doarth.o docode.o doif.o doincr.o domac.o dostat.o dosub.o eatup.o elseif.o endcod.o entdef.o entdkw.o entfkw.o entrkw.o entxkw.o errchk.o errgo.o errorc.o evalr.o finit.o forcod.o fors.o getdef.o gettok.o gnbtok.o gocode.o gtok.o ifcode.o iferrc.o ifgo.o ifparm.o indent.o initkw.o labelc.o labgen.o lex.o litral.o lndict.o ludef.o mapid.o ngetch.o ogotos.o otherc.o outch.o outcon.o outdon.o outdwe.o outgo.o outnum.o outstr.o outtab.o parse.o pbnum.o pbstr.o poicod.o push.o putbak.o putchr.o puttok.o ratfor.o relate.o repcod.o retcod.o sdupl.o skpblk.o squash.o strdcl.o swcode.o swend.o swvar.o synerr.o thenco.o ulstal.o uniqid.o unstak.o untils.o whilec.o whiles.o + echo ----------------------- RATLIBF ------------------------ ----------------------- RATLIBF ------------------------ + cd ratlibf + sh -x mkpkg.sh + set -e + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 addset.f addstr.f amatch.f catsub.f clower.f concat.f catsub.f: In function ‘catsub_’: catsub.f:4:32: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] integer maxnew ^ catsub.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 ctoc.f ctoi.f ctomn.f cupper.f delete.f docant.f dodash.f dodash.f: In function ‘dodash_’: dodash.f:10:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] limit = index (valid, esc (array, i)) ^~~~ dodash.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 dsdbiu.f dsdump.f dsfree.f dsget.f dsinit.f enter.f equal.f dsfree.f: In function ‘dsfree_’: dsfree.f:16:42: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] q = p ^ dsfree.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ dsget.f: In function ‘dsget_’: dsget.f:22:44: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] call dsdump (48) ^ dsget.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 error.f errsub.f esc.f fcopy.f filset.f fmtdat.f fold.f error.f: In function ‘error_’: error.f:5:1: warning: control reaches end of non-void function [-Wreturn-type] end ^ error.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ filset.f: In function ‘filset_’: filset.f:21:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] data upalf(1)/65/,upalf(2)/66/,upalf(3)/67/,upalf(4)/68/,upalf(5)/ ^~~~ filset.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 gctoi.f getc.f getccl.f getpat.f getwrd.f gfnarg.f index.f gctoi.f: In function ‘gctoi_’: gctoi.f:24:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.(str (i + 2) .eq. 114 .and. str (i) .eq. 49 .and. (48.le. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ *str (i + 1).and.str (i + 1).le.57) .or. str (i + 1) .eq. 114 .and. ~~~~~~~~~~~~~~~~~~~~ gctoi.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ getccl.f: In function ‘getccl_’: getccl.f:16:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] call filset (93, arg, i, pat, j, 128) ^~~~ getccl.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 insub.f itoc.f length.f locate.f lookup.f lower.f makpat.f makpat.f: In function ‘makpat_’: makpat.f:21:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] goto 23006 ^ makpat.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 maksub.f match.f mktabl.f mntoc.f omatch.f outsub.f patsiz.f maksub.f: In function ‘maksub_’: maksub.f:17:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] i = i + 1 ^ maksub.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ mntoc.f: In function ‘mntoc_’: mntoc.f:25:29: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 23001 if (.not.(.not. (((65.le.buf (p).and.buf (p).le.90).or.(97.le.buf ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ mntoc.f:26:27: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] *(p).and.buf (p).le.122)) .or. (48.le.buf (p).and.buf (p).le.57)) . ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ mntoc.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 prompt.f putc.f putdec.f putint.f putstr.f query.f rmtabl.f putint.f: In function ‘putint_’: putint.f:9:20: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] return ^ putint.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 scopy.f sctabl.f sdrop.f skipbl.f slstr.f stake.f stclos.f stclos.f: In function ‘stclos_’: stclos.f:14:28: warning: variable ‘junk’ set but not used [-Wunused-but-set-variable] stclos = lastj ^ stclos.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 stcopy.f stlu.f strcmp.f strim.f termin.f trmout.f type.f type.f: In function ‘type_’: type.f:3:23: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (.not.((97 .le. c .and. c .le. 122) .or. (65 .le. c .and. c .le ~~~~~~~~~~~^~~~~~~~~~~~~~ type.f: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ + /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//f77.sh -c -g -DBLD_KERNEL -O2 upper.f wkday.f + ar rv libf.a addset.o addstr.o amatch.o catsub.o clower.o concat.o ctoc.o ctoi.o ctomn.o cupper.o delete.o docant.o dodash.o dsdbiu.o dsdump.o dsfree.o dsget.o dsinit.o enter.o equal.o error.o errsub.o esc.o fcopy.o filset.o fmtdat.o fold.o gctoi.o getc.o getccl.o getpat.o getwrd.o gfnarg.o index.o insub.o itoc.o length.o locate.o lookup.o lower.o makpat.o maksub.o match.o mktabl.o mntoc.o omatch.o outsub.o patsiz.o prompt.o putc.o putdec.o putint.o putstr.o query.o rmtabl.o scopy.o sctabl.o sdrop.o skipbl.o slstr.o stake.o stclos.o stcopy.o stlu.o strcmp.o strim.o termin.o trmout.o type.o upper.o wkday.o ar: libf.a を作成しています a - addset.o a - addstr.o a - amatch.o a - catsub.o a - clower.o a - concat.o a - ctoc.o a - ctoi.o a - ctomn.o a - cupper.o a - delete.o a - docant.o a - dodash.o a - dsdbiu.o a - dsdump.o a - dsfree.o a - dsget.o a - dsinit.o a - enter.o a - equal.o a - error.o a - errsub.o a - esc.o a - fcopy.o a - filset.o a - fmtdat.o a - fold.o a - gctoi.o a - getc.o a - getccl.o a - getpat.o a - getwrd.o a - gfnarg.o a - index.o a - insub.o a - itoc.o a - length.o a - locate.o a - lookup.o a - lower.o a - makpat.o a - maksub.o a - match.o a - mktabl.o a - mntoc.o a - omatch.o a - outsub.o a - patsiz.o a - prompt.o a - putc.o a - putdec.o a - putint.o a - putstr.o a - query.o a - rmtabl.o a - scopy.o a - sctabl.o a - sdrop.o a - skipbl.o a - slstr.o a - stake.o a - stclos.o a - stcopy.o a - stlu.o a - strcmp.o a - strim.o a - termin.o a - trmout.o a - type.o a - upper.o a - wkday.o + ranlib libf.a + mv -f libf.a .. + rm addset.o addstr.o amatch.o catsub.o clower.o concat.o ctoc.o ctoi.o ctomn.o cupper.o delete.o docant.o dodash.o dsdbiu.o dsdump.o dsfree.o dsget.o dsinit.o enter.o equal.o error.o errsub.o esc.o fcopy.o filset.o fmtdat.o fold.o gctoi.o getc.o getccl.o getpat.o getwrd.o gfnarg.o index.o insub.o itoc.o length.o locate.o lookup.o lower.o makpat.o maksub.o match.o mktabl.o mntoc.o omatch.o outsub.o patsiz.o prompt.o putc.o putdec.o putint.o putstr.o query.o rmtabl.o scopy.o sctabl.o sdrop.o skipbl.o slstr.o stake.o stclos.o stcopy.o stlu.o strcmp.o strim.o termin.o trmout.o type.o upper.o wkday.o + echo ----------------------- RATLIBC ------------------------ ----------------------- RATLIBC ------------------------ + cd ratlibc + sh -x mkpkg.sh + set -e + gcc -c -g -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include cant.c close.c endst.c getarg.c getlin.c initst.c open.c putch.c putlin.c r4tocstr.c remark.c + ar rv libc.a cant.o close.o endst.o getarg.o getlin.o initst.o open.o putch.o putlin.o r4tocstr.o remark.o ar: libc.a を作成しています a - cant.o a - close.o a - endst.o a - getarg.o a - getlin.o a - initst.o a - open.o a - putch.o a - putlin.o a - r4tocstr.o a - remark.o + ranlib libc.a + mv -f libc.a .. + rm cant.o close.o endst.o getarg.o getlin.o initst.o open.o putch.o putlin.o r4tocstr.o remark.o + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include rpp.c + gcc rpp.o librpp.a libf.a libc.a -o rpp.e + mv -f rpp.e ../../../hlib + rm libc.a libf.a librpp.a rpp.o + echo ----------------------- XYACC -------------------------- ----------------------- XYACC -------------------------- + cd xyacc + sh -x mkpkg.sh + set -e + gcc -c -g -Wall -O2 -I/home/sasaki/iraf/iraf-2.16.1-2018.11.01/include y1.c y2.c y3.c y4.c y2.c: In function ‘setup’: y2.c:188:11: warning: variable ‘sym_prefix’ set but not used [-Wunused-but-set-variable] char *sym_prefix = ""; ^~~~~~~~~~ y2.c: In function ‘cpyact’: y2.c:1389:10: warning: variable ‘id_name’ set but not used [-Wunused-but-set-variable] char id_name[NAMESIZE + 1]; ^~~~~~~ y2.c:1388:36: warning: variable ‘argument’ set but not used [-Wunused-but-set-variable] int brac, c, match, j, s, tok, argument; ^~~~~~~~ + gcc y1.o y2.o y3.o y4.o /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libboot.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib/libos.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/libf2c.a -lm -o xyacc.e + mv -f xyacc.e ../../hlib + cp yaccpar.x ../../../lib + rm -f y1.o y2.o y3.o y4.o renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//generic.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/generic.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//mkpkg.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/mkpkg.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//rmbin.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/rmbin.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//rmfiles.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/rmfiles.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//rpp.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/rpp.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//rtar.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/rtar.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//wtar.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/wtar.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//xc.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/xc.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//xpp.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/xpp.e' renamed '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/hlib//xyacc.e' -> '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/unix/bin.linux64/xyacc.e' make[1]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor' に入ります ./mklibs Building support libraries .... (Using toplevel directory /home/sasaki/iraf/iraf-2.16.1-2018.11.01 ....) Building CFITSIO libs ....checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gfortran... no checking for g95... no checking for g77... no checking for f77... no checking for ifort... no checking for f95... no checking for f90... no checking for xlf... no checking for cf77... no checking for gf77... no checking for af77... no checking for ncf... no checking for f2c... no configure: WARNING: cfitsio: == No acceptable Fortran compiler found in $PATH configure: cfitsio: == Adding wrapper support for GNU Fortran by default checking for ar... ar checking for ranlib... ranlib checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes cfitsio: == Using gcc version 7 checking for curl-config... curl-config checking whether ftruncate works... yes checking whether long long is defined... yes checking whether system V style IPC services are supported... yes checking do we have flock_t defined in sys/fcntl.h... no checking do we have flock_t defined in sys/flock.h... no checking do we have union semun defined... no checking for library containing gethostbyname... none required checking for library containing connect... none required configure: creating ./config.status config.status: creating Makefile configure: creating ./config.status config.status: creating Makefile config.status: creating cfitsio.pc Congratulations, Makefile update was successful. You may want to run "make" now. make[2]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor/cfitsio' に入ります /bin/rm -rf *.o zlib/*.o *.dSYM libcfitsio* y.output so_locations \ cookbook fitscopy imcopy smem speed testprog fpack funpack testprog.fit make[3]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor/cfitsio' に入ります gcc -c -o ./buffers.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 buffers.c gcc -c -o ./cfileio.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 cfileio.c cfileio.c: In function ‘ffeopn’: cfileio.c:419:11: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ cfileio.c: In function ‘fits_get_token’: cfileio.c:6964:12: warning: variable ‘dval’ set but not used [-Wunused-but-set-variable] double dval; ^~~~ cfileio.c: In function ‘fits_get_token2’: cfileio.c:7019:12: warning: variable ‘dval’ set but not used [-Wunused-but-set-variable] double dval; ^~~~ gcc -c -o ./checksum.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 checksum.c gcc -c -o ./drvrfile.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 drvrfile.c drvrfile.c: In function ‘file_truncate’: drvrfile.c:465:5: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] ftruncate(fdesc, (OFF_T) filesize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -o ./drvrmem.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 drvrmem.c drvrmem.c: In function ‘mem_rawfile_open’: drvrmem.c:944:11: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (cptr && *cptr == ',') ^~ drvrmem.c:946:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ dim[4] = strtol(cptr+1, &cptr2, 10); ^~~ drvrmem.c: In function ‘mem_compress_open’: drvrmem.c:607:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, 4L, diskfile); /* read 4 bytes */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drvrmem.c:652:9: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, 1, 4L, diskfile); /* read 4 bytes */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -o ./drvrnet.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 drvrnet.c drvrnet.c: In function ‘http_open_network’: drvrnet.c:746:9: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ drvrnet.c: In function ‘https_open’: drvrnet.c:1055:82: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] snprintf(errStr,MAXLEN,"Content-Length not a multiple of 2880 (https_open) %u", ~^ %lu inmem.size); ~~~~~~~~~~ drvrnet.c: In function ‘https_file_open’: drvrnet.c:1139:64: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] "Content-Length not a multiple of 2880 (https_file_open) %d", ~^ %ld inmem.size); ~~~~~~~~~~ drvrnet.c: In function ‘ftp_open_network’: drvrnet.c:1854:9: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ drvrnet.c:1839:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] int status; ^~~~~~ drvrnet.c: In function ‘ftp_file_exist’: drvrnet.c:2134:9: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ drvrnet.c:2119:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] int status; ^~~~~~ drvrnet.c: In function ‘ftp_checkfile’: drvrnet.c:2910:7: warning: unused variable ‘sock’ [-Wunused-variable] int sock; ^~~~ drvrnet.c:2909:9: warning: unused variable ‘command’ [-Wunused-variable] FILE *command; ^~~~~~~ drvrnet.c:2908:9: warning: unused variable ‘ftpfile’ [-Wunused-variable] FILE *ftpfile; ^~~~~~~ drvrnet.c: In function ‘root_size’: drvrnet.c:3226:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] int status; ^~~~~~ drvrnet.c: In function ‘root_close’: drvrnet.c:3244:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] int status; ^~~~~~ drvrnet.c: In function ‘root_flush’: drvrnet.c:3259:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] int status; ^~~~~~ drvrnet.c: In function ‘root_openfile’: drvrnet.c:3394:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(recbuf,MAXLEN,stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~ drvrnet.c:3427:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(recbuf,MAXLEN,stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~ drvrnet.c: In function ‘http_open_network’: drvrnet.c:3600:8: warning: ‘sr’ may be used uninitialized in this function [-Wmaybe-uninitialized] sr <<= (6-((8*byte)%6))%6; ~~~^~~~~~~~~~~~~~~~~~~~~~ drvrnet.c:3591:23: note: ‘sr’ was declared here unsigned long int sr; ^~ gcc -c -o ./drvrsmem.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 drvrsmem.c gcc -c -o ./editcol.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 editcol.c editcol.c: In function ‘ffccls’: editcol.c:1882:9: warning: variable ‘typecodes’ set but not used [-Wunused-but-set-variable] int typecodes[1000]; ^~~~~~~~~ editcol.c:1881:24: warning: unused variable ‘fvalues’ [-Wunused-variable] float fnull = 0., *fvalues = 0; ^~~~~~~ editcol.c:1881:11: warning: unused variable ‘fnull’ [-Wunused-variable] float fnull = 0., *fvalues = 0; ^~~~~ editcol.c:1880:26: warning: unused variable ‘dvalues’ [-Wunused-variable] double dnull = 0.l, *dvalues = 0; ^~~~~~~ editcol.c:1880:12: warning: unused variable ‘dnull’ [-Wunused-variable] double dnull = 0.l, *dvalues = 0; ^~~~~ editcol.c:1879:10: warning: unused variable ‘nulstr’ [-Wunused-variable] char nulstr[] = {'\5', '\0'}; /* unique null string value */ ^~~~~~ editcol.c:1878:36: warning: unused variable ‘strarray’ [-Wunused-variable] char *lvalues = 0, nullflag, **strarray = 0; ^~~~~~~~ editcol.c:1878:24: warning: unused variable ‘nullflag’ [-Wunused-variable] char *lvalues = 0, nullflag, **strarray = 0; ^~~~~~~~ editcol.c:1878:11: warning: unused variable ‘lvalues’ [-Wunused-variable] char *lvalues = 0, nullflag, **strarray = 0; ^~~~~~~ editcol.c:1875:31: warning: unused variable ‘ii’ [-Wunused-variable] long firstrow, firstelem, ii; ^~ editcol.c:1875:20: warning: unused variable ‘firstelem’ [-Wunused-variable] long firstrow, firstelem, ii; ^~~~~~~~~ editcol.c:1875:10: warning: unused variable ‘firstrow’ [-Wunused-variable] long firstrow, firstelem, ii; ^~~~~~~~ editcol.c:1874:50: warning: unused variable ‘npixels’ [-Wunused-variable] long inloop, outloop, maxloop, ndone, ntodo, npixels; ^~~~~~~ editcol.c:1874:43: warning: unused variable ‘ntodo’ [-Wunused-variable] long inloop, outloop, maxloop, ndone, ntodo, npixels; ^~~~~ editcol.c:1874:36: warning: unused variable ‘ndone’ [-Wunused-variable] long inloop, outloop, maxloop, ndone, ntodo, npixels; ^~~~~ editcol.c:1874:27: warning: unused variable ‘maxloop’ [-Wunused-variable] long inloop, outloop, maxloop, ndone, ntodo, npixels; ^~~~~~~ editcol.c:1874:18: warning: unused variable ‘outloop’ [-Wunused-variable] long inloop, outloop, maxloop, ndone, ntodo, npixels; ^~~~~~~ editcol.c:1874:10: warning: unused variable ‘inloop’ [-Wunused-variable] long inloop, outloop, maxloop, ndone, ntodo, npixels; ^~~~~~ editcol.c:1873:58: warning: unused variable ‘outrows’ [-Wunused-variable] long tfields, repeat, orepeat, width, owidth, nrows, outrows; ^~~~~~~ editcol.c:1873:51: warning: unused variable ‘nrows’ [-Wunused-variable] long tfields, repeat, orepeat, width, owidth, nrows, outrows; ^~~~~ editcol.c:1871:47: warning: unused variable ‘anynull’ [-Wunused-variable] int tstatus, colnum, typecode, otypecode, anynull; ^~~~~~~ gcc -c -o ./edithdu.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 edithdu.c gcc -c -o ./eval_l.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 eval_l.c:1730:16: warning: ‘input’ defined but not used [-Wunused-function] :1689:17: warning: ‘ffunput’ defined but not used [-Wunused-function] gcc -c -o ./eval_y.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 eval_y.c eval.y: In function ‘Do_Offset’: eval.y:2217:8: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] eval.y: In function ‘Do_Deref’: eval.y:4987:15: warning: statement with no effect [-Wunused-value] eval.y:5081:15: warning: statement with no effect [-Wunused-value] gcc -c -o ./eval_f.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 eval_f.c eval_f.c: In function ‘fits_pixel_filter’: eval_f.c:2601:8: warning: variable ‘datatype’ set but not used [-Wunused-but-set-variable] int datatype; ^~~~~~~~ gcc -c -o ./fitscore.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 fitscore.c fitscore.c: In function ‘ffmkky’: fitscore.c:1033:11: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ fitscore.c: In function ‘fftheap’: fitscore.c:6003:75: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] "Descriptor in row %ld, column %d has invalid heap address", ^ In file included from /usr/include/stdio.h:862:0, from fitsio.h:61, from fitsio2.h:4, from fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 55 and 82 bytes into a destination of size 81 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fitscore.c: In function ‘ffcmph’: fitscore.c:6141:69: warning: ‘ blocks.’ directive output may be truncated writing 8 bytes into a region of size between 7 and 23 [-Wformat-truncation=] "Failed to extend the size of the variable length heap by %ld blocks.", ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from fitsio.h:61, from fitsio2.h:4, from fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 67 and 83 bytes into a destination of size 81 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fitscore.c: In function ‘ffgcprll’: fitscore.c:5879:69: warning: ‘ blocks.’ directive output may be truncated writing 8 bytes into a region of size between 7 and 23 [-Wformat-truncation=] "Failed to extend the size of the variable length heap by %ld blocks.", ^~~~~~~~ In file included from /usr/include/stdio.h:862:0, from fitsio.h:61, from fitsio2.h:4, from fitscore.c:46: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 67 and 83 bytes into a destination of size 81 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -o ./getcol.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcol.c gcc -c -o ./getcolb.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcolb.c gcc -c -o ./getcold.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcold.c gcc -c -o ./getcole.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcole.c gcc -c -o ./getcoli.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcoli.c gcc -c -o ./getcolj.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcolj.c gcc -c -o ./getcolk.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcolk.c gcc -c -o ./getcoll.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcoll.c gcc -c -o ./getcols.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcols.c gcc -c -o ./getcolsb.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcolsb.c gcc -c -o ./getcoluk.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcoluk.c gcc -c -o ./getcolui.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcolui.c gcc -c -o ./getcoluj.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getcoluj.c getcoluj.c: In function ‘ffgclujj’: getcoluj.c:2627:9: warning: variable ‘convert’ set but not used [-Wunused-but-set-variable] int convert, nulcheck, readcheck = 0; ^~~~~~~ gcc -c -o ./getkey.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 getkey.c getkey.c: In function ‘ffgky’: getkey.c:289:12: warning: unused variable ‘doubleval’ [-Wunused-variable] double doubleval; ^~~~~~~~~ gcc -c -o ./group.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 group.c group.c: In function ‘ffgtrm’: group.c:596:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for(i = nmembers; i > 0 && *status == 0; --i) ^~~ group.c:599:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ break; ^~~~~ group.c: In function ‘ffgtam’: group.c:1309:7: warning: variable ‘useLocation’ set but not used [-Wunused-but-set-variable] int useLocation = 0; ^~~~~~~~~~~ group.c: In function ‘fits_url2path’: group.c:5396:7: warning: variable ‘absolute’ set but not used [-Wunused-but-set-variable] int absolute; ^~~~~~~~ group.c: In function ‘fits_clean_url’: group.c:6065:9: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ gcc -c -o ./grparser.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 grparser.c grparser.c: In function ‘ngp_include_file’: grparser.c:519:10: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ gcc -c -o ./histo.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 histo.c histo.c: In function ‘fits_make_hist’: histo.c:2096:43: warning: variable ‘weightd’ set but not used [-Wunused-but-set-variable] double amind[4], amaxd[4], binsized[4], weightd; ^~~~~~~ histo.c: In function ‘fits_make_histd.part.2’: histo.c:2232:26: warning: ‘tmin[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized] histData.amin1 = tmin[0]; ~~~~^~~ histo.c:2233:30: warning: ‘maxbin[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized] histData.maxbin1 = maxbin[0]; ~~~~~~^~~ histo.c:2234:29: warning: ‘tbin[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized] histData.binsize1 = tbin[0]; ~~~~^~~ histo.c:2235:35: warning: ‘taxes[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized] histData.haxis1 = (long) taxes[0]; ~~~~~^~~ gcc -c -o ./iraffits.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 iraffits.c iraffits.c: In function ‘hgetc’: iraffits.c:1412:15: warning: unused variable ‘saveptr’ [-Wunused-variable] char *saveptr; ^~~~~~~ iraffits.c: In function ‘hputc’: iraffits.c:1900:10: warning: variable ‘blank’ set but not used [-Wunused-but-set-variable] char blank[80]; ^~~~~ gcc -c -o ./modkey.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 modkey.c gcc -c -o ./putcol.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcol.c gcc -c -o ./putcolb.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcolb.c gcc -c -o ./putcold.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcold.c gcc -c -o ./putcole.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcole.c gcc -c -o ./putcoli.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcoli.c gcc -c -o ./putcolj.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcolj.c gcc -c -o ./putcolk.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcolk.c gcc -c -o ./putcoluk.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcoluk.c gcc -c -o ./putcoll.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcoll.c putcoll.c: In function ‘ffpclx’: putcoll.c:219:14: warning: variable ‘offset’ set but not used [-Wunused-but-set-variable] LONGLONG offset, bstart, repeat, rowlen, elemnum, rstart, estart, tnull; ^~~~~~ gcc -c -o ./putcols.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcols.c gcc -c -o ./putcolsb.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcolsb.c gcc -c -o ./putcolu.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcolu.c gcc -c -o ./putcolui.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcolui.c gcc -c -o ./putcoluj.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putcoluj.c putcoluj.c: In function ‘ffpprujj’: putcoluj.c:1010:19: warning: unused variable ‘nullvalue’ [-Wunused-variable] unsigned long nullvalue; ^~~~~~~~~ putcoluj.c: In function ‘ffp3dujj’: putcoluj.c:1109:30: warning: unused variable ‘lpixel’ [-Wunused-variable] long fpixel[3]= {1,1,1}, lpixel[3]; ^~~~~~ putcoluj.c:1109:10: warning: unused variable ‘fpixel’ [-Wunused-variable] long fpixel[3]= {1,1,1}, lpixel[3]; ^~~~~~ gcc -c -o ./putkey.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 putkey.c putkey.c: In function ‘ffphbn’: putkey.c:2617:14: warning: unused variable ‘colptr’ [-Wunused-variable] tcolumn *colptr; ^~~~~~ gcc -c -o ./region.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 region.c region.c: In function ‘fits_read_ascii_region’: region.c:119:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets( currLine+lineLen, allocLen+1, rgnFile ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -o ./scalnull.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 scalnull.c gcc -c -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 swapproc.c gcc -c -o ./wcssub.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 wcssub.c gcc -c -o ./wcsutil.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 wcsutil.c gcc -c -o ./imcompress.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 imcompress.c imcompress.c: In function ‘fits_read_write_compressed_img’: imcompress.c:4625:10: warning: variable ‘inc’ set but not used [-Wunused-but-set-variable] long inc[MAX_COMPRESS_DIM]; ^~~ imcompress.c: In function ‘imcomp_test_overlap’: imcompress.c:6797:10: warning: variable ‘imglpix’ set but not used [-Wunused-but-set-variable] long imglpix[MAX_COMPRESS_DIM]; /* last img pix overlapping tile 0 base, */ ^~~~~~~ imcompress.c:6795:10: warning: variable ‘imgfpix’ set but not used [-Wunused-but-set-variable] long imgfpix[MAX_COMPRESS_DIM]; /* 1st img pix overlapping tile: 0 base, */ ^~~~~~~ imcompress.c: In function ‘fits_uncompress_table’: imcompress.c:8577:54: warning: variable ‘cmajor_bytespan’ set but not used [-Wunused-but-set-variable] LONGLONG cmajor_repeat[999], rmajor_repeat[999], cmajor_bytespan[999], kk; ^~~~~~~~~~~~~~~ imcompress.c:8577:14: warning: variable ‘cmajor_repeat’ set but not used [-Wunused-but-set-variable] LONGLONG cmajor_repeat[999], rmajor_repeat[999], cmajor_bytespan[999], kk; ^~~~~~~~~~~~~ gcc -c -o ./quantize.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 quantize.c quantize.c: In function ‘quick_select_float’: quantize.c:3722:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (hh <= median) ^~ quantize.c:3724:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (hh >= median) ^~ quantize.c: In function ‘quick_select_short’: quantize.c:3778:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (hh <= median) ^~ quantize.c:3780:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (hh >= median) ^~ quantize.c: In function ‘quick_select_int’: quantize.c:3834:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (hh <= median) ^~ quantize.c:3836:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (hh >= median) ^~ quantize.c: In function ‘quick_select_longlong’: quantize.c:3890:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (hh <= median) ^~ quantize.c:3892:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (hh >= median) ^~ quantize.c: In function ‘quick_select_double’: quantize.c:3946:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (hh <= median) ^~ quantize.c:3948:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ if (hh >= median) ^~ At top level: quantize.c:3641:12: warning: ‘FnCompare_float’ defined but not used [-Wunused-function] static int FnCompare_float(const void *v1, const void *v2) ^~~~~~~~~~~~~~~ quantize.c:3628:12: warning: ‘FnCompare_int’ defined but not used [-Wunused-function] static int FnCompare_int(const void *v1, const void *v2) ^~~~~~~~~~~~~ quantize.c:3615:12: warning: ‘FnCompare_short’ defined but not used [-Wunused-function] static int FnCompare_short(const void *v1, const void *v2) ^~~~~~~~~~~~~~~ quantize.c:3494:12: warning: ‘FnNoise1_double’ defined but not used [-Wunused-function] static int FnNoise1_double ^~~~~~~~~~~~~~~ quantize.c:2487:12: warning: ‘FnNoise3_int’ defined but not used [-Wunused-function] static int FnNoise3_int ^~~~~~~~~~~~ quantize.c:2269:12: warning: ‘FnNoise3_short’ defined but not used [-Wunused-function] static int FnNoise3_short ^~~~~~~~~~~~~~ quantize.c: In function ‘fits_img_stats_short’: quantize.c:510:27: warning: ‘ngood’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (ngoodpix) *ngoodpix = ngood; ~~~~~~~~~~^~~~~~~ quantize.c: In function ‘fits_img_stats_int’: quantize.c:569:27: warning: ‘ngood’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (ngoodpix) *ngoodpix = ngood; ~~~~~~~~~~^~~~~~~ gcc -c -o ./ricecomp.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 ricecomp.c ricecomp.c: In function ‘fits_rcomp’: ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:259:7: note: in expansion of macro ‘putcbuf’ putcbuf(lbitbuffer & 0xff,buffer); ^~~~~~~ ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:262:4: note: in expansion of macro ‘putcbuf’ putcbuf(0, buffer); ^~~~~~~ ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:278:4: note: in expansion of macro ‘putcbuf’ putcbuf((lbitbuffer>>(-lbits_to_go)) & 0xff,buffer); ^~~~~~~ ricecomp.c: In function ‘fits_rcomp_short’: ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:490:7: note: in expansion of macro ‘putcbuf’ putcbuf(lbitbuffer & 0xff,buffer); ^~~~~~~ ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:492:4: note: in expansion of macro ‘putcbuf’ putcbuf(0, buffer); ^~~~~~~ ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:508:4: note: in expansion of macro ‘putcbuf’ putcbuf((lbitbuffer>>(-lbits_to_go)) & 0xff,buffer); ^~~~~~~ ricecomp.c: In function ‘fits_rcomp_byte’: ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:715:7: note: in expansion of macro ‘putcbuf’ putcbuf(lbitbuffer & 0xff,buffer); ^~~~~~~ ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:717:4: note: in expansion of macro ‘putcbuf’ putcbuf(0, buffer); ^~~~~~~ ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:733:4: note: in expansion of macro ‘putcbuf’ putcbuf((lbitbuffer>>(-lbits_to_go)) & 0xff,buffer); ^~~~~~~ ricecomp.c: In function ‘output_nbits’: ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:804:2: note: in expansion of macro ‘putcbuf’ putcbuf(lbitbuffer & 0xff,buffer); ^~~~~~~ ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:816:2: note: in expansion of macro ‘putcbuf’ putcbuf((lbitbuffer>>(-lbits_to_go)) & 0xff,buffer); ^~~~~~~ ricecomp.c: In function ‘done_outputing_bits’: ricecomp.c:62:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define putcbuf(c,mf) ((*(mf->current)++ = c), 0) ~~~~~~~~~~~~~~~~~~~~~~~^~~~ ricecomp.c:829:2: note: in expansion of macro ‘putcbuf’ putcbuf(buffer->bitbuffer< bits_to_go,buffer); ^~~~~~~ gcc -c -o ./pliocomp.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 pliocomp.c gcc -c -o ./fits_hcompress.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 fits_hcompress.c gcc -c -o ./fits_hdecompress.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 fits_hdecompress.c gcc -c -o ./simplerng.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 simplerng.c gcc -c -o zlib/adler32.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/adler32.c gcc -c -o zlib/crc32.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/crc32.c gcc -c -o zlib/deflate.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/deflate.c gcc -c -o zlib/infback.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/infback.c gcc -c -o zlib/inffast.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/inffast.c gcc -c -o zlib/inflate.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/inflate.c gcc -c -o zlib/inftrees.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/inftrees.c gcc -c -o zlib/trees.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/trees.c gcc -c -o zlib/uncompr.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/uncompr.c gcc -c -o zlib/zcompress.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/zcompress.c gcc -c -o zlib/zuncompress.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/zuncompress.c gcc -c -o zlib/zutil.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 zlib/zutil.c gcc -c -o ./f77_wrap1.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 f77_wrap1.c f77_wrap1.c: In function ‘CFITS2Unit’: f77_wrap1.c:89:21: warning: variable ‘last_fptr’ set but not used [-Wunused-but-set-variable] static fitsfile *last_fptr = (fitsfile *)NULL; /* Remember last fptr */ ^~~~~~~~~ In file included from f77_wrap1.c:43:0: At top level: f77_wrap.h:231:13: warning: ‘C2FcopyLogVect’ defined but not used [-Wunused-function] static void C2FcopyLogVect(long size, int *A, char *B) ^~~~~~~~~~~~~~ f77_wrap.h:221:14: warning: ‘F2CcopyLogVect’ defined but not used [-Wunused-function] static char *F2CcopyLogVect(long size, int *A) ^~~~~~~~~~~~~~ f77_wrap.h:131:14: warning: ‘c2fstrv2’ defined but not used [-Wunused-function] static char *c2fstrv2(char* cstr, char *fstr, int celem_len, int felem_len, ^~~~~~~~ gcc -c -o ./f77_wrap2.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 f77_wrap2.c gcc -c -o ./f77_wrap3.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 f77_wrap3.c In file included from f77_wrap3.c:43:0: f77_wrap.h:231:13: warning: ‘C2FcopyLogVect’ defined but not used [-Wunused-function] static void C2FcopyLogVect(long size, int *A, char *B) ^~~~~~~~~~~~~~ f77_wrap.h:221:14: warning: ‘F2CcopyLogVect’ defined but not used [-Wunused-function] static char *F2CcopyLogVect(long size, int *A) ^~~~~~~~~~~~~~ gcc -c -o ./f77_wrap4.o -g -Wall -O2 -Dg77Fortran -fPIC -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DCFITSIO_HAVE_CURL=1 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_NET_SERVICES=1 f77_wrap4.c In file included from f77_wrap4.c:43:0: f77_wrap.h:131:14: warning: ‘c2fstrv2’ defined but not used [-Wunused-function] static char *c2fstrv2(char* cstr, char *fstr, int celem_len, int felem_len, ^~~~~~~~ ar rv libcfitsio.a buffers.o cfileio.o checksum.o drvrfile.o drvrmem.o drvrnet.o drvrsmem.o editcol.o edithdu.o eval_l.o eval_y.o eval_f.o fitscore.o getcol.o getcolb.o getcold.o getcole.o getcoli.o getcolj.o getcolk.o getcoll.o getcols.o getcolsb.o getcoluk.o getcolui.o getcoluj.o getkey.o group.o grparser.o histo.o iraffits.o modkey.o putcol.o putcolb.o putcold.o putcole.o putcoli.o putcolj.o putcolk.o putcoluk.o putcoll.o putcols.o putcolsb.o putcolu.o putcolui.o putcoluj.o putkey.o region.o scalnull.o swapproc.o wcssub.o wcsutil.o imcompress.o quantize.o ricecomp.o pliocomp.o fits_hcompress.o fits_hdecompress.o simplerng.o zlib/adler32.o zlib/crc32.o zlib/deflate.o zlib/infback.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/uncompr.o zlib/zcompress.o zlib/zuncompress.o zlib/zutil.o f77_wrap1.o f77_wrap2.o f77_wrap3.o f77_wrap4.o; \ ranlib libcfitsio.a; ar: libcfitsio.a を作成しています a - buffers.o a - cfileio.o a - checksum.o a - drvrfile.o a - drvrmem.o a - drvrnet.o a - drvrsmem.o a - editcol.o a - edithdu.o a - eval_l.o a - eval_y.o a - eval_f.o a - fitscore.o a - getcol.o a - getcolb.o a - getcold.o a - getcole.o a - getcoli.o a - getcolj.o a - getcolk.o a - getcoll.o a - getcols.o a - getcolsb.o a - getcoluk.o a - getcolui.o a - getcoluj.o a - getkey.o a - group.o a - grparser.o a - histo.o a - iraffits.o a - modkey.o a - putcol.o a - putcolb.o a - putcold.o a - putcole.o a - putcoli.o a - putcolj.o a - putcolk.o a - putcoluk.o a - putcoll.o a - putcols.o a - putcolsb.o a - putcolu.o a - putcolui.o a - putcoluj.o a - putkey.o a - region.o a - scalnull.o a - swapproc.o a - wcssub.o a - wcsutil.o a - imcompress.o a - quantize.o a - ricecomp.o a - pliocomp.o a - fits_hcompress.o a - fits_hdecompress.o a - simplerng.o a - zlib/adler32.o a - zlib/crc32.o a - zlib/deflate.o a - zlib/infback.o a - zlib/inffast.o a - zlib/inflate.o a - zlib/inftrees.o a - zlib/trees.o a - zlib/uncompr.o a - zlib/zcompress.o a - zlib/zuncompress.o a - zlib/zutil.o a - f77_wrap1.o a - f77_wrap2.o a - f77_wrap3.o a - f77_wrap4.o make[3]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor/cfitsio' から出ます /bin/cp -a libcfitsio.a /home/sasaki/iraf/iraf-2.16.1-2018.11.01/bin /bin/cp fitsio.h fitsio2.h longnam.h drvrsmem.h /home/sasaki/iraf/iraf-2.16.1-2018.11.01/include /bin/cp cfitsio.pc /home/sasaki/iraf/iraf-2.16.1-2018.11.01/bin/pkgconfig /bin/rm -f Makefile cfitsio.pc config.log config.status configure.lineno make[2]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor/cfitsio' から出ます done Building VOTABLE lib ....make[2]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor/libvotable' に入ります gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votParse.o votParse.c votParse.c: In function ‘vot_openVOTABLE’: votParse.c:217:32: warning: variable ‘nerrs’ set but not used [-Wunused-but-set-variable] int done, ret_handle, nerrs; ^~~~~ votParse.c: In function ‘vot_htmlTableData’: votParse.c:3395:29: warning: variable ‘ncols’ set but not used [-Wunused-but-set-variable] register int i, nrows, ncols; ^~~~~ votParse.c:3395:22: warning: variable ‘nrows’ set but not used [-Wunused-but-set-variable] register int i, nrows, ncols; ^~~~~ votParse.c: In function ‘vot_openVOTABLE’: votParse.c:355:14: warning: ‘len’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (!XML_Parse (parser, ip, len, 1)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ votParse.c: In function ‘vot_copyElement’: votParse.c:1871:20: warning: ‘parent’ may be used uninitialized in this function [-Wmaybe-uninitialized] src_next_h = vot_copyElement ( ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ vot_lookupHandle (src_ptr->next), parent); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votParse_f77.o votParse_f77.c gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votParse_spp.o votParse_spp.c gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votExpatCB.o votExpatCB.c gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votElement.o votElement.c gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votAttr.o votAttr.c gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votStack.o votStack.c gcc -g -Wall -O2 -I../../include/ -I. -I../../include -L./ -DHAVE_CFITSIO -c -o votHandle.o votHandle.c (xc -c votUtil_spp.x) ar rv libVOTable.a votParse.o votParse_f77.o votParse_spp.o votExpatCB.o votElement.o votAttr.o votStack.o votHandle.o votUtil_spp.o ar: libVOTable.a を作成しています a - votParse.o a - votParse_f77.o a - votParse_spp.o a - votExpatCB.o a - votElement.o a - votAttr.o a - votStack.o a - votHandle.o a - votUtil_spp.o rm -f votParse.o votParse_f77.o votParse_spp.o votExpatCB.o votElement.o votAttr.o votStack.o votHandle.o votUtil_spp.o cp libVOTable.a ../../bin/ cp votParse.h votParse_spp.h ../../include/ /bin/rm -f *.o *.a *.e *.so __* /bin/rm -f SWIG* libvot* php_libvot.h /bin/rm -f votParseJava.[co] /bin/rm -f votParsePerl.[co] /bin/rm -f votParsePython.[co] /bin/rm -f votParseTcl.[co] /bin/rm -f votParsePhp.[co] /bin/rm -f votParseCSharp.[co] /bin/rm -f votParseRuby.[co] make[2]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor/libvotable' から出ます done make[1]: ディレクトリ '/home/sasaki/iraf/iraf-2.16.1-2018.11.01/vendor' から出ます !clear;date [3J[H[2J2019年 6月 24日 月曜日 14:42:23 JST ==================== MAKE IRAF! ========================= + ====================== SYSLIBS ========================== + -------------- LIBSYS ---------------- check out file `libsys.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsys.a' Subdirectory sys/fio is up to date Subdirectory sys/fmio is up to date fmtio/evvexpr.x is out of date; rebuilding with XYACC: !xyacc evvexpr.y; mv -f ytab.x evvexpr.x "evvexpr.y", line 250: warning: redeclaration of precedence of GT. conflicts: 19 shift/reduce fmtio/evexpr.x is out of date; rebuilding with XYACC: !xyacc evexpr.y; mv -f ytab.x evexpr.x "evexpr.y", line 119: warning: redeclaration of precedence of GT. conflicts: 16 shift/reduce xc -c -w -/Nx512 -/Ns2048 evvexpr.x xc -c -w evexpr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a evexpr.o evvexpr.o Subdirectory sys/clio is up to date Subdirectory sys/etc/gen is up to date Subdirectory sys/etc is up to date Subdirectory sys/gty is up to date Subdirectory sys/nmemio is up to date Subdirectory sys/mtio is up to date Subdirectory sys/symtab is up to date Subdirectory sys/tty is up to date Subdirectory sys/ki is up to date Subdirectory sys/psio is up to date Subdirectory sys/host$gdev/ is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsys.a Updated 2 files in libsys.a check file `libsys.a' into `lib$' -------------- LIBEX ----------------- check out file `libex.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libex.a' Subdirectory sys/gio/glabax is up to date Subdirectory sys/gio/gki is up to date Subdirectory sys/gio/gim is up to date Subdirectory sys/gio is up to date Subdirectory sys/imio/tf is up to date Subdirectory sys/imio/db is up to date Subdirectory sys/imio/dbc is up to date Subdirectory sys/imio/iki/oif is up to date Subdirectory sys/imio/iki/fxf is up to date Subdirectory sys/imio/iki/plf is up to date Subdirectory sys/imio/iki/qpf is up to date Subdirectory sys/imio/iki/stf is up to date Subdirectory sys/imio/iki is up to date Subdirectory sys/imio/imt is up to date Subdirectory sys/imio is up to date Subdirectory sys/plio/tf is up to date Subdirectory sys/plio is up to date Subdirectory sys/pmio/tf is up to date Subdirectory sys/pmio is up to date Subdirectory sys/qpoe/gen is up to date Subdirectory sys/qpoe is up to date Subdirectory sys/mwcs/gen is up to date Subdirectory sys/mwcs is up to date Library libex.a is up to date check file `libex.a' into `lib$' -------------- LIBVOPS --------------- check out file `libvops.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libvops.a' generic -k -t csilrdx acht.gx generic -k -p ak/ -t csilrdx achtc.x achts.x achti.x achtl.x achtr.x achtd.x achtx.x delete file achtc.x delete file achts.x delete file achti.x delete file achtl.x delete file achtr.x delete file achtd.x delete file achtx.x xc -c -w achtcc.x achtcd.x achtci.x achtcl.x achtcr.x achtcs.x achtcx.x achtdc.x achtdd.x achtdi.x achtdl.x achtdr.x achtds.x achtdx.x achtic.x achtid.x achtii.x achtil.x achtir.x achtis.x achtix.x achtlc.x achtld.x achtli.x achtll.x achtlr.x achtls.x achtlx.x achtrc.x achtrd.x achtri.x achtrl.x achtrr.x achtrs.x achtrx.x achtsc.x achtsd.x achtsi.x achtsl.x achtsr.x achtss.x achtsx.x achtxc.x achtxd.x achtxi.x achtxl.x achtxr.x achtxs.x achtxx.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a achtcc.o achtcd.o achtci.o achtcl.o achtcr.o achtcs.o achtcx.o achtdc.o achtdd.o achtdi.o achtdl.o achtdr.o achtds.o achtdx.o achtic.o achtid.o achtii.o achtil.o achtir.o achtis.o achtix.o achtlc.o achtld.o achtli.o achtll.o achtlr.o achtls.o achtlx.o achtrc.o achtrd.o achtri.o achtrl.o achtrr.o achtrs.o achtrx.o achtsc.o achtsd.o achtsi.o achtsl.o achtsr.o achtss.o achtsx.o achtxc.o achtxd.o achtxi.o achtxl.o achtxr.o achtxs.o achtxx.o Subdirectory sys/vops/lz is up to date Subdirectory sys/vops/achtgen is up to date Subdirectory sys/vops is up to date Subdirectory sys/osb is up to date ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libvops.a Updated 49 files in libvops.a check file `libvops.a' into `lib$' -------------- LIBCUR ---------------- check out file `libcur.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libcur.a' Subdirectory sys/gio/cursor is up to date Subdirectory sys/gio is up to date Library libcur.a is up to date check file `libcur.a' into `lib$' -------------- LIBSTG ---------------- check out file `libstg.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libstg.a' Subdirectory sys/gio/stdgraph is up to date Subdirectory sys/gio is up to date Library libstg.a is up to date check file `libstg.a' into `lib$' -------------- LIBMAIN.O ------------- Libmain.o is up to date -------------- LIBC ------------------ check out file `libc.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libc.a' Subdirectory sys/libc is up to date Library libc.a is up to date check file `libc.a' into `lib$' -------------- IMFORT ---------------- check out file `libimfort.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libimfort.a' Subdirectory sys/imfort/db is up to date Subdirectory sys/imfort is up to date Library libimfort.a is up to date check file `libimfort.a' into `lib$' -------------- LIBGKS ---------------- check out file `libgks.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libgks.a' Subdirectory sys/gio/gks is up to date Subdirectory sys/gio is up to date Library libgks.a is up to date check file `libgks.a' into `lib$' -------------- LIBNCAR --------------- check out file `libncar.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libncar.a' Subdirectory sys/gio/ncarutil/sysint is up to date Subdirectory sys/gio/ncarutil/autograph is up to date Subdirectory sys/gio/ncarutil/conlib is up to date Subdirectory sys/gio/ncarutil is up to date Subdirectory sys/gio is up to date Library libncar.a is up to date check file `libncar.a' into `lib$' -------------- LIBSGI ---------------- check out file `libsgi.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsgi.a' Subdirectory sys/gio/sgikern is up to date Subdirectory sys/gio is up to date Library libsgi.a is up to date check file `libsgi.a' into `lib$' -------------- LIBIMD ---------------- check out file `libimd.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libimd.a' Subdirectory sys/gio/imdkern is up to date Subdirectory sys/gio is up to date Library libimd.a is up to date check file `libimd.a' into `lib$' -------------- LIBDS ---------------- check out file `libds.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libds.a' Subdirectory sys/pkg$images/tv/display/ is up to date Library libds.a is up to date check file `libds.a' into `lib$' -------------- LIBMEMDBG ------------ check out file `libmemdbg.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libmemdbg.a' Subdirectory sys/memdbg is up to date Library libmemdbg.a is up to date check file `libmemdbg.a' into `lib$' purge directory `lib$' + + ====================== MATHLIBS ========================= + + -------------- LIBBEV ------------------- check out file `libbev.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libbev.a' warning: library `libbev.a' not found xc -c -w agauss.f area.f chifit.f curfit.f determ.f factor.f fchisq.f fderiv.f gamma.f gradls.f gridls.f integ.f interp.f legfit.f linfit.f matinv.f pbinom.f pchisq.f pcorre.f pgauss.f ploren.f polfit.f ppoiss.f regres.f smooth.f xfit.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libbev.a agauss.o area.o chifit.o curfit.o determ.o factor.o fchisq.o fderiv.o gamma.o gradls.o gridls.o integ.o interp.o legfit.o linfit.o matinv.o pbinom.o pchisq.o pcorre.o pgauss.o ploren.o polfit.o ppoiss.o regres.o smooth.o xfit.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libbev.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libbev.a Updated 26 files in libbev.a check file `libbev.a' into `lib$' -------------- LIBCURFIT ---------------- check out file `libcurfit.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libcurfit.a' warning: library `libcurfit.a' not found Warning, mkpkg line 11: file `cv_b1evalr.x' not found generic -k -t rd cv_b1eval.gx Warning, mkpkg line 12: file `cv_bevalr.x' not found generic -k -t rd cv_beval.gx Warning, mkpkg line 13: file `cv_fevalr.x' not found generic -k -t rd cv_feval.gx Warning, mkpkg line 14: file `cv_userfncr.x' not found generic -k -t rd cv_userfnc.gx Warning, mkpkg line 15: file `cvaccumr.x' not found generic -k -t rd cvaccum.gx Warning, mkpkg line 16: file `cvacptsr.x' not found generic -k -t rd cvacpts.gx Warning, mkpkg line 17: file `cvchomatr.x' not found generic -k -t rd cvchomat.gx Warning, mkpkg line 18: file `cvcoeffr.x' not found generic -k -t rd cvcoeff.gx Warning, mkpkg line 19: file `cverrorsr.x' not found generic -k -t rd cverrors.gx Warning, mkpkg line 20: file `cvevalr.x' not found generic -k -t rd cveval.gx Warning, mkpkg line 21: file `cvfitr.x' not found generic -k -t rd cvfit.gx Warning, mkpkg line 22: file `cvfreer.x' not found generic -k -t rd cvfree.gx Warning, mkpkg line 23: file `cvinitr.x' not found generic -k -t rd cvinit.gx Warning, mkpkg line 24: file `cvpowerr.x' not found generic -k -t rd cvpower.gx Warning, mkpkg line 25: file `cvrefitr.x' not found generic -k -t rd cvrefit.gx Warning, mkpkg line 26: file `cvrejectr.x' not found generic -k -t rd cvreject.gx Warning, mkpkg line 27: file `cvrestorer.x' not found generic -k -t rd cvrestore.gx Warning, mkpkg line 28: file `cvsaver.x' not found generic -k -t rd cvsave.gx Warning, mkpkg line 29: file `cvsetr.x' not found generic -k -t rd cvset.gx Warning, mkpkg line 30: file `cvsolver.x' not found generic -k -t rd cvsolve.gx Warning, mkpkg line 31: file `cvstatr.x' not found generic -k -t rd cvstat.gx Warning, mkpkg line 32: file `cvvectorr.x' not found generic -k -t rd cvvector.gx Warning, mkpkg line 33: file `cvzeror.x' not found generic -k -t rd cvzero.gx xc -c -w cvaccumr.x cvacptsr.x cv_bevalr.x cv_b1evalr.x cvchomatr.x cvcoeffr.x cverrorsr.x cvevalr.x cv_fevalr.x cvfitr.x cvfreer.x cvinitr.x cvpowerr.x cvrefitr.x cvrejectr.x cvrestorer.x cvsaver.x cvsetr.x cvsolver.x cvstatr.x cv_userfncr.x cvvectorr.x cvzeror.x cvaccumd.x cvacptsd.x cv_bevald.x cv_b1evald.x cvchomatd.x cvcoeffd.x cverrorsd.x cvevald.x cv_fevald.x cvfitd.x cvfreed.x cvinitd.x cvpowerd.x cvrefitd.x cvrejectd.x cvrestored.x cvsaved.x cvsetd.x cvsolved.x cvstatd.x cv_userfncd.x cvvectord.x cvzerod.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libcurfit.a cvaccumr.o cvacptsr.o cv_bevalr.o cv_b1evalr.o cvchomatr.o cvcoeffr.o cverrorsr.o cvevalr.o cv_fevalr.o cvfitr.o cvfreer.o cvinitr.o cvpowerr.o cvrefitr.o cvrejectr.o cvrestorer.o cvsaver.o cvsetr.o cvsolver.o cvstatr.o cv_userfncr.o cvvectorr.o cvzeror.o cvaccumd.o cvacptsd.o cv_bevald.o cv_b1evald.o cvchomatd.o cvcoeffd.o cverrorsd.o cvevald.o cv_fevald.o cvfitd.o cvfreed.o cvinitd.o cvpowerd.o cvrefitd.o cvrejectd.o cvrestored.o cvsaved.o cvsetd.o cvsolved.o cvstatd.o cv_userfncd.o cvvectord.o cvzerod.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libcurfit.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libcurfit.a Updated 46 files in libcurfit.a check file `libcurfit.a' into `lib$' -------------- LIBDEBOOR ---------------- check out file `libdeboor.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libdeboor.a' warning: library `libdeboor.a' not found xc -c -w banfac.f banslv.f bchfac.f bchslv.f bsplbv.f bsplpp.f bsplvd.f bspp2d.f bvalue.f chol1d.f cubspl.f cwidth.f dtblok.f factrb.f fcblok.f fsplin.x interv.f knots.f l2appr.f l2knts.f newnot_fake.f ppvalu.f round.f sbblok.f setdat.f setdat2.f setdat3.f setupq.f seval.x shiftb.f slvblk.f smooth.f spline.x splint.f spllsq.x splsqv.x subbak.f subfor.f tautsp.f titand.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libdeboor.a banfac.o banslv.o bchfac.o bchslv.o bsplbv.o bsplpp.o bsplvd.o bspp2d.o bvalue.o chol1d.o cubspl.o cwidth.o dtblok.o factrb.o fcblok.o fsplin.o interv.o knots.o l2appr.o l2knts.o newnot_fake.o ppvalu.o round.o sbblok.o setdat.o setdat2.o setdat3.o setupq.o seval.o shiftb.o slvblk.o smooth.o spline.o splint.o spllsq.o splsqv.o subbak.o subfor.o tautsp.o titand.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libdeboor.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libdeboor.a Updated 40 files in libdeboor.a check file `libdeboor.a' into `lib$' -------------- LIBGSURFIT --------------- check out file `libgsurfit.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libgsurfit.a' warning: library `libgsurfit.a' not found Warning, mkpkg line 17: file `gs_b1evalr.x' not found generic -k -t rd gs_b1eval.gx Warning, mkpkg line 18: file `gs_bevalr.x' not found generic -k -t rd gs_beval.gx Warning, mkpkg line 19: file `gs_chomatr.x' not found generic -k -t rd gs_chomat.gx Warning, mkpkg line 20: file `gs_f1devalr.x' not found generic -k -t rd gs_f1deval.gx Warning, mkpkg line 21: file `gs_fevalr.x' not found generic -k -t rd gs_feval.gx Warning, mkpkg line 22: file `gs_fderr.x' not found generic -k -t rd gs_fder.gx Warning, mkpkg line 23: file `gs_devalr.x' not found generic -k -t rd gs_deval.gx Warning, mkpkg line 24: file `gsaccumr.x' not found generic -k -t rd gsaccum.gx Warning, mkpkg line 25: file `gsacptsr.x' not found generic -k -t rd gsacpts.gx Warning, mkpkg line 26: file `gsaddr.x' not found generic -k -t rd gsadd.gx Warning, mkpkg line 27: file `gscoeffr.x' not found generic -k -t rd gscoeff.gx Warning, mkpkg line 28: file `gscopyr.x' not found generic -k -t rd gscopy.gx Warning, mkpkg line 29: file `gsderr.x' not found generic -k -t rd gsder.gx Warning, mkpkg line 30: file `gserrorsr.x' not found generic -k -t rd gserrors.gx Warning, mkpkg line 31: file `gsevalr.x' not found generic -k -t rd gseval.gx Warning, mkpkg line 32: file `gsfitr.x' not found generic -k -t rd gsfit.gx Warning, mkpkg line 33: file `gsfreer.x' not found generic -k -t rd gsfree.gx Warning, mkpkg line 34: file `gsgcoeffr.x' not found generic -k -t rd gsgcoeff.gx Warning, mkpkg line 35: file `gsinitr.x' not found generic -k -t rd gsinit.gx Warning, mkpkg line 36: file `gsrefitr.x' not found generic -k -t rd gsrefit.gx Warning, mkpkg line 37: file `gsrejectr.x' not found generic -k -t rd gsreject.gx Warning, mkpkg line 38: file `gsrestorer.x' not found generic -k -t rd gsrestore.gx Warning, mkpkg line 39: file `gssaver.x' not found generic -k -t rd gssave.gx Warning, mkpkg line 40: file `gsscoeffr.x' not found generic -k -t rd gsscoeff.gx Warning, mkpkg line 41: file `gssolver.x' not found generic -k -t rd gssolve.gx Warning, mkpkg line 42: file `gsstatr.x' not found generic -k -t rd gsstat.gx Warning, mkpkg line 43: file `gssubr.x' not found generic -k -t rd gssub.gx Warning, mkpkg line 44: file `gsvectorr.x' not found generic -k -t rd gsvector.gx Warning, mkpkg line 45: file `gszeror.x' not found generic -k -t rd gszero.gx xc -c -w gs_b1evalr.x gs_bevalr.x gs_chomatr.x gs_f1devalr.x gs_fevalr.x gs_fderr.x gs_devalr.x gsaccumr.x gsacptsr.x gsaddr.x gscoeffr.x gscopyr.x gsderr.x gserrorsr.x gsevalr.x gsfitr.x gsfreer.x gsgcoeffr.x gsinitr.x gsrefitr.x gsrejectr.x gsrestorer.x gssaver.x gsscoeffr.x gssolver.x gsstatr.x gssubr.x gsvectorr.x gszeror.x gs_b1evald.x gs_bevald.x gs_chomatd.x gs_f1devald.x gs_fevald.x gs_fderd.x gs_devald.x gsaccumd.x gsacptsd.x gsaddd.x gscoeffd.x gscopyd.x gsderd.x gserrorsd.x gsevald.x gsfitd.x gsfreed.x gsgcoeffd.x gsinitd.x gsrefitd.x gsrejectd.x gsrestored.x gssaved.x gsscoeffd.x gssolved.x gsstatd.x gssubd.x gsvectord.x gszerod.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libgsurfit.a gs_b1evalr.o gs_bevalr.o gs_chomatr.o gs_f1devalr.o gs_fevalr.o gs_fderr.o gs_devalr.o gsaccumr.o gsacptsr.o gsaddr.o gscoeffr.o gscopyr.o gsderr.o gserrorsr.o gsevalr.o gsfitr.o gsfreer.o gsgcoeffr.o gsinitr.o gsrefitr.o gsrejectr.o gsrestorer.o gssaver.o gsscoeffr.o gssolver.o gsstatr.o gssubr.o gsvectorr.o gszeror.o gs_b1evald.o gs_bevald.o gs_chomatd.o gs_f1devald.o gs_fevald.o gs_fderd.o gs_devald.o gsaccumd.o gsacptsd.o gsaddd.o gscoeffd.o gscopyd.o gsderd.o gserrorsd.o gsevald.o gsfitd.o gsfreed.o gsgcoeffd.o gsinitd.o gsrefitd.o gsrejectd.o gsrestored.o gssaved.o gsscoeffd.o gssolved.o gsstatd.o gssubd.o gsvectord.o gszerod.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libgsurfit.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libgsurfit.a Updated 58 files in libgsurfit.a check file `libgsurfit.a' into `lib$' -------------- LIBIMINTERP -------------- check out file `libiminterp.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libiminterp.a' warning: library `libiminterp.a' not found xc -c -w arbpix.x arider.x arieval.x asider.x asieval.x asifit.x asifree.x asigeti.x asigetr.x asigrl.x asiinit.x asisinit.x asirestore.x asisave.x asitype.x asivector.x ii_1dinteg.x ii_bieval.x ii_cubspl.f ii_eval.x ii_greval.x ii_pc1deval.x ii_pc2deval.x ii_polterp.x ii_sinctable.x ii_spline.x ii_spline2d.x mrider.x mrieval.x msider.x msieval.x msifit.x msifree.x msigeti.x msigetr.x msigrid.x msigrl.x msiinit.x msisinit.x msirestore.x msisave.x msisqgrl.x msivector.x msitype.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libiminterp.a arbpix.o arider.o arieval.o asider.o asieval.o asifit.o asifree.o asigeti.o asigetr.o asigrl.o asiinit.o asisinit.o asirestore.o asisave.o asitype.o asivector.o ii_1dinteg.o ii_bieval.o ii_cubspl.o ii_eval.o ii_greval.o ii_pc1deval.o ii_pc2deval.o ii_polterp.o ii_sinctable.o ii_spline.o ii_spline2d.o mrider.o mrieval.o msider.o msieval.o msifit.o msifree.o msigeti.o msigetr.o msigrid.o msigrl.o msiinit.o msisinit.o msirestore.o msisave.o msisqgrl.o msivector.o msitype.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libiminterp.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libiminterp.a Updated 44 files in libiminterp.a check file `libiminterp.a' into `lib$' -------------- LIBINTERP ---------------- check out file `libinterp.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libinterp.a' warning: library `libinterp.a' not found xc -c -w arbpix.x arider.x arival.x asider.x asieva.x asifit.x asigrl.x asiset.x asival.x iieval.x iif_spline.x iipol_terp.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libinterp.a arbpix.o arider.o arival.o asider.o asieva.o asifit.o asigrl.o asiset.o asival.o iieval.o iif_spline.o iipol_terp.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libinterp.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libinterp.a Updated 12 files in libinterp.a check file `libinterp.a' into `lib$' -------------- LIBLLSQ ------------------ check out file `libllsq.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libllsq.a' warning: library `libllsq.a' not found xc -c -w bndacc.f bndsol.f diff.f g1.f g2.f gen.f h12.f hfti.f ldp.f mfeout.f nnls.f qrbd.f sva.f svdrs.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libllsq.a bndacc.o bndsol.o diff.o g1.o g2.o gen.o h12.o hfti.o ldp.o mfeout.o nnls.o qrbd.o sva.o svdrs.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libllsq.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libllsq.a Updated 14 files in libllsq.a check file `libllsq.a' into `lib$' -------------- LIBNLFIT ----------------- check out file `libnlfit.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libnlfit.a' warning: library `libnlfit.a' not found Warning, mkpkg line 11: file `nlacptsr.x' not found generic -k -t rd nlacpts.gx Warning, mkpkg line 12: file `nlchomatr.x' not found generic -k -t rd nlchomat.gx Warning, mkpkg line 13: file `nldumpr.x' not found generic -k -t rd nldump.gx Warning, mkpkg line 14: file `nlerrorsr.x' not found generic -k -t rd nlerrors.gx Warning, mkpkg line 15: file `nlevalr.x' not found generic -k -t rd nleval.gx Warning, mkpkg line 16: file `nlfitr.x' not found generic -k -t rd nlfit.gx Warning, mkpkg line 18: file `nlfreer.x' not found generic -k -t rd nlfree.gx Warning, mkpkg line 19: file `nlinitr.x' not found generic -k -t rd nlinit.gx Warning, mkpkg line 20: file `nliterr.x' not found generic -k -t rd nliter.gx Warning, mkpkg line 21: file `nlpgetr.x' not found generic -k -t rd nlpget.gx Warning, mkpkg line 22: file `nlsolver.x' not found generic -k -t rd nlsolve.gx Warning, mkpkg line 23: file `nlstatr.x' not found generic -k -t rd nlstat.gx Warning, mkpkg line 24: file `nlvectorr.x' not found generic -k -t rd nlvector.gx Warning, mkpkg line 25: file `nlzeror.x' not found generic -k -t rd nlzero.gx xc -c -w nlacptsd.x nlacptsr.x nlchomatd.x nlchomatr.x nldumpd.x nldumpr.x nlerrmsg.x nlerrorsd.x nlerrorsr.x nlevald.x nlevalr.x nlfitd.x nlfitr.x nlfreed.x nlfreer.x nlinitd.x nlinitr.x nliterd.x nliterr.x nllist.x nlpgetd.x nlpgetr.x nlsolved.x nlsolver.x nlstati.x nlstatd.x nlstatr.x nlvectord.x nlvectorr.x nlzerod.x nlzeror.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libnlfit.a nlacptsd.o nlacptsr.o nlchomatd.o nlchomatr.o nldumpd.o nldumpr.o nlerrmsg.o nlerrorsd.o nlerrorsr.o nlevald.o nlevalr.o nlfitd.o nlfitr.o nlfreed.o nlfreer.o nlinitd.o nlinitr.o nliterd.o nliterr.o nllist.o nlpgetd.o nlpgetr.o nlsolved.o nlsolver.o nlstati.o nlstatd.o nlstatr.o nlvectord.o nlvectorr.o nlzerod.o nlzeror.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libnlfit.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libnlfit.a Updated 31 files in libnlfit.a check file `libnlfit.a' into `lib$' -------------- LIBSLALIB ---------------- check out file `libslalib.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libslalib.a' warning: library `libslalib.a' not found xc -c -/NL400 obs.f obs.c: In function ‘slobs_’: obs.c:1294:1: warning: control reaches end of non-void function [-Wreturn-type] } /* slobs_ */ ^ obs.c: At top level: cc1: warning: unrecognized command line option ‘-Wno-unknown-warning-option’ xc -c -w addet.f afin.f airmas.f altaz.f amp.f ampqk.f aop.f aoppa.f aoppat.f aopqk.f atmdsp.f atms.f atmt.f av2m.f bear.f caf2r.f caldj.f calyd.f cc2s.f cc62s.f cd2tf.f cldj.f clyd.f cr2af.f cr2tf.f cs2c.f cs2c6.f ctf2d.f ctf2r.f daf2r.f dafin.f dat.f dav2m.f dbear.f dbjin.f dc62s.f dcc2s.f dcmpf.f dcs2c.f dd2tf.f de2h.f deuler.f dfltin.f dh2e.f dimxv.f djcal.f djcl.f dm2av.f dmat.f dmoon.f dmxm.f dmxv.f dpav.f dr2af.f dr2tf.f drange.f dranrm.f ds2c6.f ds2tp.f dsep.f dsepv.f dt.f dtf2d.f dtf2r.f dtp2s.f dtp2v.f dtps2c.f dtpv2c.f dtt.f dv2tp.f dvdv.f dvn.f dvxv.f e2h.f earth.f ecleq.f ecmat.f ecor.f eg50.f el2ue.f epb.f epb2d.f epco.f epj.f epj2d.f eqecl.f eqeqx.f eqgal.f etrms.f euler.f evp.f fitxy.f fk425.f fk45z.f fk524.f fk54z.f fk52h.f fk5hz.f flotin.f galeq.f galsup.f ge50.f geoc.f gmst.f gmsta.f h2e.f h2fk5.f hfk5z.f idchf.f idchi.f imxv.f intin.f invf.f kbj.f m2av.f map.f mappa.f mapqk.f mapqkz.f moon.f mxm.f mxv.f nut.f nutc.f oap.f oapqk.f pa.f pav.f pcd.f pda2h.f pdq2h.f pertel.f pertue.f planel.f planet.f plante.f pm.f polmo.f prebn.f prec.f preces.f precl.f precss.f prenut.f pv2ue.f pv2el.f pvobs.f pxy.f range.f ranorm.f rcc.f rdplan.f refco.f refcoq.f refro.f refv.f refz.f rverot.f rvgalc.f rvlg.f rvlsrd.f rvlsrk.f s2tp.f sep.f smat.f subet.f supgal.f svd.f svdcov.f svdsol.f tp2s.f tp2v.f tps2c.f tpv2c.f ue2el.f ue2pv.f unpcd.f v2tp.f vdv.f vn.f vxv.f xy2xy.f zd.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libslalib.a addet.o afin.o airmas.o altaz.o amp.o ampqk.o aop.o aoppa.o aoppat.o aopqk.o atmdsp.o atms.o atmt.o av2m.o bear.o caf2r.o caldj.o calyd.o cc2s.o cc62s.o cd2tf.o cldj.o clyd.o cr2af.o cr2tf.o cs2c.o cs2c6.o ctf2d.o ctf2r.o daf2r.o dafin.o dat.o dav2m.o dbear.o dbjin.o dc62s.o dcc2s.o dcmpf.o dcs2c.o dd2tf.o de2h.o deuler.o dfltin.o dh2e.o dimxv.o djcal.o djcl.o dm2av.o dmat.o dmoon.o dmxm.o dmxv.o dpav.o dr2af.o dr2tf.o drange.o dranrm.o ds2c6.o ds2tp.o dsep.o dsepv.o dt.o dtf2d.o dtf2r.o dtp2s.o dtp2v.o dtps2c.o dtpv2c.o dtt.o dv2tp.o dvdv.o dvn.o dvxv.o e2h.o earth.o ecleq.o ecmat.o ecor.o eg50.o el2ue.o epb.o epb2d.o epco.o epj.o epj2d.o eqecl.o eqeqx.o eqgal.o etrms.o euler.o evp.o fitxy.o fk425.o fk45z.o fk524.o fk54z.o fk52h.o fk5hz.o flotin.o galeq.o galsup.o ge50.o geoc.o gmst.o gmsta.o h2e.o h2fk5.o hfk5z.o idchf.o idchi.o imxv.o intin.o invf.o kbj.o m2av.o map.o mappa.o mapqk.o mapqkz.o moon.o mxm.o mxv.o nut.o nutc.o oap.o oapqk.o obs.o pa.o pav.o pcd.o pda2h.o pdq2h.o pertel.o pertue.o planel.o planet.o plante.o pm.o polmo.o prebn.o prec.o preces.o precl.o precss.o prenut.o pv2ue.o pv2el.o pvobs.o pxy.o range.o ranorm.o rcc.o rdplan.o refco.o refcoq.o refro.o refv.o refz.o rverot.o rvgalc.o rvlg.o rvlsrd.o rvlsrk.o s2tp.o sep.o smat.o subet.o supgal.o svd.o svdcov.o svdsol.o tp2s.o tp2v.o tps2c.o tpv2c.o ue2el.o ue2pv.o unpcd.o v2tp.o vdv.o vn.o vxv.o xy2xy.o zd.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libslalib.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libslalib.a Updated 184 files in libslalib.a check file `libslalib.a' into `lib$' -------------- LIBSURFIT ---------------- check out file `libsurfit.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libsurfit.a' warning: library `libsurfit.a' not found xc -c -w iscoeff.x iseval.x isfree.x isinit.x islaccum.x islfit.x islrefit.x islsolve.x islzero.x isreplace.x isresolve.x issave.x issolve.x isvector.x iszero.x sf_b1eval.x sf_beval.x sf_f1deval.x sf_feval.x sfchomat.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsurfit.a iscoeff.o iseval.o isfree.o isinit.o islaccum.o islfit.o islrefit.o islsolve.o islzero.o isreplace.o isresolve.o issave.o issolve.o isvector.o iszero.o sf_b1eval.o sf_beval.o sf_f1deval.o sf_feval.o sfchomat.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsurfit.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libsurfit.a Updated 20 files in libsurfit.a check file `libsurfit.a' into `lib$' -------------- LIBLAPACK ---------------- check out file `liblapack.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/liblapack.a' warning: library `liblapack.a' not found xc -c -w dgemm.f dger.f dgetf2.f dgetrf.f dgetrs.f dlaswp.f dscal.f dswap.f dtrsm.f idamax.f isamax.f lsame.f sgemm.f sger.f sgetf2.f sgetrf.f sgetrs.f slaswp.f sscal.f sswap.f strsm.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/liblapack.a dgemm.o dger.o dgetf2.o dgetrf.o dgetrs.o dlaswp.o dscal.o dswap.o dtrsm.o idamax.o isamax.o lsame.o sgemm.o sger.o sgetf2.o sgetrf.o sgetrs.o slaswp.o sscal.o sswap.o strsm.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/liblapack.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/liblapack.a Updated 21 files in liblapack.a check file `liblapack.a' into `lib$' -------------- LIBFFTPACK ---------------- check out file `libfftpack.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libfftpack.a' warning: library `libfftpack.a' not found xc -c -w cfftb1.f cfftb.f cfftf1.f cfftf.f cffti1.f cffti.f cosqb.f cosqf.f cosqi.f cost.f costi.f rfftb1.f rfftb.f rfftf1.f rfftf.f rffti1.f rffti.f sinqb.f sinqf.f sinqi.f sint1.f sint.f sinti.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libfftpack.a cfftb1.o cfftb.o cfftf1.o cfftf.o cffti1.o cffti.o cosqb.o cosqf.o cosqi.o cost.o costi.o rfftb1.o rfftb.o rfftf1.o rfftf.o rffti1.o rffti.o sinqb.o sinqf.o sinqi.o sint1.o sint.o sinti.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libfftpack.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libfftpack.a Updated 23 files in libfftpack.a check file `libfftpack.a' into `lib$' purge directory `lib$' + + ====================== SYSEXE =========================== + + -------------- GIO ---------------- xc -c -w x_stdgraph.x xc -Nz x_stdgraph.o -lstg move `x_stdgraph.e' to `bin$x_stdgraph.e' xc -c -w x_sgikern.x xc -Nz x_sgikern.o -lsgi move `x_sgikern.e' to `bin$x_sgikern.e' xc -c -w x_imdkern.x xc -Nz x_imdkern.o -limd -lds -lstg -o xx_imdkern.e move `xx_imdkern.e' to `bin$x_imdkern.e' -------------- KI ---------------- xc -c -w irafks.x xc -Nz irafks.o move `irafks.e' to `bin$irafks.e' -------------- TTY ---------------- xc -c -w x_mkttydata.x xc -Nz x_mkttydata.o move `x_mkttydata.e' to `bin$x_mkttydata.e' + + ====================== PACKAGES ========================= + + !mkdir /home/sasaki/iraf/iraf-2.16.1-2018.11.01/bin >& /dev/null --------------------- CL -------------------------- warning: library `libpkg.a' not found xc -c -w binop.c bkg.c builtin.c clprintf.c clsystem.c compile.c debug.c decl.c edcap.c eparam.c errs.c exec.c gquery.c gram.c history.c lists.c main.c modes.c operand.c param.c pfiles.c prcache.c scan.c stack.c task.c unop.c ytab.c ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/cl/libpkg.a binop.o bkg.o builtin.o clprintf.o clsystem.o compile.o debug.o decl.o edcap.o eparam.o errs.o exec.o gquery.o gram.o history.o lists.o main.o modes.o operand.o param.o pfiles.o prcache.o scan.o stack.o task.o unop.o ytab.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/cl/libpkg.a を作成しています ranlib libpkg.a Updated 27 files in libpkg.a xc -c -w cl.x xc -c -w globals.c xc -c -w opcodes.c xc -Nz cl.o globals.o opcodes.o libpkg.a -lc -lcur -lds -lstg move `cl.e' to `bin$cl.e' --------------------- ECL ------------------------- warning: library `libpkg.a' not found xc -c -w -qx binop.c bkg.c builtin.c clprintf.c clsystem.c compile.c debug.c decl.c edcap.c eparam.c errs.c exec.c gquery.c gram.c history.c lists.c main.c modes.c operand.c param.c pfiles.c prcache.c scan.c stack.c task.c unop.c ytab.c ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/ecl/libpkg.a binop.o bkg.o builtin.o clprintf.o clsystem.o compile.o debug.o decl.o edcap.o eparam.o errs.o exec.o gquery.o gram.o history.o lists.o main.o modes.o operand.o param.o pfiles.o prcache.o scan.o stack.o task.o unop.o ytab.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/ecl/libpkg.a を作成しています ranlib libpkg.a Updated 27 files in libpkg.a xc -c -w -x ecl.x xc -c -w -x globals.c xc -c -w -x opcodes.c xc -Nz ecl.o globals.o opcodes.o libpkg.a -lc -lcur -lds -lstg -lreadline move `ecl.e' to `bin$ecl.e' --------------------- SYSTEM ---------------------- warning: library `libpkg.a' not found xc -c -w breakline.x center.x dols.x getarg.x indent.x input.x justify.x lroff.x lroff2html.x lroff2ps.x nextcmd.x nofill.x output.x rawcopy.x section.x skiplines.x textlen.x textout.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/system/libpkg.a breakline.o center.o dols.o getarg.o indent.o input.o justify.o lroff.o lroff2html.o lroff2ps.o nextcmd.o nofill.o output.o rawcopy.o section.o skiplines.o textlen.o textout.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/system/libpkg.a を作成しています xc -c -w xhelp.x xhcmds.x xhdir.x xhfiles.x xhhelp.x xhinit.x xhofile.x xhpkg.x xhprint.x xhqref.x xhroot.x xhsave.x xhsearch.x xhsort.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/system/libpkg.a xhelp.o xhcmds.o xhdir.o xhfiles.o xhhelp.o xhinit.o xhofile.o xhpkg.o xhprint.o xhqref.o xhroot.o xhsave.o xhsearch.o xhsort.o xc -c -w filetemp.x getoption.x hbgetblk.x helpdb.x helpdir.x hinput.x houtput.x manout.x modlist.x modtemp.x prblkhdr.x prdir.x prfile.x prfnames.x prhelp.x prhlpblk.x prmodname.x prsummary.x t_hdbexamine.x t_help.x t_lroff.x t_mkhelpdb.x tlist.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/system/libpkg.a filetemp.o getoption.o hbgetblk.o helpdb.o helpdir.o hinput.o houtput.o manout.o modlist.o modtemp.o prblkhdr.o prdir.o prfile.o prfnames.o prhelp.o prhlpblk.o prmodname.o prsummary.o t_hdbexamine.o t_help.o t_lroff.o t_mkhelpdb.o tlist.o xc -c -w cmdstr.x chkupdate.x concatenate.x copy.x count.x delete.x directory.x files.x head.x lprint.x match.x mkdir.x movefiles.x mtclean.x netstatus.x page.x pathnames.x protect.x rename.x rewind.x sort.x tail.x tee.x touch.x type.x unprotect.x t_fcache.x t_urlget.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/system/libpkg.a cmdstr.o chkupdate.o concatenate.o copy.o count.o delete.o directory.o files.o head.o lprint.o match.o mkdir.o movefiles.o mtclean.o netstatus.o page.o pathnames.o protect.o rename.o rewind.o sort.o tail.o tee.o touch.o type.o unprotect.o t_fcache.o t_urlget.o ranlib libpkg.a Updated 83 files in libpkg.a xc -c -w x_system.x xc -Nz x_system.o libpkg.a -o xx_system.e move `xx_system.e' to `bin$x_system.e' --------------------- SOFTOOLS -------------------- warning: library `libpkg.a' not found xc -c -w t_mkapropos.x helpdir.x strext.x word.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/softools/libpkg.a t_mkapropos.o helpdir.o strext.o word.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/softools/libpkg.a を作成しています xc -c -w memchk.x mktags.x tgutil.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/softools/libpkg.a memchk.o mktags.o tgutil.o ranlib libpkg.a Updated 7 files in libpkg.a xc -c -w x_softools.x xc -Nz x_softools.o libpkg.a -o xx_softools.e move `xx_softools.e' to `bin$x_softools.e' --------------------- XTOOLS ---------------------- check out file `libxtools.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libxtools.a' warning: library `libxtools.a' not found Warning, mkpkg line 10: file `rgbinr.x' not found generic -k -t rd rgbin.gx Warning, mkpkg line 11: file `rgexcluder.x' not found generic -k -t rd rgexclude.gx Warning, mkpkg line 12: file `rggxmarkr.x' not found generic -k -t rd rggxmark.gx Warning, mkpkg line 13: file `rgpackr.x' not found generic -k -t rd rgpack.gx Warning, mkpkg line 14: file `rgunpackr.x' not found generic -k -t rd rgunpack.gx Warning, mkpkg line 15: file `rgwtbinr.x' not found generic -k -t rd rgwtbin.gx Warning, mkpkg line 16: file `rgxrangesr.x' not found generic -k -t rd rgxranges.gx xc -c -w rgbind.x rgbinr.x rgdump.x rgencode.x rgexcluded.x rgexcluder.x rgfree.x rggxmarkd.x rggxmarkr.x rgindices.x rginrange.x rgintersect.x rginverse.x rgmerge.x rgnext.x rgorder.x rgpackd.x rgpackr.x rgranges.x rgunion.x rgunpackd.x rgunpackr.x rgwindow.x rgwtbind.x rgwtbinr.x rgxrangesd.x rgxrangesr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a rgbind.o rgbinr.o rgdump.o rgencode.o rgexcluded.o rgexcluder.o rgfree.o rggxmarkd.o rggxmarkr.o rgindices.o rginrange.o rgintersect.o rginverse.o rgmerge.o rgnext.o rgorder.o rgpackd.o rgpackr.o rgranges.o rgunion.o rgunpackd.o rgunpackr.o rgwindow.o rgwtbind.o rgwtbinr.o rgxrangesd.o rgxrangesr.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a を作成しています xc -c -w gtascale.x gtcolon.x gtcopy.x gtctran.x gtcur.x gtcur1.x gtfree.x gtget.x gtgui.x gtinit.x gtlabax.x gtplot.x gtreset.x gtset.x gtswind.x gtvplot.x gtwindow.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a gtascale.o gtcolon.o gtcopy.o gtctran.o gtcur.o gtcur1.o gtfree.o gtget.o gtgui.o gtinit.o gtlabax.o gtplot.o gtreset.o gtset.o gtswind.o gtvplot.o gtwindow.o Warning, mkpkg line 10: file `iccleanr.x' not found generic -k -t rd icclean.gx Warning, mkpkg line 11: file `icdeviantr.x' not found generic -k -t rd icdeviant.gx Warning, mkpkg line 12: file `icerrorsr.x' not found generic -k -t rd icerrors.gx Warning, mkpkg line 13: file `icferrorsr.x' not found generic -k -t rd icferrors.gx Warning, mkpkg line 14: file `icfitr.x' not found generic -k -t rd icfit.gx Warning, mkpkg line 15: file `icgaddr.x' not found generic -k -t rd icgadd.gx Warning, mkpkg line 16: file `icgcolonr.x' not found generic -k -t rd icgcolon.gx Warning, mkpkg line 17: file `icgdeleter.x' not found generic -k -t rd icgdelete.gx Warning, mkpkg line 18: file `icgfitr.x' not found generic -k -t rd icgfit.gx Warning, mkpkg line 19: file `icgaxesr.x' not found generic -k -t rd icgaxes.gx Warning, mkpkg line 20: file `icggraphr.x' not found generic -k -t rd icggraph.gx Warning, mkpkg line 21: file `icgnearestr.x' not found generic -k -t rd icgnearest.gx Warning, mkpkg line 22: file `icgparamsr.x' not found generic -k -t rd icgparams.gx Warning, mkpkg line 23: file `icgsampler.x' not found generic -k -t rd icgsample.gx Warning, mkpkg line 24: file `icgundeleter.x' not found generic -k -t rd icgundelete.gx Warning, mkpkg line 25: file `icguaxesr.x' not found generic -k -t rd icguaxes.gx Warning, mkpkg line 26: file `icguishowr.x' not found generic -k -t rd icguishow.gx Warning, mkpkg line 27: file `icrejectr.x' not found generic -k -t rd icreject.gx Warning, mkpkg line 28: file `icdosetupr.x' not found generic -k -t rd icdosetup.gx Warning, mkpkg line 29: file `icvshowr.x' not found generic -k -t rd icvshow.gx Warning, mkpkg line 30: file `icfvshowr.x' not found generic -k -t rd icfvshow.gx xc -c -w iccleand.x iccleanr.x icdeviantd.x icdeviantr.x icdosetupd.x icdosetupr.x icerrorsd.x icerrorsr.x icferrorsd.x icferrorsr.x icfitd.x icfitr.x icfshow.x icfvshowd.x icfvshowr.x icgaddd.x icgaddr.x icgaxesd.x icgaxesr.x icgcolond.x icgcolonr.x icgdeleted.x icgdeleter.x icgfitd.x icgfitr.x icggraphd.x icggraphr.x icgnearestd.x icgnearestr.x icgparamsd.x icgparamsr.x icgsampled.x icgsampler.x icguaxesd.x icguaxesr.x icgui.x icguishowd.x icguishowr.x icgundeleted.x icgundeleter.x icguser.x iclistd.x iclistr.x icparams.x icrejectd.x icrejectr.x icshow.x icvshowd.x icvshowr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a iccleand.o iccleanr.o icdeviantd.o icdeviantr.o icdosetupd.o icdosetupr.o icerrorsd.o icerrorsr.o icferrorsd.o icferrorsr.o icfitd.o icfitr.o icfshow.o icfvshowd.o icfvshowr.o icgaddd.o icgaddr.o icgaxesd.o icgaxesr.o icgcolond.o icgcolonr.o icgdeleted.o icgdeleter.o icgfitd.o icgfitr.o icggraphd.o icggraphr.o icgnearestd.o icgnearestr.o icgparamsd.o icgparamsr.o icgsampled.o icgsampler.o icguaxesd.o icguaxesr.o icgui.o icguishowd.o icguishowr.o icgundeleted.o icgundeleter.o icguser.o iclistd.o iclistr.o icparams.o icrejectd.o icrejectr.o icshow.o icvshowd.o icvshowr.o Warning, mkpkg line 17: file `indumpr.x' not found generic -k -t rd indump.gx Warning, mkpkg line 19: file `incopyr.x' not found generic -k -t rd incopy.gx Warning, mkpkg line 20: file `infreer.x' not found generic -k -t rd infree.gx Warning, mkpkg line 21: file `ininitr.x' not found generic -k -t rd ininit.gx Warning, mkpkg line 22: file `innlinitr.x' not found generic -k -t rd innlinit.gx Warning, mkpkg line 24: file `indeviantr.x' not found generic -k -t rd indeviant.gx Warning, mkpkg line 25: file `inerrorsr.x' not found generic -k -t rd inerrors.gx Warning, mkpkg line 26: file `infitr.x' not found generic -k -t rd infit.gx Warning, mkpkg line 27: file `inlimitr.x' not found generic -k -t rd inlimit.gx Warning, mkpkg line 28: file `inrefitr.x' not found generic -k -t rd inrefit.gx Warning, mkpkg line 29: file `inrejectr.x' not found generic -k -t rd inreject.gx Warning, mkpkg line 30: file `inrmsr.x' not found generic -k -t rd inrms.gx Warning, mkpkg line 32: file `ingaxesr.x' not found generic -k -t rd ingaxes.gx Warning, mkpkg line 33: file `ingcolonr.x' not found generic -k -t rd ingcolon.gx Warning, mkpkg line 34: file `ingdatar.x' not found generic -k -t rd ingdata.gx Warning, mkpkg line 35: file `ingdeleter.x' not found generic -k -t rd ingdelete.gx Warning, mkpkg line 36: file `ingerrorsr.x' not found generic -k -t rd ingerrors.gx Warning, mkpkg line 37: file `ingfitr.x' not found generic -k -t rd ingfit.gx Warning, mkpkg line 38: file `inggraphr.x' not found generic -k -t rd inggraph.gx Warning, mkpkg line 39: file `ingnearestr.x' not found generic -k -t rd ingnearest.gx Warning, mkpkg line 40: file `ingparamsr.x' not found generic -k -t rd ingparams.gx Warning, mkpkg line 41: file `ingresultsr.x' not found generic -k -t rd ingresults.gx Warning, mkpkg line 42: file `ingshowr.x' not found generic -k -t rd ingshow.gx Warning, mkpkg line 43: file `inguaxesr.x' not found generic -k -t rd inguaxes.gx Warning, mkpkg line 44: file `ingucolonr.x' not found generic -k -t rd ingucolon.gx Warning, mkpkg line 45: file `ingundeleter.x' not found generic -k -t rd ingundelete.gx Warning, mkpkg line 46: file `ingvarsr.x' not found generic -k -t rd ingvars.gx Warning, mkpkg line 47: file `ingvshowr.x' not found generic -k -t rd ingvshow.gx xc -c -w incopyd.x incopyr.x indeviantd.x indeviantr.x indumpd.x indumpr.x inerrorsd.x inerrorsr.x infitd.x infitr.x infreed.x infreer.x ingaxesd.x ingaxesr.x ingcolond.x ingcolonr.x ingdatar.x ingdatad.x ingdefkey.x ingdeleted.x ingdeleter.x ingerrorsd.x ingerrorsr.x inget.x ingfitd.x ingfitr.x inggetlabel.x inggraphd.x inggraphr.x ingnearestd.x ingnearestr.x ingparamsd.x ingparamsr.x ingresultsr.x ingresultsd.x ingshowd.x ingshowr.x inguaxesd.x inguaxesr.x ingucolond.x ingucolonr.x ingufit.x ingundeleted.x ingundeleter.x ingvarsr.x ingvarsd.x ingvshowd.x ingvshowr.x ininitd.x ininitr.x inlimitd.x inlimitr.x inlstrext.x inlstrwrd.x innlinitd.x innlinitr.x input.x inrefitd.x inrefitr.x inrejectd.x inrejectr.x inrmsd.x inrmsr.x ingtitle.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a incopyd.o incopyr.o indeviantd.o indeviantr.o indumpd.o indumpr.o inerrorsd.o inerrorsr.o infitd.o infitr.o infreed.o infreer.o ingaxesd.o ingaxesr.o ingcolond.o ingcolonr.o ingdatar.o ingdatad.o ingdefkey.o ingdeleted.o ingdeleter.o ingerrorsd.o ingerrorsr.o inget.o ingfitd.o ingfitr.o inggetlabel.o inggraphd.o inggraphr.o ingnearestd.o ingnearestr.o ingparamsd.o ingparamsr.o ingresultsr.o ingresultsd.o ingshowd.o ingshowr.o inguaxesd.o inguaxesr.o ingucolond.o ingucolonr.o ingufit.o ingundeleted.o ingundeleter.o ingvarsr.o ingvarsd.o ingvshowd.o ingvshowr.o ininitd.o ininitr.o inlimitd.o inlimitr.o inlstrext.o inlstrwrd.o innlinitd.o innlinitr.o input.o inrefitd.o inrefitr.o inrejectd.o inrejectr.o inrmsd.o inrmsr.o ingtitle.o xc -c -w setfp.x xtfixpix.x xtfp.x xtpmmap.x ytfixpix.x ytpmmap.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a setfp.o xtfixpix.o xtfp.o xtpmmap.o ytfixpix.o ytpmmap.o xc -c -w skdecode.x skwrite.x skstat.x skset.x sktransform.x sksaveim.x skwrdstr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a skdecode.o skwrite.o skstat.o skset.o sktransform.o sksaveim.o skwrdstr.o xc -c -w cqmap.x cqstat.x cqlocate.x cqsetcat.x cqnqpars.x cqgqpars.x cqsqpars.x cqquery.x cqrstat.x cqrinfo.x cqgrecords.x cqgfields.x cqimquery.x cqistat.x cqiminfo.x cqget.x cqdb.x cqwrdstr.x cqdtype.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a cqmap.o cqstat.o cqlocate.o cqsetcat.o cqnqpars.o cqgqpars.o cqsqpars.o cqquery.o cqrstat.o cqrinfo.o cqgrecords.o cqgfields.o cqimquery.o cqistat.o cqiminfo.o cqget.o cqdb.o cqwrdstr.o cqdtype.o xc -c -w mefappfile.x mefclose.x mefcpextn.x mefdummyh.x mefencode.x mefget.x mefgnbc.x mefgval.x mefkfind.x mefksection.x mefldhdr.x mefopen.x mefrdhdr.x mefsetpl.x mefwrhdr.x mefwrpl.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a mefappfile.o mefclose.o mefcpextn.o mefdummyh.o mefencode.o mefget.o mefgnbc.o mefgval.o mefkfind.o mefksection.o mefldhdr.o mefopen.o mefrdhdr.o mefsetpl.o mefwrhdr.o mefwrpl.o xc -c -w center1d.x clgcurfit.x clginterp.x clgsec.x cogetr.x dttext.x extrema.x getdatatype.x gstrdetab.x gstrentab.x gstrsettab.x imtools.x intrp.f isdir.x peaks.x ranges.x rmmed.x rmsorted.x rmturlach.x rngranges.x obsdb.x strdetab.x strentab.x syshost.x xt21imsum.x xtanswer.x xtargs.x xtbitarray.x xtextns.x xtgids.x xtimleneq.x xtimnames.x xtimtgetim.x xtlogfiles.x xtmaskname.x xtmksection.x xtphistory.x xtsample.x xtsort.x xtstat.x xtstripwhite.x xtsums.x xttxtfio.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a center1d.o clgcurfit.o clginterp.o clgsec.o cogetr.o dttext.o extrema.o getdatatype.o gstrdetab.o gstrentab.o gstrsettab.o imtools.o intrp.o isdir.o peaks.o ranges.o rmmed.o rmsorted.o rmturlach.o rngranges.o obsdb.o strdetab.o strentab.o syshost.o xt21imsum.o xtanswer.o xtargs.o xtbitarray.o xtextns.o xtgids.o xtimleneq.o xtimnames.o xtimtgetim.o xtlogfiles.o xtmaskname.o xtmksection.o xtphistory.o xtsample.o xtsort.o xtstat.o xtstripwhite.o xtsums.o xttxtfio.o ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libxtools.a Updated 248 files in libxtools.a check file `libxtools.a' into `lib$' purge directory `lib$' --------------------- TBTABLES -------------------- check out file `libtbtables.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libtbtables.a' warning: library `libtbtables.a' not found generic -k -p generic/ -t bcsird tcsrdary.gx xc -Inolibc -c -w tcsrdaryb.x tcsrdaryc.x tcsrdaryd.x tcsrdaryi.x tcsrdaryr.x tcsrdarys.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a tcsrdaryb.o tcsrdaryc.o tcsrdaryd.o tcsrdaryi.o tcsrdaryr.o tcsrdarys.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a を作成しています xc -Inolibc -c -w omniread.x rdselect.x rst.x selrows.x tcsaddcol.x tcsclose.x tcscolumn.x tcsintinfo.x tcslinesize.x tcsopen.x tcsshape.x tcstotsize.x tcstxtinfo.x tbcga.x tbcnel.x trsclose.x trseval.x trsgencode.x trsopen.x trsrows.x trstree.x trstrim.x whatfile.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a omniread.o rdselect.o rst.o selrows.o tcsaddcol.o tcsclose.o tcscolumn.o tcsintinfo.o tcslinesize.o tcsopen.o tcsshape.o tcstotsize.o tcstxtinfo.o tbcga.o tbcnel.o trsclose.o trseval.o trsgencode.o trsopen.o trsrows.o trstree.o trstrim.o whatfile.o NOTE: SPP FITSIO will be used for FITS tables. xc -Inolibc -c -w fsadef.x fsarch.x fsasfm.x fsbdef.x fsbnfm.x fsclos.x fscmps.x fscmsg.x fscopy.x fscpdt.x fscrhd.x fsdcol.x fsddef.x fsdelt.x fsdhdu.x fsdkey.x fsdrec.x fsdrow.x fsdsum.x fsdtyp.x fsesum.x fsfiou.x fsg2db.x fsg2dd.x fsg2de.x fsg2di.x fsg2dj.x fsg3db.x fsg3dd.x fsg3de.x fsg3di.x fsg3dj.x fsgabc.x fsgacl.x fsgbcl.x fsgcfb.x fsgcfc.x fsgcfd.x fsgcfe.x fsgcfi.x fsgcfj.x fsgcfl.x fsgcfm.x fsgcfs.x fsgcks.x fsgcl.x fsgcnn.x fsgcno.x fsgcrd.x fsgcvb.x fsgcvc.x fsgcvd.x fsgcve.x fsgcvi.x fsgcvj.x fsgcvm.x fsgcvs.x fsgcx.x fsgcxd.x fsgcxi.x fsgcxj.x fsgdes.x fsgerr.x fsggpb.x fsggpd.x fsggpe.x fsggpi.x fsggpj.x fsghad.x fsghbn.x fsghdn.x fsghpr.x fsghps.x fsghsp.x fsghtb.x fsgics.x fsgiou.x fsgkey.x fsgknd.x fsgkne.x fsgknj.x fsgknl.x fsgkns.x fsgkyd.x fsgkye.x fsgkyj.x fsgkyl.x fsgkyn.x fsgkys.x fsgkyt.x fsgmsg.x fsgpfb.x fsgpfd.x fsgpfe.x fsgpfi.x fsgpfj.x fsgpvb.x fsgpvd.x fsgpve.x fsgpvi.x fsgpvj.x fsgrec.x fsgrsz.x fsgsdt.x fsgsfb.x fsgsfd.x fsgsfe.x fsgsfi.x fsgsfj.x fsgsvb.x fsgsvd.x fsgsve.x fsgsvi.x fsgsvj.x fsgtbb.x fsgtbs.x fsgtcl.x fsgtcs.x fsgtdm.x fsgthd.x fshdef.x fsibin.x fsicol.x fsiimg.x fsikyd.x fsikye.x fsikyf.x fsikyg.x fsikyj.x fsikyl.x fsikys.x fsinit.x fsirec.x fsirow.x fsitab.x fskeyn.x fsmahd.x fsmcom.x fsmcrd.x fsmkyd.x fsmkye.x fsmkyf.x fsmkyg.x fsmkyj.x fsmkyl.x fsmkys.x fsmnam.x fsmrec.x fsmrhd.x fsnkey.x fsopen.x fsp2db.x fsp2dd.x fsp2de.x fsp2di.x fsp2dj.x fsp3db.x fsp3dd.x fsp3de.x fsp3di.x fsp3dj.x fspcks.x fspclb.x fspclc.x fspcld.x fspcle.x fspcli.x fspclj.x fspcll.x fspclm.x fspcls.x fspclu.x fspclx.x fspcnb.x fspcnd.x fspcne.x fspcni.x fspcnj.x fspcom.x fspdat.x fspdef.x fspdes.x fspgpb.x fspgpd.x fspgpe.x fspgpi.x fspgpj.x fsphbn.x fsphis.x fsphpr.x fsphtb.x fspkls.x fspknd.x fspkne.x fspknf.x fspkng.x fspknj.x fspknl.x fspkns.x fspkyd.x fspkye.x fspkyf.x fspkyg.x fspkyj.x fspkyl.x fspkys.x fspkyt.x fsplsw.x fspmsg.x fspnul.x fsppnb.x fsppnd.x fsppne.x fsppni.x fsppnj.x fspprb.x fspprd.x fsppre.x fsppri.x fspprj.x fsppru.x fsprec.x fspscl.x fspssb.x fspssd.x xc -Inolibc -c -w fspsse.x fspssi.x fspssj.x fspsvc.x fsptbb.x fsptbs.x fsptdm.x fspthp.x fsrdef.x fssnul.x fstkey.x fstnul.x fstscl.x fsucks.x fsucrd.x fsukyd.x fsukye.x fsukyf.x fsukyg.x fsukyj.x fsukyl.x fsukys.x fsvcks.x fsvers.x fswldp.x fsxypx.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a fsadef.o fsarch.o fsasfm.o fsbdef.o fsbnfm.o fsclos.o fscmps.o fscmsg.o fscopy.o fscpdt.o fscrhd.o fsdcol.o fsddef.o fsdelt.o fsdhdu.o fsdkey.o fsdrec.o fsdrow.o fsdsum.o fsdtyp.o fsesum.o fsfiou.o fsg2db.o fsg2dd.o fsg2de.o fsg2di.o fsg2dj.o fsg3db.o fsg3dd.o fsg3de.o fsg3di.o fsg3dj.o fsgabc.o fsgacl.o fsgbcl.o fsgcfb.o fsgcfc.o fsgcfd.o fsgcfe.o fsgcfi.o fsgcfj.o fsgcfl.o fsgcfm.o fsgcfs.o fsgcks.o fsgcl.o fsgcnn.o fsgcno.o fsgcrd.o fsgcvb.o fsgcvc.o fsgcvd.o fsgcve.o fsgcvi.o fsgcvj.o fsgcvm.o fsgcvs.o fsgcx.o fsgcxd.o fsgcxi.o fsgcxj.o fsgdes.o fsgerr.o fsggpb.o fsggpd.o fsggpe.o fsggpi.o fsggpj.o fsghad.o fsghbn.o fsghdn.o fsghpr.o fsghps.o fsghsp.o fsghtb.o fsgics.o fsgiou.o fsgkey.o fsgknd.o fsgkne.o fsgknj.o fsgknl.o fsgkns.o fsgkyd.o fsgkye.o fsgkyj.o fsgkyl.o fsgkyn.o fsgkys.o fsgkyt.o fsgmsg.o fsgpfb.o fsgpfd.o fsgpfe.o fsgpfi.o fsgpfj.o fsgpvb.o fsgpvd.o fsgpve.o fsgpvi.o fsgpvj.o fsgrec.o fsgrsz.o fsgsdt.o fsgsfb.o fsgsfd.o fsgsfe.o fsgsfi.o fsgsfj.o fsgsvb.o fsgsvd.o fsgsve.o fsgsvi.o fsgsvj.o fsgtbb.o fsgtbs.o fsgtcl.o fsgtcs.o fsgtdm.o fsgthd.o fshdef.o fsibin.o fsicol.o fsiimg.o fsikyd.o fsikye.o fsikyf.o fsikyg.o fsikyj.o fsikyl.o fsikys.o fsinit.o fsirec.o fsirow.o fsitab.o fskeyn.o fsmahd.o fsmcom.o fsmcrd.o fsmkyd.o fsmkye.o fsmkyf.o fsmkyg.o fsmkyj.o fsmkyl.o fsmkys.o fsmnam.o fsmrec.o fsmrhd.o fsnkey.o fsopen.o fsp2db.o fsp2dd.o fsp2de.o fsp2di.o fsp2dj.o fsp3db.o fsp3dd.o fsp3de.o fsp3di.o fsp3dj.o fspcks.o fspclb.o fspclc.o fspcld.o fspcle.o fspcli.o fspclj.o fspcll.o fspclm.o fspcls.o fspclu.o fspclx.o fspcnb.o fspcnd.o fspcne.o fspcni.o fspcnj.o fspcom.o fspdat.o fspdef.o fspdes.o fspgpb.o fspgpd.o fspgpe.o fspgpi.o fspgpj.o fsphbn.o fsphis.o fsphpr.o fsphtb.o fspkls.o fspknd.o fspkne.o fspknf.o fspkng.o fspknj.o fspknl.o fspkns.o fspkyd.o fspkye.o fspkyf.o fspkyg.o fspkyj.o fspkyl.o fspkys.o fspkyt.o fsplsw.o fspmsg.o fspnul.o fsppnb.o fsppnd.o fsppne.o fsppni.o fsppnj.o fspprb.o fspprd.o fsppre.o fsppri.o ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a fspprj.o fsppru.o fsprec.o fspscl.o fspssb.o fspssd.o fspsse.o fspssi.o fspssj.o fspsvc.o fsptbb.o fsptbs.o fsptdm.o fspthp.o fsrdef.o fssnul.o fstkey.o fstnul.o fstscl.o fsucks.o fsucrd.o fsukyd.o fsukye.o fsukyf.o fsukyg.o fsukyj.o fsukyl.o fsukys.o fsvcks.o fsvers.o fswldp.o fsxypx.o xc -Inolibc -c -w ftpcbf.x ftgcbf.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a ftpcbf.o ftgcbf.o xc -Inolibc -c -w ftadef.f ftaini.f ftarch.f ftas2c.f ftasfm.f ftbdef.f ftbini.f ftbnfm.f ftc2as.f ftc2d.f ftc2dd.f ftc2i.f ftc2ii.f ftc2l.f ftc2ll.f ftc2r.f ftc2rr.f ftc2s.f ftc2x.f ftcdel.f ftcdfl.f ftchdu.f ftchfl.f ftcins.f ftclos.f ftcmps.f ftcmsg.f ftcopy.f ftcpdt.f ftcrep.f ftcrhd.f ftcsum.f ftd2e.f ftd2f.f ftdblk.f ftdcol.f ftddef.f ftdelt.f ftdhdu.f ftdkey.f ftdrec.f ftdrow.f ftdsum.f ftdtyp.f ftesum.f ftfiou.f ftfrcl.f ftg2db.f ftg2dd.f ftg2de.f ftg2di.f ftg2dj.f ftg3db.f ftg3dd.f ftg3de.f ftg3di.f ftg3dj.f ftgabc.f ftgacl.f ftgatp.f ftgbcl.f ftgbit.f ftgbnh.f ftgbtp.f ftgcfb.f ftgcfc.f ftgcfd.f ftgcfe.f ftgcfi.f ftgcfj.f ftgcfl.f ftgcfm.f ftgcfs.f ftgcks.f ftgcl.f ftgclb.f ftgclc.f ftgcld.f ftgcle.f ftgcli.f ftgclj.f ftgclm.f ftgcls.f ftgcnn.f ftgcno.f ftgcrd.f ftgcvb.f ftgcvc.f ftgcvd.f ftgcve.f ftgcvi.f ftgcvj.f ftgcvm.f ftgcvs.f ftgcx.f ftgcxd.f ftgcxi.f ftgcxj.f ftgdes.f ftgerr.f ftgext.f ftggpb.f ftggpd.f ftggpe.f ftggpi.f ftggpj.f ftghad.f ftghbn.f ftghdn.f ftghpr.f ftghps.f ftghsp.f ftghtb.f ftgi1b.f ftgics.f ftgiou.f ftgkey.f ftgknd.f ftgkne.f ftgknj.f ftgknl.f ftgkns.f ftgkyd.f ftgkye.f ftgkyj.f ftgkyl.f ftgkyn.f ftgkys.f ftgkyt.f ftgmsg.f ftgnst.f ftgpfb.f ftgpfd.f ftgpfe.f ftgpfi.f ftgpfj.f ftgphx.f ftgprh.f ftgpvb.f ftgpvd.f ftgpve.f ftgpvi.f ftgpvj.f ftgrec.f ftgsfb.f ftgsfd.f ftgsfe.f ftgsfi.f ftgsfj.f ftgsvb.f ftgsvd.f ftgsve.f ftgsvi.f ftgsvj.f ftgtbb.f ftgtbc.f ftgtbh.f ftgtbn.f ftgtbs.f ftgtcl.f ftgtcs.f ftgtdm.f ftgthd.f ftgtkn.f ftgttb.f fthdef.f fthpdn.f fthpup.f fti1i1.f fti1i2.f fti1i4.f fti1r4.f fti1r8.f fti2c.f fti2i1.f fti2i2.f fti2i4.f fti2r4.f fti2r8.f fti4i1.f fti4i2.f fti4i4.f fti4r4.f fti4r8.f ftibin.f ftiblk.f fticol.f ftiimg.f ftikyd.f ftikye.f ftikyf.f ftikyg.f ftikyj.f ftikyl.f ftikys.f ftinit.f ftirec.f ftirow.f ftitab.f ftkeyn.f ftkshf.f ftl2c.f ftmahd.f ftmcom.f ftmcrd.f ftmkey.f ftmkyd.f ftmkye.f ftmkyf.f ftmkyg.f ftmkyj.f ftmkyl.f ftmkys.f ftmnam.f ftmodr.f ftmrec.f ftmrhd.f ftnkey.f ftnulc.f ftnulm.f ftopen.f ftp2db.f ftp2dd.f ftp2de.f ftp2di.f ftp2dj.f xc -Inolibc -c -w ftp3db.f ftp3dd.f ftp3de.f ftp3di.f ftp3dj.f ftpbit.f ftpbnh.f ftpcks.f ftpclb.f ftpclc.f ftpcld.f ftpcle.f ftpcli.f ftpclj.f ftpcll.f ftpclm.f ftpcls.f ftpclu.f ftpclx.f ftpcnb.f ftpcnd.f ftpcne.f ftpcni.f ftpcnj.f ftpcom.f ftpdat.f ftpdef.f ftpdes.f ftpdfl.f ftpgpb.f ftpgpd.f ftpgpe.f ftpgpi.f ftpgpj.f ftphbn.f ftphis.f ftphpr.f ftphtb.f ftpi1b.f ftpini.f ftpkey.f ftpkls.f ftpknd.f ftpkne.f ftpknf.f ftpkng.f ftpknj.f ftpknl.f ftpkns.f ftpkyd.f ftpkye.f ftpkyf.f ftpkyg.f ftpkyj.f ftpkyl.f ftpkys.f ftpkyt.f ftplsw.f ftpmsg.f ftpnul.f ftppnb.f ftppnd.f ftppne.f ftppni.f ftppnj.f ftpprb.f ftpprd.f ftppre.f ftpprh.f ftppri.f ftpprj.f ftppru.f ftprec.f ftprsv.f ftpscl.f ftpssb.f ftpssd.f ftpsse.f ftpssi.f ftpssj.f ftpsvc.f ftptbb.f ftptbh.f ftptbs.f ftptdm.f ftpthp.f ftr2e.f ftr2f.f ftr4i1.f ftr4i2.f ftr4i4.f ftr4r4.f ftr4r8.f ftr8i1.f ftr8i2.f ftr8i4.f ftr8r4.f ftr8r8.f ftrdef.f ftrhdu.f ftrsnm.f ftrwdn.f ftrwup.f fts2c.f ftsdnn.f ftsnul.f ftsrnn.f fttbit.f fttdnn.f fttkey.f fttkyn.f fttnul.f fttrec.f fttrnn.f fttscl.f ftucks.f ftucrd.f ftukyd.f ftukye.f ftukyf.f ftukyg.f ftukyj.f ftukyl.f ftukys.f ftuscc.f ftuscm.f ftvcks.f ftvers.f ftwend.f ftwldp.f ftxiou.f ftxmsg.f ftxypx.f fitsspp.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a ftadef.o ftaini.o ftarch.o ftas2c.o ftasfm.o ftbdef.o ftbini.o ftbnfm.o ftc2as.o ftc2d.o ftc2dd.o ftc2i.o ftc2ii.o ftc2l.o ftc2ll.o ftc2r.o ftc2rr.o ftc2s.o ftc2x.o ftcdel.o ftcdfl.o ftchdu.o ftchfl.o ftcins.o ftclos.o ftcmps.o ftcmsg.o ftcopy.o ftcpdt.o ftcrep.o ftcrhd.o ftcsum.o ftd2e.o ftd2f.o ftdblk.o ftdcol.o ftddef.o ftdelt.o ftdhdu.o ftdkey.o ftdrec.o ftdrow.o ftdsum.o ftdtyp.o ftesum.o ftfiou.o ftfrcl.o ftg2db.o ftg2dd.o ftg2de.o ftg2di.o ftg2dj.o ftg3db.o ftg3dd.o ftg3de.o ftg3di.o ftg3dj.o ftgabc.o ftgacl.o ftgatp.o ftgbcl.o ftgbit.o ftgbnh.o ftgbtp.o ftgcfb.o ftgcfc.o ftgcfd.o ftgcfe.o ftgcfi.o ftgcfj.o ftgcfl.o ftgcfm.o ftgcfs.o ftgcks.o ftgcl.o ftgclb.o ftgclc.o ftgcld.o ftgcle.o ftgcli.o ftgclj.o ftgclm.o ftgcls.o ftgcnn.o ftgcno.o ftgcrd.o ftgcvb.o ftgcvc.o ftgcvd.o ftgcve.o ftgcvi.o ftgcvj.o ftgcvm.o ftgcvs.o ftgcx.o ftgcxd.o ftgcxi.o ftgcxj.o ftgdes.o ftgerr.o ftgext.o ftggpb.o ftggpd.o ftggpe.o ftggpi.o ftggpj.o ftghad.o ftghbn.o ftghdn.o ftghpr.o ftghps.o ftghsp.o ftghtb.o ftgi1b.o ftgics.o ftgiou.o ftgkey.o ftgknd.o ftgkne.o ftgknj.o ftgknl.o ftgkns.o ftgkyd.o ftgkye.o ftgkyj.o ftgkyl.o ftgkyn.o ftgkys.o ftgkyt.o ftgmsg.o ftgnst.o ftgpfb.o ftgpfd.o ftgpfe.o ftgpfi.o ftgpfj.o ftgphx.o ftgprh.o ftgpvb.o ftgpvd.o ftgpve.o ftgpvi.o ftgpvj.o ftgrec.o ftgsfb.o ftgsfd.o ftgsfe.o ftgsfi.o ftgsfj.o ftgsvb.o ftgsvd.o ftgsve.o ftgsvi.o ftgsvj.o ftgtbb.o ftgtbc.o ftgtbh.o ftgtbn.o ftgtbs.o ftgtcl.o ftgtcs.o ftgtdm.o ftgthd.o ftgtkn.o ftgttb.o fthdef.o fthpdn.o fthpup.o fti1i1.o fti1i2.o fti1i4.o fti1r4.o fti1r8.o fti2c.o fti2i1.o fti2i2.o fti2i4.o fti2r4.o fti2r8.o fti4i1.o fti4i2.o fti4i4.o fti4r4.o fti4r8.o ftibin.o ftiblk.o fticol.o ftiimg.o ftikyd.o ftikye.o ftikyf.o ftikyg.o ftikyj.o ftikyl.o ftikys.o ftinit.o ftirec.o ftirow.o ftitab.o ftkeyn.o ftkshf.o ftl2c.o ftmahd.o ftmcom.o ftmcrd.o ftmkey.o ftmkyd.o ftmkye.o ftmkyf.o ftmkyg.o ftmkyj.o ftmkyl.o ftmkys.o ftmnam.o ftmodr.o ftmrec.o ftmrhd.o ftnkey.o ftnulc.o ftnulm.o ftopen.o ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a ftp2db.o ftp2dd.o ftp2de.o ftp2di.o ftp2dj.o ftp3db.o ftp3dd.o ftp3de.o ftp3di.o ftp3dj.o ftpbit.o ftpbnh.o ftpcks.o ftpclb.o ftpclc.o ftpcld.o ftpcle.o ftpcli.o ftpclj.o ftpcll.o ftpclm.o ftpcls.o ftpclu.o ftpclx.o ftpcnb.o ftpcnd.o ftpcne.o ftpcni.o ftpcnj.o ftpcom.o ftpdat.o ftpdef.o ftpdes.o ftpdfl.o ftpgpb.o ftpgpd.o ftpgpe.o ftpgpi.o ftpgpj.o ftphbn.o ftphis.o ftphpr.o ftphtb.o ftpi1b.o ftpini.o ftpkey.o ftpkls.o ftpknd.o ftpkne.o ftpknf.o ftpkng.o ftpknj.o ftpknl.o ftpkns.o ftpkyd.o ftpkye.o ftpkyf.o ftpkyg.o ftpkyj.o ftpkyl.o ftpkys.o ftpkyt.o ftplsw.o ftpmsg.o ftpnul.o ftppnb.o ftppnd.o ftppne.o ftppni.o ftppnj.o ftpprb.o ftpprd.o ftppre.o ftpprh.o ftppri.o ftpprj.o ftppru.o ftprec.o ftprsv.o ftpscl.o ftpssb.o ftpssd.o ftpsse.o ftpssi.o ftpssj.o ftpsvc.o ftptbb.o ftptbh.o ftptbs.o ftptdm.o ftpthp.o ftr2e.o ftr2f.o ftr4i1.o ftr4i2.o ftr4i4.o ftr4r4.o ftr4r8.o ftr8i1.o ftr8i2.o ftr8i4.o ftr8r4.o ftr8r8.o ftrdef.o ftrhdu.o ftrsnm.o ftrwdn.o ftrwup.o fts2c.o ftsdnn.o ftsnul.o ftsrnn.o fttbit.o fttdnn.o fttkey.o fttkyn.o fttnul.o fttrec.o fttrnn.o fttscl.o ftucks.o ftucrd.o ftukyd.o ftukye.o ftukyf.o ftukyg.o ftukyj.o ftukyl.o ftukys.o ftuscc.o ftuscm.o ftvcks.o ftvers.o ftwend.o ftwldp.o ftxiou.o ftxmsg.o ftxypx.o fitsspp.o xc -Inolibc -c -w tbagt.x tbapt.x tbbadf.x tbbaln.x tbbcmt.x tbbftp.x tbbnll.x tbbptf.x tbbtyp.x tbbwrd.x tbcadd.x tbcchg.x tbcdef.x tbcdef1.x tbcdes.x tbcfmt.x tbcfnd.x tbcfnd1.x tbcftl.x tbcgt.x tbciga.x tbcigi.x tbcigt.x tbcinf.x tbcnam.x tbcnit.x tbcnum.x tbcpt.x tbcrcd.x tbcscal.x tbctpe.x tbcwcd.x tbdsav.x tbegp.x tbegt.x tbeoff.x tbepp.x tbept.x tbeszt.x tbfag.x tbfanp.x tbfap.x tbfcal.x tbfchp.x tbfckn.x tbfclo.x tbfdef.x tbfdel.x tbferr.x tbffkw.x tbffmt.x tbffnd.x tbfgcm.x tbfgnp.x tbfhdl.x tbfhg.x tbfiga.x tbfopn.x tbfnam.x tbfnew.x tbfnit.x tbfnll.x tbfpcm.x tbfpnp.x tbfpri.x tbfptf.x tbfrcd.x tbfres.x tbfrsi.x tbfscal.x tbfsiz.x tbfsft.x tbftya.x tbftyb.x tbfudf.x tbfwcd.x tbfwer.x tbfwsi.x tbhad.x tbhanp.x tbhcal.x tbhckn.x tbhdel.x tbhfcm.x tbhfkr.x tbhfkw.x tbhgcm.x tbhgnp.x tbhgt.x tbhisc.x tbhkeq.x tbhpcm.x tbhpnp.x tbhpt.x tbhrpr.x tbhwpr.x tbnopen.x tbpset.x tbpsta.x tbrchg.x tbrcmp.x tbrcpy.x tbrcsc.x tbrdel.x tbrgt.x tbrnll.x tbrpt.x tbrsft.x tbrswp.x tbrudf.x tbscol.x tbsirow.x tbsopn.x tbsrow.x tbswer.x tbswer1.x tbtacc.x tbtbod.x tbtchs.x tbtclo.x tbtcpy.x tbtcre.x tbtdel.x tbtext.x tbtflu.x tbtfst.x tbtnam.x tbtopn.x tbtopns.x tbtren.x tbtrsi.x tbtscd.x tbtscu.x tbtsrt.x tbttyp.x tbtwer.x tbtwsi.x tbuopn.x tbxag.x tbxap.x tbxcg.x tbxcp.x tbxncn.x tbxnew.x tbxnll.x tbxoff.x tbxrg.x tbxrp.x tbxscp.x tbxsft.x tbxsiz.x tbxudf.x tbxwnc.x tbxwer.x tbycg.x tbycp.x tbyncn.x tbynew.x tbynll.x tbyoff.x tbyrg.x tbyrp.x tbyscn.x tbyscp.x tbysft.x tbysiz.x tbyudf.x tbywer.x tbywnc.x tbzadd.x tbzcg.x tbzclo.x tbzcol.x tbzcp.x tbzd2t.x tbzgt.x tbzi2d.x tbzi2t.x tbzt2t.x tbzkey.x tbzlin.x tbzmem.x tbznew.x tbznll.x tbzopn.x tbzpt.x tbzrds.x tbzrdx.x tbzsft.x tbzsiz.x tbzsub.x tbztyp.x tbzudf.x tbzwer.x tbzwrt.x tbparse.x tbnparse.x tbfhp_f.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a tbagt.o tbapt.o tbbadf.o tbbaln.o tbbcmt.o tbbftp.o tbbnll.o tbbptf.o tbbtyp.o tbbwrd.o tbcadd.o tbcchg.o tbcdef.o tbcdef1.o tbcdes.o tbcfmt.o tbcfnd.o tbcfnd1.o tbcftl.o tbcgt.o tbciga.o tbcigi.o tbcigt.o tbcinf.o tbcnam.o tbcnit.o tbcnum.o tbcpt.o tbcrcd.o tbcscal.o tbctpe.o tbcwcd.o tbdsav.o tbegp.o tbegt.o tbeoff.o tbepp.o tbept.o tbeszt.o tbfag.o tbfanp.o tbfap.o tbfcal.o tbfchp.o tbfckn.o tbfclo.o tbfdef.o tbfdel.o tbferr.o tbffkw.o tbffmt.o tbffnd.o tbfgcm.o tbfgnp.o tbfhdl.o tbfhg.o tbfiga.o tbfopn.o tbfnam.o tbfnew.o tbfnit.o tbfnll.o tbfpcm.o tbfpnp.o tbfpri.o tbfptf.o tbfrcd.o tbfres.o tbfrsi.o tbfscal.o tbfsiz.o tbfsft.o tbftya.o tbftyb.o tbfudf.o tbfwcd.o tbfwer.o tbfwsi.o tbhad.o tbhanp.o tbhcal.o tbhckn.o tbhdel.o tbhfcm.o tbhfkr.o tbhfkw.o tbhgcm.o tbhgnp.o tbhgt.o tbhisc.o tbhkeq.o tbhpcm.o tbhpnp.o tbhpt.o tbhrpr.o tbhwpr.o tbnopen.o tbpset.o tbpsta.o tbrchg.o tbrcmp.o tbrcpy.o tbrcsc.o tbrdel.o tbrgt.o tbrnll.o tbrpt.o tbrsft.o tbrswp.o tbrudf.o tbscol.o tbsirow.o tbsopn.o tbsrow.o tbswer.o tbswer1.o tbtacc.o tbtbod.o tbtchs.o tbtclo.o tbtcpy.o tbtcre.o tbtdel.o tbtext.o tbtflu.o tbtfst.o tbtnam.o tbtopn.o tbtopns.o tbtren.o tbtrsi.o tbtscd.o tbtscu.o tbtsrt.o tbttyp.o tbtwer.o tbtwsi.o tbuopn.o tbxag.o tbxap.o tbxcg.o tbxcp.o tbxncn.o tbxnew.o tbxnll.o tbxoff.o tbxrg.o tbxrp.o tbxscp.o tbxsft.o tbxsiz.o tbxudf.o tbxwnc.o tbxwer.o tbycg.o tbycp.o tbyncn.o tbynew.o tbynll.o tbyoff.o tbyrg.o tbyrp.o tbyscn.o tbyscp.o tbysft.o tbysiz.o tbyudf.o tbywer.o tbywnc.o tbzadd.o tbzcg.o tbzclo.o tbzcol.o tbzcp.o tbzd2t.o tbzgt.o tbzi2d.o tbzi2t.o tbzt2t.o tbzkey.o tbzlin.o tbzmem.o tbznew.o tbznll.o tbzopn.o tbzpt.o tbzrds.o tbzrdx.o tbzsft.o tbzsiz.o tbzsub.o tbztyp.o tbzudf.o tbzwer.o tbzwrt.o tbparse.o tbnparse.o tbfhp_f.o ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libtbtables.a Updated 840 files in libtbtables.a check file `libtbtables.a' into `lib$' purge directory `lib$' --------------------- DATAIO ---------------------- warning: library `libpkg.a' not found xc -c -w addcards.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a addcards.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a を作成しています Warning, mkpkg line 14: file `generic/exobands.x' not found generic -k exobands.gx -o generic/exobands.x Warning, mkpkg line 16: file `generic/exraster.x' not found generic -k exraster.gx -o generic/exraster.x xc -c -w exobands.x exraster.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a exobands.o exraster.o xc -c -w exeps.x exgif.x exiraf.x exmiff.x expgm.x exppm.x exras.x exrgb.x exvicar.x exxwd.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a exeps.o exgif.o exiraf.o exmiff.o expgm.o exppm.o exras.o exrgb.o exvicar.o exxwd.o xc -c -w exbltins.x excmap.x exhdr.x expreproc.x exrgb8.x exzscale.x t_export.x zzedbg.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a exbltins.o excmap.o exhdr.o expreproc.o exrgb8.o exzscale.o t_export.o zzedbg.o Warning, mkpkg line 15: file `generic/ipdb.x' not found generic -k ipdb.gx -o generic/ipdb.x Warning, mkpkg line 17: file `generic/ipfio.x' not found generic -k ipfio.gx -o generic/ipfio.x Warning, mkpkg line 19: file `generic/ipobands.x' not found generic -k ipobands.gx -o generic/ipobands.x Warning, mkpkg line 21: file `generic/ipproc.x' not found generic -k ipproc.gx -o generic/ipproc.x xc -c -w ipdb.x ipfio.x ipobands.x ipproc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a ipdb.o ipfio.o ipobands.o ipproc.o xc -c -w ipcmap.x ipgif.x ipras.x ipxwd.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a ipcmap.o ipgif.o ipras.o ipxwd.o xc -c -w fmtdb.x ipbuiltin.x ipinfo.x iplistpix.x ipmkhdr.x t_import.x zzidbg.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a fmtdb.o ipbuiltin.o ipinfo.o iplistpix.o ipmkhdr.o t_import.o zzidbg.o xc -c -w putcplx.x putint.x putreal.x wti_wheader.x t_wtextimage.x rt_rheader.x rt_cvtpix.x rt_rwpix.x t_rtextimage.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a putcplx.o putint.o putreal.o wti_wheader.o t_wtextimage.o rt_rheader.o rt_cvtpix.o rt_rwpix.o t_rtextimage.o xc -c -w t_reblock.x reblock_file.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a t_reblock.o reblock_file.o xc -c -w fits_cards.x fits_params.x fits_read.x fits_rheader.x fits_rimage.x fits_rpixels.x fits_wheader.x fits_wimage.x fits_wpixels.x fits_write.x fits_files.x t_rfits.x t_wfits.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a fits_cards.o fits_params.o fits_read.o fits_rheader.o fits_rimage.o fits_rpixels.o fits_wheader.o fits_wimage.o fits_wpixels.o fits_write.o fits_files.o t_rfits.o t_wfits.o xc -c -w t_bintxt.x t_txtbin.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a t_bintxt.o t_txtbin.o xc -c -w t_mtexamine.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a t_mtexamine.o xc -c -w t_rcardimage.x t_wcardimage.x conversion.x tabs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a t_rcardimage.o t_wcardimage.o conversion.o tabs.o xc -c -w t_t2d.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/dataio/libpkg.a t_t2d.o ranlib libpkg.a Updated 68 files in libpkg.a xc -c -w x_dataio.x xc -Nz x_dataio.o libpkg.a -lxtools -o xx_dataio.e move `xx_dataio.e' to `bin$x_dataio.e' --------------------- IMAGES ---------------------- check out file `libds.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libds.a' Subdirectory pkg/images/tv/display is up to date xc -c -w wlutil.x wcslab.x wlwcslab.x wlsetup.x wlgrid.x wllabel.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libds.a wlutil.o wcslab.o wlwcslab.o wlsetup.o wlgrid.o wllabel.o ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libds.a Updated 6 files in libds.a check file `libds.a' into `lib$' warning: library `libpkg.a' not found xc -c -w epbackground.x epcol.x epcolon.x epconstant.x epdisplay.x epdosurface.x epgcur.x epgdata.x epgsfit.x epimcopy.x epinput.x epline.x epmask.x epmove.x epnoise.x epreplace.x epsearch.x epsetpars.x epstatistics.x epsurface.x t_imedit.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/tv/libpkg.a epbackground.o epcol.o epcolon.o epconstant.o epdisplay.o epdosurface.o epgcur.o epgdata.o epgsfit.o epimcopy.o epinput.o epline.o epmask.o epmove.o epnoise.o epreplace.o epsearch.o epsetpars.o epstatistics.o epsurface.o t_imedit.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/tv/libpkg.a を作成しています xc -c -w iecimexam.x iecolon.x iedisplay.x ieeimexam.x iegcur.x iegdata.x iegimage.x iegnfr.x iegraph.x iehimexam.x ieimname.x iejimexam.x ielimexam.x iemw.x ieopenlog.x iepos.x ieprint.x ieqrimexam.x ierimexam.x iesimexam.x iestatistics.x ietimexam.x ievimexam.x stfmeasure.x stfprofile.x t_imexam.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/tv/libpkg.a iecimexam.o iecolon.o iedisplay.o ieeimexam.o iegcur.o iegdata.o iegimage.o iegnfr.o iegraph.o iehimexam.o ieimname.o iejimexam.o ielimexam.o iemw.o ieopenlog.o iepos.o ieprint.o ieqrimexam.o ierimexam.o iesimexam.o iestatistics.o ietimexam.o ievimexam.o stfmeasure.o stfprofile.o t_imexam.o xc -c -w mkbmark.x mkcolon.x mkgmarks.x mkgpars.x mkgscur.x mkremove.x mkfind.x mkppars.x mkmag.x mkmark.x mknew.x mkonemark.x mkoutname.x mkshow.x mktext.x mktools.x t_tvmark.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/tv/libpkg.a mkbmark.o mkcolon.o mkgmarks.o mkgpars.o mkgscur.o mkremove.o mkfind.o mkppars.o mkmag.o mkmark.o mknew.o mkonemark.o mkoutname.o mkshow.o mktext.o mktools.o t_tvmark.o xc -c -w t_wcslab.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/tv/libpkg.a t_wcslab.o ranlib libpkg.a Updated 65 files in libpkg.a xc -c -w x_tv.x xc -Nz x_tv.o libpkg.a -liminterp -lncar -lgks -lds -lxtools -lgsurfit -lnlfit -lcurfit -lllsq -liminterp -o xx_tv.e move `xx_tv.e' to `bin$x_tv.e' check out file `libimc.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/libimc.a' warning: library `libimc.a' not found Warning, mkpkg line 12: file `generic/icaclip.x' not found generic -k icaclip.gx -o generic/icaclip.x Warning, mkpkg line 14: file `generic/icaverage.x' not found generic -k icaverage.gx -o generic/icaverage.x Warning, mkpkg line 16: file `generic/icquad.x' not found generic -k icquad.gx -o generic/icquad.x Warning, mkpkg line 18: file `generic/icnmodel.x' not found generic -k icnmodel.gx -o generic/icnmodel.x Warning, mkpkg line 20: file `generic/iccclip.x' not found generic -k iccclip.gx -o generic/iccclip.x Warning, mkpkg line 22: file `generic/icgdata.x' not found generic -k icgdata.gx -o generic/icgdata.x Warning, mkpkg line 24: file `generic/icgrow.x' not found generic -k icgrow.gx -o generic/icgrow.x Warning, mkpkg line 26: file `generic/icmedian.x' not found generic -k icmedian.gx -o generic/icmedian.x Warning, mkpkg line 28: file `generic/icmm.x' not found generic -k icmm.gx -o generic/icmm.x Warning, mkpkg line 30: file `generic/icomb.x' not found generic -k icomb.gx -o generic/icomb.x Warning, mkpkg line 32: file `generic/icpclip.x' not found generic -k icpclip.gx -o generic/icpclip.x Warning, mkpkg line 34: file `generic/icsclip.x' not found generic -k icsclip.gx -o generic/icsclip.x Warning, mkpkg line 36: file `generic/icsigma.x' not found generic -k icsigma.gx -o generic/icsigma.x Warning, mkpkg line 38: file `generic/icsort.x' not found generic -k icsort.gx -o generic/icsort.x Warning, mkpkg line 40: file `generic/icstat.x' not found generic -k icstat.gx -o generic/icstat.x Warning, mkpkg line 43: file `generic/xtimmap.x' not found generic -k xtimmap.gx -o generic/xtimmap.x xc -c -w icaclip.x icaverage.x iccclip.x icgdata.x icgrow.x icmedian.x icmm.x icnmodel.x icomb.x icpclip.x icquad.x icsclip.x icsigma.x icsort.x icstat.x xtimmap.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimc.a icaclip.o icaverage.o iccclip.o icgdata.o icgrow.o icmedian.o icmm.o icnmodel.o icomb.o icpclip.o icquad.o icsclip.o icsigma.o icsort.o icstat.o xtimmap.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimc.a を作成しています xc -c -w icemask.x icgscale.x ichdr.x icimstack.x iclog.x icmask.x icombine.x icpmmap.x icrmasks.x icscale.x icsection.x icsetout.x tymax.x xtprocid.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimc.a icemask.o icgscale.o ichdr.o icimstack.o iclog.o icmask.o icombine.o icpmmap.o icrmasks.o icscale.o icsection.o icsetout.o tymax.o xtprocid.o ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/lib/../bin/libimc.a Updated 30 files in libimc.a check file `libimc.a' into `lib$' warning: library `libpkg.a' not found xc -c -w ccfunc.x ccstd.x ccxytran.x healpix.x rgstr.x sfconvolve.x sffind.x sftools.x skyctran.x t_ccfind.x t_ccget.x t_ccmap.x t_ccsetwcs.x t_ccstd.x t_cctran.x t_ccxymatch.x t_hpctran.x t_imcctran.x t_skyctran.x t_starfind.x t_wcsctran.x t_wcsedit.x t_wcsreset.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a ccfunc.o ccstd.o ccxytran.o healpix.o rgstr.o sfconvolve.o sffind.o sftools.o skyctran.o t_ccfind.o t_ccget.o t_ccmap.o t_ccsetwcs.o t_ccstd.o t_cctran.o t_ccxymatch.o t_hpctran.o t_imcctran.o t_skyctran.o t_starfind.o t_wcsctran.o t_wcsedit.o t_wcsreset.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a を作成しています Subdirectory pkg/images/imcoords is up to date xc -c -w aboxcar.x boxcar.x convolve.x fmd_buf.x fmd_hist.x fmd_maxmin.x fmedian.x fmode.x frmedian.x frmode.x med_buf.x median.x med_sort.x med_utils.x mode.x radcnv.x rmedian.x rmode.x runmed.x t_boxcar.x t_convolve.x t_fmedian.x t_fmode.x t_frmedian.x t_frmode.x t_gauss.x t_gradient.x t_laplace.x t_median.x t_mode.x t_rmedian.x t_rmode.x t_runmed.x xyconvolve.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a aboxcar.o boxcar.o convolve.o fmd_buf.o fmd_hist.o fmd_maxmin.o fmedian.o fmode.o frmedian.o frmode.o med_buf.o median.o med_sort.o med_utils.o mode.o radcnv.o rmedian.o rmode.o runmed.o t_boxcar.o t_convolve.o t_fmedian.o t_fmode.o t_frmedian.o t_frmode.o t_gauss.o t_gradient.o t_laplace.o t_median.o t_mode.o t_rmedian.o t_rmode.o t_runmed.o xyconvolve.o Subdirectory pkg/images/imfilter is up to date xc -c -w fit1d.x imsurfit.x pixlist.x ranges.x t_imsurfit.x t_lineclean.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a fit1d.o imsurfit.o pixlist.o ranges.o t_imsurfit.o t_lineclean.o Subdirectory pkg/images/imfit is up to date Warning, mkpkg line 11: file `generic/blkav.x' not found generic -k blkav.gx -o generic/blkav.x Warning, mkpkg line 13: file `generic/blkrp.x' not found generic -k blkrp.gx -o generic/blkrp.x Warning, mkpkg line 15: file `generic/imtrans.x' not found generic -k imtrans.gx -o generic/imtrans.x Warning, mkpkg line 17: file `generic/im3dtran.x' not found generic -k im3dtran.gx -o generic/im3dtran.x xc -c -w blkav.x blkrp.x imtrans.x im3dtran.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a blkav.o blkrp.o imtrans.o im3dtran.o xc -c -w blkcomp.x shiftlines.x t_blkavg.x t_blkrep.x t_imshift.x t_imtrans.x t_im3dtran.x t_magnify.x t_shiftlines.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a blkcomp.o shiftlines.o t_blkavg.o t_blkrep.o t_imshift.o t_imtrans.o t_im3dtran.o t_magnify.o t_shiftlines.o Subdirectory pkg/images/imgeom is up to date xc -c -w geofunc.x geotimtran.x geotran.x geoxytran.x t_geomap.x t_geotran.x t_geoxytran.x trinvert.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a geofunc.o geotimtran.o geotran.o geoxytran.o t_geomap.o t_geotran.o t_geoxytran.o trinvert.o xc -c -w t_imcombine.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a t_imcombine.o xc -c -w rglcolon.x rgldbio.x rgldelete.x rgliscale.x rglpars.x rglplot.x rglregions.x rglscale.x rglshow.x rglsqfit.x rgltools.x t_linmatch.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a rglcolon.o rgldbio.o rgldelete.o rgliscale.o rglpars.o rglplot.o rglregions.o rglscale.o rglshow.o rglsqfit.o rgltools.o t_linmatch.o xc -c -w t_imctroid.x t_xyxymatch.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a t_imctroid.o t_xyxymatch.o xc -c -w rgpbckgrd.x rgpcolon.x rgpconvolve.x rgpisfm.x rgpfft.x rgpfilter.x rgppars.x rgpregions.x rgpsfm.x rgpshow.x rgptools.x t_psfmatch.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a rgpbckgrd.o rgpcolon.o rgpconvolve.o rgpisfm.o rgpfft.o rgpfilter.o rgppars.o rgpregions.o rgpsfm.o rgpshow.o rgptools.o t_psfmatch.o xc -c -w rgmatchio.x t_skyxymatch.x t_wcscopy.x t_wcsxymatch.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a rgmatchio.o t_skyxymatch.o t_wcscopy.o t_wcsxymatch.o xc -c -w rgxbckgrd.x rgxcolon.x rgxcorr.x rgxdbio.x rgxfft.x rgxfit.x rgxgpars.x rgxicorr.x rgximshift.x rgxplot.x rgxppars.x rgxregions.x rgxshow.x rgxtools.x rgxtransform.x t_xregister.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a rgxbckgrd.o rgxcolon.o rgxcorr.o rgxdbio.o rgxfft.o rgxfit.o rgxgpars.o rgxicorr.o rgximshift.o rgxplot.o rgxppars.o rgxregions.o rgxshow.o rgxtools.o rgxtransform.o t_xregister.o Subdirectory pkg/images/immatch/src is up to date Subdirectory pkg/images/immatch is up to date Warning, mkpkg line 14: file `generic/imfuncs.x' not found generic -k imfuncs.gx -o generic/imfuncs.x Warning, mkpkg line 17: file `generic/imjoin.x' not found generic -k imjoin.gx -o generic/imjoin.x Warning, mkpkg line 20: file `generic/imrep.x' not found generic -k imrep.gx -o generic/imrep.x Warning, mkpkg line 23: file `generic/imsum.x' not found generic -k imsum.gx -o generic/imsum.x Warning, mkpkg line 26: file `generic/imaadd.x' not found generic -k imaadd.gx -o generic/imaadd.x Warning, mkpkg line 28: file `generic/imadiv.x' not found generic -k imadiv.gx -o generic/imadiv.x Warning, mkpkg line 30: file `generic/imamax.x' not found generic -k imamax.gx -o generic/imamax.x Warning, mkpkg line 32: file `generic/imamin.x' not found generic -k imamin.gx -o generic/imamin.x Warning, mkpkg line 34: file `generic/imamul.x' not found generic -k imamul.gx -o generic/imamul.x Warning, mkpkg line 36: file `generic/imasub.x' not found generic -k imasub.gx -o generic/imasub.x Warning, mkpkg line 38: file `generic/imanl.x' not found generic -k imanl.gx -o generic/imanl.x xc -c -w imaadd.x imadiv.x imamax.x imamin.x imamul.x imanl.x imasub.x imfuncs.x imjoin.x imrep.x imsum.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a imaadd.o imadiv.o imamax.o imamin.o imamul.o imanl.o imasub.o imfuncs.o imjoin.o imrep.o imsum.o xc -c -w getcmd.x gettok.x hedit.x imdelete.x imexpr.x iegsym.x imfunction.x imgets.x imheader.x imhistogram.x imminmax.x listpixels.x minmax.x nhedit.x t_imstat.x t_sections.x hselect.x t_imarith.x t_imaxes.x t_chpix.x t_imcopy.x t_imdivide.x t_imjoin.x t_imrename.x t_imreplace.x t_imslice.x t_imsum.x t_imstack.x t_imtile.x t_minmax.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a getcmd.o gettok.o hedit.o imdelete.o imexpr.o iegsym.o imfunction.o imgets.o imheader.o imhistogram.o imminmax.o listpixels.o minmax.o nhedit.o t_imstat.o t_sections.o hselect.o t_imarith.o t_imaxes.o t_chpix.o t_imcopy.o t_imdivide.o t_imjoin.o t_imrename.o t_imreplace.o t_imslice.o t_imsum.o t_imstack.o t_imtile.o t_minmax.o Subdirectory pkg/images/imutil is up to date xc -c -w imcopy.x rgbckgrd.x rgcontour.x rgfft.x liststr.x rgwrdstr.x rgccwcs.x rgsort.x rglltran.x rgxymatch.x rgmerge.x rgtransform.x xymatch.x geofit.x geogmap.x geograph.x geoset.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/images/libpkg.a imcopy.o rgbckgrd.o rgcontour.o rgfft.o liststr.o rgwrdstr.o rgccwcs.o rgsort.o rglltran.o rgxymatch.o rgmerge.o rgtransform.o xymatch.o geofit.o geogmap.o geograph.o geoset.o ranlib libpkg.a Updated 189 files in libpkg.a xc -c -w x_images.x xc -Nz x_images.o libpkg.a -limc -lxtools -lcurfit -lsurfit -lgsurfit -liminterp -lnlfit -lslalib -lncar -lgks -o xx_images.e move `xx_images.e' to `bin$x_images.e' --------------------- LISTS ----------------------- warning: library `libpkg.a' not found xc -c -w columns.x lintran.x rgcursor.x rimcursor.x table.x tokens.x unique.x words.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/lists/libpkg.a columns.o lintran.o rgcursor.o rimcursor.o table.o tokens.o unique.o words.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/lists/libpkg.a を作成しています ranlib libpkg.a Updated 8 files in libpkg.a xc -c -w x_lists.x xc -Nz x_lists.o libpkg.a -lxtools -lds -o xx_lists.e move `xx_lists.e' to `bin$x_lists.e' --------------------- OBSOLETE -------------------- warning: library `libpkg.a' not found Warning, mkpkg line 24: file `generic/fixcol.x' not found generic -k fixcol.gx -o generic/fixcol.x Warning, mkpkg line 26: file `generic/fixline.x' not found generic -k fixline.gx -o generic/fixline.x xc -c -w fixcol.x fixline.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/obsolete/libpkg.a fixcol.o fixline.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/obsolete/libpkg.a を作成しています xc -c -w fits_cards.x fits_params.x fits_read.x fits_rheader.x fits_rimage.x fits_rpixels.x fits_wheader.x fits_wimage.x fits_wpixels.x fits_write.x ranges.x t_rfits.x t_wfits.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/obsolete/libpkg.a fits_cards.o fits_params.o fits_read.o fits_rheader.o fits_rimage.o fits_rpixels.o fits_wheader.o fits_wimage.o fits_wpixels.o fits_write.o ranges.o t_rfits.o t_wfits.o Warning, mkpkg line 11: file `generic/icaclip.x' not found generic -k icaclip.gx -o generic/icaclip.x Warning, mkpkg line 13: file `generic/icaverage.x' not found generic -k icaverage.gx -o generic/icaverage.x Warning, mkpkg line 15: file `generic/iccclip.x' not found generic -k iccclip.gx -o generic/iccclip.x Warning, mkpkg line 17: file `generic/icgdata.x' not found generic -k icgdata.gx -o generic/icgdata.x Warning, mkpkg line 19: file `generic/icgrow.x' not found generic -k icgrow.gx -o generic/icgrow.x Warning, mkpkg line 21: file `generic/icmedian.x' not found generic -k icmedian.gx -o generic/icmedian.x Warning, mkpkg line 23: file `generic/icmm.x' not found generic -k icmm.gx -o generic/icmm.x Warning, mkpkg line 25: file `generic/icombine.x' not found generic -k icombine.gx -o generic/icombine.x Warning, mkpkg line 27: file `generic/icpclip.x' not found generic -k icpclip.gx -o generic/icpclip.x Warning, mkpkg line 29: file `generic/icsclip.x' not found generic -k icsclip.gx -o generic/icsclip.x Warning, mkpkg line 31: file `generic/icsigma.x' not found generic -k icsigma.gx -o generic/icsigma.x Warning, mkpkg line 33: file `generic/icsort.x' not found generic -k icsort.gx -o generic/icsort.x Warning, mkpkg line 35: file `generic/icstat.x' not found generic -k icstat.gx -o generic/icstat.x xc -c -w icaclip.x icaverage.x iccclip.x icgdata.x icgrow.x icmedian.x icmm.x icombine.x icpclip.x icsclip.x icsigma.x icsort.x icstat.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/obsolete/libpkg.a icaclip.o icaverage.o iccclip.o icgdata.o icgrow.o icmedian.o icmm.o icombine.o icpclip.o icsclip.o icsigma.o icsort.o icstat.o xc -c -w icimstack.x iclog.x icmask.x icrmasks.x icscale.x icsection.x icsetout.x t_imcombine.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/obsolete/libpkg.a icimstack.o iclog.o icmask.o icrmasks.o icscale.o icsection.o icsetout.o t_imcombine.o xc -c -w t_fixpix.x t_imtitle.x t_mkhgm.x t_oimstat.x t_radplt.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/obsolete/libpkg.a t_fixpix.o t_imtitle.o t_mkhgm.o t_oimstat.o t_radplt.o ranlib libpkg.a Updated 41 files in libpkg.a xc -c -w x_obsolete.x xc -Nz x_obsolete.o libpkg.a -lxtools -o xx_obsolete.e move `xx_obsolete.e' to `bin$x_obsolete.e' --------------------- PLOT ------------------------ warning: library `libpkg.a' not found xc -c -w calchgms.x crtulut.x drawgraph.x drawgrey.x mapimage.x minmax.x plothgms.x plotimage.x setxform.x sigl2.x t_crtpict.x tweakndc.x xformimage.x xyscale.x zscale.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/plot/libpkg.a calchgms.o crtulut.o drawgraph.o drawgrey.o mapimage.o minmax.o plothgms.o plotimage.o setxform.o sigl2.o t_crtpict.o tweakndc.o xformimage.o xyscale.o zscale.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/plot/libpkg.a を作成しています xc -c -w gdevices.x getdata.x hgpline.x improject.x impprofile.x impstatus.x initmarker.x perim.x phistogram.x phminmax.x pltwcs.x t_contour.x t_gkidir.x t_gkimos.x t_gkixt.x t_graph.x t_hafton.x t_implot.x t_pcol.x t_pcols.x t_pradprof.x t_prow.x t_prows.x t_pvector.x t_surface.x t_velvect.x vport.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/plot/libpkg.a gdevices.o getdata.o hgpline.o improject.o impprofile.o impstatus.o initmarker.o perim.o phistogram.o phminmax.o pltwcs.o t_contour.o t_gkidir.o t_gkimos.o t_gkixt.o t_graph.o t_hafton.o t_implot.o t_pcol.o t_pcols.o t_pradprof.o t_prow.o t_prows.o t_pvector.o t_surface.o t_velvect.o vport.o ranlib libpkg.a Updated 42 files in libpkg.a xc -c -w x_plot.x xc -Nz x_plot.o libpkg.a -lncar -lgks -lxtools -liminterp -o xx_plot.e xc -c -w x_ncar.x xc -Nz x_ncar.o libpkg.a -lncar -lgks -lxtools -o xx_ncar.e move `xx_plot.e' to `bin$x_plot.e' move `xx_ncar.e' to `bin$x_ncar.e' --------------------- PROTO ----------------------- warning: library `libpkg.a' not found xc -c -w t_rgbdither.x t_rgbsun.x t_rgbto8.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/color/src/libpkg.a t_rgbdither.o t_rgbsun.o t_rgbto8.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/color/src/libpkg.a を作成しています ranlib libpkg.a Updated 3 files in libpkg.a xc -c -w x_color.x xc -Nz x_color.o libpkg.a -o xx_color.e warning: library `libpkg.a' not found xc -c -w t_im3dtran.x txyz3.x txzy3.x tyxz3.x tyzx3.x tzxy3.x tzyx3.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/vol/src/libpkg.a t_im3dtran.o txyz3.o txzy3.o tyxz3.o tyzx3.o tzxy3.o tzyx3.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/vol/src/libpkg.a を作成しています xc -c -w t_i2sun.x trulut.x trsetup.x cnvimage.x sigln.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/vol/src/libpkg.a t_i2sun.o trulut.o trsetup.o cnvimage.o sigln.o xc -c -w t_pvol.x vproject.x vmatrix.x vtransmit.x vgetincr.x pv_gmem.x t_imjoin.x imjoin.x imminmax.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/vol/src/libpkg.a t_pvol.o vproject.o vmatrix.o vtransmit.o vgetincr.o pv_gmem.o t_imjoin.o imjoin.o imminmax.o ranlib libpkg.a Updated 21 files in libpkg.a xc -c -w x_vol.x xc -Nz x_vol.o libpkg.a -lxtools -o xx_vol.e warning: library `libpkg.a' not found xc -c -w t_mimstat.x mstcache.x t_rskysub.x rsstats.x rsmmean.x rsmean.x rsscache.x rsreject.x rsfnames.x mimstat.x mptools.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/libpkg.a t_mimstat.o mstcache.o t_rskysub.o rsstats.o rsmmean.o rsmean.o rsscache.o rsreject.o rsfnames.o mimstat.o mptools.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/libpkg.a を作成しています xc -c -w t_mskexpr.x memkmask.x t_mskregions.x mesetreg.x mesetexpr.x meregmask.x peregfuncs.x peregufcn.x megeom.x meregfuncs.x mskexpand.x megsym.x gettok.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/libpkg.a t_mskexpr.o memkmask.o t_mskregions.o mesetreg.o mesetexpr.o meregmask.o peregfuncs.o peregufcn.o megeom.o meregfuncs.o mskexpand.o megsym.o gettok.o xc -c -w epix.x fields.x interp.x intrp.f t_binfil.x t_bscale.x t_fixpix.x t_hfix.x t_imext.x t_imcntr.x t_imscale.x t_joinlines.x t_mask2text.x t_mkglbhdr.x t_suntoiraf.x t_text2mask.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/proto/libpkg.a epix.o fields.o interp.o intrp.o t_binfil.o t_bscale.o t_fixpix.o t_hfix.o t_imext.o t_imcntr.o t_imscale.o t_joinlines.o t_mask2text.o t_mkglbhdr.o t_suntoiraf.o t_text2mask.o ranlib libpkg.a Updated 40 files in libpkg.a xc -c -w x_proto.x xc -Nz x_proto.o libpkg.a -lxtools -liminterp -o xx_proto.e move `xx_color.e' to `bin$x_color.e' move `xx_vol.e' to `bin$x_vol.e' move `xx_proto.e' to `bin$x_proto.e' --------------------- UTILITIES ------------------- warning: library `libpkg.a' not found generic -k -p generic/ -t sird tmcp1.gx generic -k -p generic/ -t bcsird tirows.gx generic -k -p generic/ -t bcsird tich.gx generic -k -p generic/ -t bcsird txthv.gx generic -k -p generic/ -t bcsird txtcpt.gx xc -c -w tscopy.x tcpyone.x tcpyrow.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tscopy.o tcpyone.o tcpyrow.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a を作成しています xc -c -w txtcptb.x txtcptc.x txtcptd.x txtcpti.x txtcptr.x txtcpts.x txthvb.x txthvc.x txthvd.x txthvi.x txthvr.x txthvs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a txtcptb.o txtcptc.o txtcptd.o txtcpti.o txtcptr.o txtcpts.o txthvb.o txthvc.o txthvd.o txthvi.o txthvr.o txthvs.o xc -c -w txtable.x txtone.x txtcpy.x txtcpyco.x txtcpysc.x txthc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a txtable.o txtone.o txtcpy.o txtcpyco.o txtcpysc.o txthc.o xc -c -w tximage.x txione.x txicpy.x txihc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tximage.o txione.o txicpy.o txihc.o xc -c -w tirowsb.x tirowsc.x tirowsd.x tirowsi.x tirowsr.x tirowss.x tichb.x tichc.x tichd.x tichi.x tichr.x tichs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tirowsb.o tirowsc.o tirowsd.o tirowsi.o tirowsr.o tirowss.o tichb.o tichc.o tichd.o tichi.o tichr.o tichs.o xc -c -w ticc.x ticopy.x tiheader.x tinew.x tinsert.x tisetc.x titable.x tiupdate.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a ticc.o ticopy.o tiheader.o tinew.o tinsert.o tisetc.o titable.o tiupdate.o xc -c -w tmcp1s.x tmcp1i.x tmcp1r.x tmcp1d.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tmcp1s.o tmcp1i.o tmcp1r.o tmcp1d.o xc -c -w tiimage.x tmcopy.x tmhc.x tmheader.x tmloop.x tmmode.x tmscan.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tiimage.o tmcopy.o tmhc.o tmheader.o tmloop.o tmmode.o tmscan.o Subdirectory pkg/utilities/nttools/threed is up to date xc -c -w odget.x odmap.x odopep.x odpare.x odput.x odsetn.x odunmp.x odwcsn.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a odget.o odmap.o odopep.o odpare.o odput.o odsetn.o odunmp.o odwcsn.o xc -c -w spchag.x spdise.x spmapt.x sprote.x spstry.x sptras.x spw2ld.x spwcss.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a spchag.o spdise.o spmapt.o sprote.o spstry.o sptras.o spw2ld.o spwcss.o xc -c -w wlutil.x wcslab.x wlwcslab.x wlsetup.x wlgrid.x wllabel.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a wlutil.o wcslab.o wlwcslab.o wlsetup.o wlgrid.o wllabel.o xc -c -w changt.x checkdim.x cif.x clgnone.x copyimg.x errxit.x fbuild.x fparse.x grmimy.x isblank.x lubksb.f lubksd.f ludcmd.x ludcmp.x postexit.x sbuf.x similar.x strjust.x stxgetcoord.x tpbreak.x tpclose.x tpcount.x tpfetch.x tpgroup.x tpimtype.x tpopen.x tpparse.x vexcompile.x vexeval.x vexfree.x vexfunc.x vexstack.x word.x xtwcs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a changt.o checkdim.o cif.o clgnone.o copyimg.o errxit.o fbuild.o fparse.o grmimy.o isblank.o lubksb.o lubksd.o ludcmd.o ludcmp.o postexit.o sbuf.o similar.o strjust.o stxgetcoord.o tpbreak.o tpclose.o tpcount.o tpfetch.o tpgroup.o tpimtype.o tpopen.o tpparse.o vexcompile.o vexeval.o vexfree.o vexfunc.o vexstack.o word.o xtwcs.o xc -c -w taextract.x tainsert.x taincr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a taextract.o tainsert.o taincr.o xc -c -w addslash.x datatype.x filetype.x getimghdr.x gettabdat.x gettabhdr.x isdouble.x keypar.x keytab.x parkey.x partab.x putimghdr.x puttabdat.x puttabhdr.x tabaccess.x tabhdrtyp.x tabkey.x tabpar.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a addslash.o datatype.o filetype.o getimghdr.o gettabdat.o gettabhdr.o isdouble.o keypar.o keytab.o parkey.o partab.o putimghdr.o puttabdat.o puttabhdr.o tabaccess.o tabhdrtyp.o tabkey.o tabpar.o xc -c -w gtdelete.x gtdodel.x gthinfo.x gtplot.x gtrdxycol.x gtupdate.x gtwrdata.x gtwrhead.x t_gtedit.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a gtdelete.o gtdodel.o gthinfo.o gtplot.o gtrdxycol.o gtupdate.o gtwrdata.o gtwrhead.o t_gtedit.o xc -c -w imtab.x itbwcs.x tabim.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a imtab.o itbwcs.o tabim.o xc -c -w expr.x keyselect.x keyword.x list.x tab.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a expr.o keyselect.o keyword.o list.o tab.o xc -c -w allcols.x allrows.x ftnexpr.x gettabcol.x inquotes.x invert.x mjd.x newcolnam.x reorder.x select.x tabvar.x tbfile.x tuopen.x tbleval.x tblsearch.x tblsort.x tblterm.x tctexp.x tldtype.x unique.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a allcols.o allrows.o ftnexpr.o gettabcol.o inquotes.o invert.o mjd.o newcolnam.o reorder.o select.o tabvar.o tbfile.o tuopen.o tbleval.o tblsearch.o tblsort.o tblterm.o tctexp.o tldtype.o unique.o xc -c -w tcalc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tcalc.o xc -c -w tchcol.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tchcol.o xc -c -w tchsize.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tchsize.o xc -c -w cmdsplit.x tcheck.x wrtcheck.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a cmdsplit.o tcheck.o wrtcheck.o xc -c -w iswholetab.x tcopy.x tdelete.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a iswholetab.o tcopy.o tdelete.o xc -c -w tcreate.x gnextl.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tcreate.o gnextl.o xc -c -w tbldiff.x tdiffer.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tbldiff.o tdiffer.o xc -c -w addch.x addstr.x bindstruct.x box.x clear.x clearok.x clrtobot.x clrtoeol.x delch.x deleteln.x delwin.x echo.x endwin.x erase.x freescreen.x getch.x getscreen.x getstr.x getstruct.x getyx.x hidewin.x inch.x initscr.x insch.x insertln.x leaveok.x move.x mvwin.x mvword.x newwin.x putscreen.x refresh.x savewin.x scrollok.x showwin.x standout.x wdimen.x winstat.x wslide.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a addch.o addstr.o bindstruct.o box.o clear.o clearok.o clrtobot.o clrtoeol.o delch.o deleteln.o delwin.o echo.o endwin.o erase.o freescreen.o getch.o getscreen.o getstr.o getstruct.o getyx.o hidewin.o inch.o initscr.o insch.o insertln.o leaveok.o move.o mvwin.o mvword.o newwin.o putscreen.o refresh.o savewin.o scrollok.o showwin.o standout.o wdimen.o winstat.o wslide.o xc -c -w fmbegin.x fmcheck.x fmend.x fmhelp.x fmgetform.x fmmkform.x fmprompt.x fmredraw.x formfn.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a fmbegin.o fmcheck.o fmend.o fmhelp.o fmgetform.o fmmkform.o fmprompt.o fmredraw.o formfn.o xc -c -w kbegin.x kcompile.x kconvert.x kdoline.x kend.x kget.x khelp.x kpushbk.x psbegin.x psbeep.x psend.x psfill.x psheight.x psintersect.x psscreen.x pssendcap.x pssetcur.x psslide.x pssynch.x pswidth.x pswrite.x pswrtcells.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a kbegin.o kcompile.o kconvert.o kdoline.o kend.o kget.o khelp.o kpushbk.o psbegin.o psbeep.o psend.o psfill.o psheight.o psintersect.o psscreen.o pssendcap.o pssetcur.o psslide.o pssynch.o pswidth.o pswrite.o pswrtcells.o Subdirectory pkg/utilities/nttools/tedit/display is up to date xc -c -w bell.x command.x edit.x field.x paste.x prompt.x screen.x substitute.x table.x tedit.x tread.x window.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a bell.o command.o edit.o field.o paste.o prompt.o screen.o substitute.o table.o tedit.o tread.o window.o xc -c -w dbgrules.x lexer.x mkrules.x movelem.x movtbrow.x parser.x pushstack.x span.x texpand.x userules.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a dbgrules.o lexer.o mkrules.o movelem.o movtbrow.o parser.o pushstack.o span.o texpand.o userules.o xc -c -w t_thedit.x t_thselect.x tkw.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a t_thedit.o t_thselect.o tkw.o xc -c -w tinfo.x tlcol.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tinfo.o tlcol.o xc -c -w tintegrate.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tintegrate.o xc -c -w closeiotab.x dojoin.x freetol.x isnumber.x issame.x mkjoin.x openitab.x openotab.x readtol.x removejcol.x renamecol.x spptype.x tjoin.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a closeiotab.o dojoin.o freetol.o isnumber.o issame.o mkjoin.o openitab.o openotab.o readtol.o removejcol.o renamecol.o spptype.o tjoin.o xc -c -w tlinear.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tlinear.o xc -c -w getmatch.x getnorm.x getweight.x infomatch.x putmatch.x rowname.x setindex.x sortclose.x sortdist.x tmatch.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a getmatch.o getnorm.o getweight.o infomatch.o putmatch.o rowname.o setindex.o sortclose.o sortdist.o tmatch.o xc -c -w tmerge.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tmerge.o xc -c -w tdump.x tprint.x tprhtml.x tprplain.x tprlatex.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tdump.o tprint.o tprhtml.o tprplain.o tprlatex.o xc -c -w tproduct.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tproduct.o xc -c -w nextuniq.x tproject.x wproject.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a nextuniq.o tproject.o wproject.o xc -c -w doquery.x tquery.x wquery.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a doquery.o tquery.o wquery.o xc -c -w tnamcls.x tnamgio.x tnaminit.x trebin.x tucspl.x tudcol.x tugcol.x tugetput.x tuhunt.x tuiepn.x tuifit.x tuinterp.x tuiset.x tuispl.x tuival.x tutrim.x tuxget.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tnamcls.o tnamgio.o tnaminit.o trebin.o tucspl.o tudcol.o tugcol.o tugetput.o tuhunt.o tuiepn.o tuifit.o tuinterp.o tuiset.o tuispl.o tuival.o tutrim.o tuxget.o xc -c -w subset.x tselect.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a subset.o tselect.o xc -c -w tblextsort.x tblintsort.x tblmaxrow.x tsort.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tblextsort.o tblintsort.o tblmaxrow.o tsort.o xc -c -w thistogram.x thoptions.x tstat.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a thistogram.o thoptions.o tstat.o xc -c -w ttranspose.x ttrflip.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a ttranspose.o ttrflip.o xc -c -w abrev.x convertcol.x factor.x parseunits.x tuniterr.x tunits.x unhash.x units.x unstr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a abrev.o convertcol.o factor.o parseunits.o tuniterr.o tunits.o unhash.o units.o unstr.o xc -c -w tupar.x tuinstr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/nttools/libpkg.a tupar.o tuinstr.o ranlib libpkg.a Updated 357 files in libpkg.a xc -c -w x_nttools.x xc -Nz x_nttools.o libpkg.a -lxtools -ltbtables -o xx_nttools.e warning: library `libpkg.a' not found xc -c -w curfit.x decod_tablst.x t_lcase.x pfregres.f pffctn.x t_split.x t_curfit.x t_detab.x t_entab.x t_polyfit.x t_surfit.x t_translit.x t_ucase.x t_urand.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/libpkg.a curfit.o decod_tablst.o t_lcase.o pfregres.o pffctn.o t_split.o t_curfit.o t_detab.o t_entab.o t_polyfit.o t_surfit.o t_translit.o t_ucase.o t_urand.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/pkg/utilities/libpkg.a を作成しています ranlib libpkg.a Updated 14 files in libpkg.a xc -c -w x_utilities.x xc -Nz x_utilities.o libpkg.a -lxtools -lcurfit -lbev -lgsurfit -o xx_utilities.e move `xx_nttools.e' to `bin$x_nttools.e' move `xx_utilities.e' to `bin$x_utilities.e' purge directory `bin$' + + !touch unix/hlib/utime ====================== (done) =========================== !date 2019年 6月 24日 月曜日 14:48:30 JST !clear;date [3J[H[2J2019年 6月 24日 月曜日 14:48:30 JST --------------------- NOAOLIB --------------------- check out file `libasttools.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/libasttools.a' warning: library `libasttools.a' not found xc -c -w -p noao astarcsep.x astcoord.x astgalactic.x astgaltoeq.x asthjd.x astlvac.x astprecess.x asttimes.x astvbary.x astvorbit.x astvr.x astvrotate.x astvsun.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/../bin/libasttools.a astarcsep.o astcoord.o astgalactic.o astgaltoeq.o asthjd.o astlvac.o astprecess.o asttimes.o astvbary.o astvorbit.o astvr.o astvrotate.o astvsun.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/../bin/libasttools.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/../bin/libasttools.a Updated 13 files in libasttools.a check file `libasttools.a' into `noaolib$' check out file `libsmw.a = /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/libsmw.a' warning: library `libsmw.a' not found xc -c -w -p noao funits.x shdr.x smwclose.x smwct.x smwctfree.x smwctran.x smwdaxis.x smwequispec.x smwesms.x smwgapid.x smwgwattrs.x smwmerge.x smwmultispec.x smwmw.x smwnd.x smwndes.x smwnewcopy.x smwoldms.x smwonedspec.x smwopen.x smwopenim.x smwsapid.x smwsaveim.x smwsaxes.x smwsctran.x smwsmw.x smwswattrs.x units.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/../bin/libsmw.a funits.o shdr.o smwclose.o smwct.o smwctfree.o smwctran.o smwdaxis.o smwequispec.o smwesms.o smwgapid.o smwgwattrs.o smwmerge.o smwmultispec.o smwmw.o smwnd.o smwndes.o smwnewcopy.o smwoldms.o smwonedspec.o smwopen.o smwopenim.o smwsapid.o smwsaveim.o smwsaxes.o smwsctran.o smwsmw.o smwswattrs.o units.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/../bin/libsmw.a を作成しています ranlib /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/lib/../bin/libsmw.a Updated 28 files in libsmw.a check file `libsmw.a' into `noaolib$' --------------------- ARTDATA --------------------- warning: library `libpkg.a' not found xc -c -w -p noao stcolon.x stdbio.x stlum.x stmix.x stplot.x stshow.x stspatial.x t_gallist.x t_starlist.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/artdata/libpkg.a stcolon.o stdbio.o stlum.o stmix.o stplot.o stshow.o stspatial.o t_gallist.o t_starlist.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/artdata/libpkg.a を作成しています xc -c -w -p noao mkheader.x mktemplates.x numrecipes.x gammln.c t_mk1dspec.x t_mk2dspec.x t_mkechelle.x t_mkheader.x t_mknoise.x t_mkobjects.x t_mkpattern.x voigt.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/artdata/libpkg.a mkheader.o mktemplates.o numrecipes.o gammln.o t_mk1dspec.o t_mk2dspec.o t_mkechelle.o t_mkheader.o t_mknoise.o t_mkobjects.o t_mkpattern.o voigt.o ranlib libpkg.a Updated 21 files in libpkg.a xc -c -w -p noao x_artdata.x xc -Nz -p noao x_artdata.o libpkg.a -lsmw -lxtools -lcurfit -liminterp -o xx_artdata.e move `xx_artdata.e' to `noaobin$x_artdata.e' --------------------- ASTUTIL --------------------- warning: library `libpkg.a' not found xc -c -w -p noao pdmalltheta.x pdmampep.x pdmautorang.x pdmbatch.x pdmclose.x pdmcolon.x pdmcompare.x pdmcursor.x pdmdelete.x pdmdplot.x pdmfindmin.x pdmfitphase.x pdmgdata.x pdmminmaxp.x pdmopen.x pdmphase.x pdmpplot.x pdmranperm.x pdmshow.x pdmsignif.x pdmsort.x pdmstats.x pdmtheta.x pdmthetaran.x pdmtplot.x pdmundelete.x t_pdm.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astutil/libpkg.a pdmalltheta.o pdmampep.o pdmautorang.o pdmbatch.o pdmclose.o pdmcolon.o pdmcompare.o pdmcursor.o pdmdelete.o pdmdplot.o pdmfindmin.o pdmfitphase.o pdmgdata.o pdmminmaxp.o pdmopen.o pdmphase.o pdmpplot.o pdmranperm.o pdmshow.o pdmsignif.o pdmsort.o pdmstats.o pdmtheta.o pdmthetaran.o pdmtplot.o pdmundelete.o t_pdm.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astutil/libpkg.a を作成しています xc -c -w -p noao airmass.x astfunc.x galactic.x precess.x t_astcalc.x t_asthedit.x t_asttimes.x t_gratings.x t_obs.x t_rvcorrect.x t_setairmass.x t_setjd.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astutil/libpkg.a airmass.o astfunc.o galactic.o precess.o t_astcalc.o t_asthedit.o t_asttimes.o t_gratings.o t_obs.o t_rvcorrect.o t_setairmass.o t_setjd.o ranlib libpkg.a Updated 39 files in libpkg.a xc -c -w -p noao x_astutil.x xc -Nz -p noao x_astutil.o libpkg.a -lasttools -lxtools -lcurfit -lbev -o xx_astutil.e move `xx_astutil.e' to `noaobin$x_astutil.e' --------------------- ASTCAT ---------------------- warning: library `libpkg.a' not found xc -c -w -p noao t_aclist.x t_aslist.x t_agetcat.x t_afiltcat.x t_agetim.x t_ahedit.x t_aimfind.x atrcquery.x atrcrd.x attquery.x atwcat.x atfcat.x athedit.x atwedit.x atcatinit.x atincat.x atoutcat.x atrcsym.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astcat/src/libpkg.a t_aclist.o t_aslist.o t_agetcat.o t_afiltcat.o t_agetim.o t_ahedit.o t_aimfind.o atrcquery.o atrcrd.o attquery.o atwcat.o atfcat.o athedit.o atwedit.o atcatinit.o atincat.o atoutcat.o atrcsym.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astcat/src/libpkg.a を作成しています xc -c -w -p noao atalloc.x atcathdr.x atfnames.x atinpars.x atdefpars.x atoutpars.x atset.x atshow.x atstat.x atwrdstr.x liststr.x atvectors.x atsort.x atdtype.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astcat/src/libpkg.a atalloc.o atcathdr.o atfnames.o atinpars.o atdefpars.o atoutpars.o atset.o atshow.o atstat.o atwrdstr.o liststr.o atvectors.o atsort.o atdtype.o xc -c -w -p noao dsswcs.x dbwcs.x parswcs.x atmwshow.x ccqseq.x calcds.x trsteq.x treqst.x dcmpsv.f fitsvd.f ksbsvd.f varsvd.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astcat/src/libpkg.a dsswcs.o dbwcs.o parswcs.o atmwshow.o ccqseq.o calcds.o trsteq.o treqst.o dcmpsv.o fitsvd.o ksbsvd.o varsvd.o xc -c -w -p noao t_acqctest.x t_acqftest.x t_adumpcat.x t_adumpim.x t_acqitest.x zzdebug.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/astcat/src/libpkg.a t_acqctest.o t_acqftest.o t_adumpcat.o t_adumpim.o t_acqitest.o zzdebug.o ranlib libpkg.a Updated 50 files in libpkg.a xc -c -w -p noao x_astcat.x xc -Nz -p noao x_astcat.o libpkg.a -lxtools -lslalib -o x_astcat.e move `x_astcat.e' to `noaobin$x_astcat.e' --------------------- DIGIPHOT -------------------- ---------------- DIGIPHOT.LIB --------------------- warning: library `libpttables.a' not found xc -c -w -p noao ptchoose.x ptfmkrec.x ptgetop.x ptgnfn.x pthdrs.x ptkeywords.x ptkid.x ptkstat.x ptmkrec.x ptranges.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/lib/libpttables.a ptchoose.o ptfmkrec.o ptgetop.o ptgnfn.o pthdrs.o ptkeywords.o ptkid.o ptkstat.o ptmkrec.o ptranges.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/lib/libpttables.a を作成しています ranlib libpttables.a Updated 10 files in libpttables.a ---------------- DIGIPHOT.APPHOT ------------------ warning: library `libpkg.a' not found xc -c -w -p noao apairmass.x apapcolon.x aparrays.x apfree.x apgaperts.x apgqverify.x apgsvw.x apgtverify.x apinit.x apinpars1.x apinpars2.x apitime.x apfilter.x apimbuf.x apmark1.x apmark2.x apnew.x apnscolon.x apnshow.x apotime.x apoutpars1.x apoutpars2.x apqrad.x appadu.x aprcursor1.x aprcursor2.x aprdnoise.x apset.x apset1.x apset2.x apstat.x apstat1.x apstat2.x apshowplot.x apverify1.x apverify2.x apwres1.x apwres2.x apwres3.x apwres4.x apwparam1.x apwparam2.x apimkeys.x apwcs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apairmass.o apapcolon.o aparrays.o apfree.o apgaperts.o apgqverify.o apgsvw.o apgtverify.o apinit.o apinpars1.o apinpars2.o apitime.o apfilter.o apimbuf.o apmark1.o apmark2.o apnew.o apnscolon.o apnshow.o apotime.o apoutpars1.o apoutpars2.o apqrad.o appadu.o aprcursor1.o aprcursor2.o aprdnoise.o apset.o apset1.o apset2.o apstat.o apstat1.o apstat2.o apshowplot.o apverify1.o apverify2.o apwres1.o apwres2.o apwres3.o apwres4.o apwparam1.o apwparam2.o apimkeys.o apwcs.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a を作成しています xc -c -w -p noao apbsmooth.x apclip.x apdate.x apdiverr.x apfnames.x apgscur.x apgtools.x aplucy.x apnlfuncs.x apmapr.x apmeds.x apmoments.x appcache.x aprmwhite.x aptopt.x apvectors.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apbsmooth.o apclip.o apdate.o apdiverr.o apfnames.o apgscur.o apgtools.o aplucy.o apnlfuncs.o apmapr.o apmeds.o apmoments.o appcache.o aprmwhite.o aptopt.o apvectors.o xc -c -w -p noao apbcenter.x apcconfirm.x apcencolon.x apcenter.x apcerrors.x apcfree.x apictr.x apcinit.x apclean.x appcpars.x apcplot.x apcpshow.x apcshow.x apcsnratio.x apctr1d.x apctrbuf.x apmctr1d.x apfitcen.x apgcpars.x apgctr1d.x aplgctr1d.x appcenter.x apcradsetup.x aprefitcen.x t_center.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apbcenter.o apcconfirm.o apcencolon.o apcenter.o apcerrors.o apcfree.o apictr.o apcinit.o apclean.o appcpars.o apcplot.o apcpshow.o apcshow.o apcsnratio.o apctr1d.o apctrbuf.o apmctr1d.o apfitcen.o apgcpars.o apgctr1d.o aplgctr1d.o appcenter.o apcradsetup.o aprefitcen.o t_center.o xc -c -w -p noao apbfdfind.x apconvolve.x apegkernel.x apfdcolon.x apfdconfirm.x apfdfind.x apfdfree.x apfdgpars.x apfdinit.x apfdpars.x apfdradsetup.x apfdshow.x apfdstars.x apfind.x apimset.x t_daofind.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apbfdfind.o apconvolve.o apegkernel.o apfdcolon.o apfdconfirm.o apfdfind.o apfdfree.o apfdgpars.o apfdinit.o apfdpars.o apfdradsetup.o apfdshow.o apfdstars.o apfind.o apimset.o t_daofind.o xc -c -w -p noao apbfitpsf.x apfbuf.x apfitpsf.x apppfpars.x apgpfpars.x appfconfirm.x appferrors.x apppsf.x appsfshow.x appfradsetup.x apsfcolon.x apsfelgauss.x apsffree.x apsfinit.x apsffit.x apsfmoments.x apsfradgauss.x apsfrefit.x t_fitpsf.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apbfitpsf.o apfbuf.o apfitpsf.o apppfpars.o apgpfpars.o appfconfirm.o appferrors.o apppsf.o appsfshow.o appfradsetup.o apsfcolon.o apsfelgauss.o apsffree.o apsfinit.o apsffit.o apsfmoments.o apsfradgauss.o apsfrefit.o t_fitpsf.o xc -c -w -p noao apavsky.x apbsky.x apcentroid.x apcrosscor.x apfitsky.x apgauss.x apgrowhist.x apgspars.x aphgmsub.x aphistplot.x aplgsky.x apmean.x apmedian.x apmode.x appsky.x apradplot.x apreadsky.x aprefitsky.x aprgrow.x apsconfirm.x apserrors.x apsfree.x apsinit.x apsky.x apskybuf.x apskycolon.x apsradsetup.x appspars.x apsplot.x apsshow.x t_fitsky.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apavsky.o apbsky.o apcentroid.o apcrosscor.o apfitsky.o apgauss.o apgrowhist.o apgspars.o aphgmsub.o aphistplot.o aplgsky.o apmean.o apmedian.o apmode.o appsky.o apradplot.o apreadsky.o aprefitsky.o aprgrow.o apsconfirm.o apserrors.o apsfree.o apsinit.o apsky.o apskybuf.o apskycolon.o apsradsetup.o appspars.o apsplot.o apsshow.o t_fitsky.o xc -c -w -p noao apbphot.x apcomags.x apgppars.x apmag.x apmagbuf.x apmeasure.x apppars.x appconfirm.x apperrors.x appfree.x apphot.x apphotcolon.x appinit.x appplot.x appmag.x appshow.x apradsetup.x apremag.x t_phot.x apgqppars.x apqppars.x apqphot.x apqradsetup.x apqcolon.x apqshow.x t_qphot.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apbphot.o apcomags.o apgppars.o apmag.o apmagbuf.o apmeasure.o apppars.o appconfirm.o apperrors.o appfree.o apphot.o apphotcolon.o appinit.o appplot.o appmag.o appshow.o apradsetup.o apremag.o t_phot.o apgqppars.o apqppars.o apqphot.o apqradsetup.o apqcolon.o apqshow.o t_qphot.o xc -c -w -p noao appyerrors.x apgypars.x apycenter.x apyconfirm.x apycoords.x apyfree.x apyinit.x apynextobj.x apypars.x apyradsetup.x apyshift.x apycolon.x apyfit.x apyget.x polyshow.x apybphot.x apyphot.x apyprint.x t_polyphot.x t_polymark.x apmkpylist.x apydraw.x apymkinit.x apymkfree.x apywrite.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a appyerrors.o apgypars.o apycenter.o apyconfirm.o apycoords.o apyfree.o apyinit.o apynextobj.o apypars.o apyradsetup.o apyshift.o apycolon.o apyfit.o apyget.o polyshow.o apybphot.o apyphot.o apyprint.o t_polyphot.o t_polymark.o apmkpylist.o apydraw.o apymkinit.o apymkfree.o apywrite.o xc -c -w -p noao apbradprof.x apgrpars.x approfsetup.x apprprof.x apradprof.x aprconfirm.x aprferrors.x aprmmeasure.x aprpars.x aprpbuf.x aprpcolon.x aprpfree.x aprpindef.x aprpinit.x aprpplot.x apfrprof.x rprofshow.x t_radprof.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apbradprof.o apgrpars.o approfsetup.o apprprof.o apradprof.o aprconfirm.o aprferrors.o aprmmeasure.o aprpars.o aprpbuf.o aprpcolon.o aprpfree.o aprpindef.o aprpinit.o aprpplot.o apfrprof.o rprofshow.o t_radprof.o xc -c -w -p noao apbwphot.x apgwppars.x apwconfirm.x apwmag.x apgmeasure.x aptmeasure.x apwpars.x apwphot.x apwpcolon.x apwremag.x t_wphot.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/apphot/libpkg.a apbwphot.o apgwppars.o apwconfirm.o apwmag.o apgmeasure.o aptmeasure.o apwpars.o apwphot.o apwpcolon.o apwremag.o t_wphot.o ranlib libpkg.a Updated 231 files in libpkg.a xc -c -w -p noao x_apphot.x xc -Nz -p noao x_apphot.o libpkg.a -lnlfit -liminterp -lcurfit -lds -lxtools -o xx_apphot.e move `xx_apphot.e' to `noaobin$x_apphot.e' ---------------- DIGIPHOT.DAOPHOT ----------------- xc -c -w -p noao x_daophot.x !mkpkg -p noao trelink XF="-c -w -p noao" LF="-Nz -p noao" warning: library `libpkg.a' not found xc -c -w -p noao -c -w -p noao dpaddrd.x dpadconfirm.x dpartstar.x dpnaddstar.x t_addstar.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpaddrd.o dpadconfirm.o dpartstar.o dpnaddstar.o t_addstar.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a を作成しています xc -c -w -p noao -c -w -p noao dpabuf.x dpaconfirm.x dpcache.x dpregroup.x dprectify.x dpalwrite.x dpastar.x dpalphot.x dpalinit.x dpglim.x dpalmemstar.x t_allstar.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpabuf.o dpaconfirm.o dpcache.o dpregroup.o dprectify.o dpalwrite.o dpastar.o dpalphot.o dpalinit.o dpglim.o dpalmemstar.o t_allstar.o xc -c -w -p noao -c -w -p noao t_daoedit.x dpecolon.x dpemark.x dpeomark.x dpeconfirm.x dperprofile.x dperplot.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a t_daoedit.o dpecolon.o dpemark.o dpeomark.o dpeconfirm.o dperprofile.o dperplot.o xc -c -w -p noao -c -w -p noao dpairmass.x dpapheader.x dpfilter.x dpfree.x dpgetapert.x dpgppars.x dpgsvw.x dpppars.x dpimkeys.x dpinit.x dpreadpsf.x dpset.x dpstat.x dpdate.x dpgsubrast.x dpnames.x dpotime.x dppadu.x dppcache.x dprdnoise.x dprmwhite.x dpverify.x dpwparam.x dpwcs.x bicubic.x erf.x invers.f invers2.x mvmul.x quick.f pctile.f profile.x usepsf.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpairmass.o dpapheader.o dpfilter.o dpfree.o dpgetapert.o dpgppars.o dpgsvw.o dpppars.o dpimkeys.o dpinit.o dpreadpsf.o dpset.o dpstat.o dpdate.o dpgsubrast.o dpnames.o dpotime.o dppadu.o dppcache.o dprdnoise.o dprmwhite.o dpverify.o dpwparam.o dpwcs.o bicubic.o erf.o invers.o invers2.o mvmul.o quick.o pctile.o profile.o usepsf.o xc -c -w -p noao -c -w -p noao dpmkgroup.x dpsmpsf.x dpgconfirm.x dpwrtgroup.x t_group.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpmkgroup.o dpsmpsf.o dpgconfirm.o dpwrtgroup.o t_group.o xc -c -w -p noao -c -w -p noao dpggroup.x dpmemnstar.x dpnconfirm.x dpnstar.x dpnstarfit.x dpntwrite.x t_nstar.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpggroup.o dpmemnstar.o dpnconfirm.o dpnstar.o dpnstarfit.o dpntwrite.o t_nstar.o xc -c -w -p noao -c -w -p noao dpmempk.x dppeakphot.x dppkconfirm.x dppkfit.x dppkwrite.x dprrphot.x t_peak.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpmempk.o dppeakphot.o dppkconfirm.o dppkfit.o dppkwrite.o dprrphot.o t_peak.o xc -c -w -p noao -c -w -p noao dpaddstar.x dpcontpsf.x dpdelstar.x dpfitpsf.x dplocstar.x dpispstars.x dppcolon.x dpqverify.x dpmempsf.x dpmkpsf.x dppconfirm.x dppsfutil.x dpplotpsf.x dppset.x dppstat.x dppsubrast.x dpptconfirm.x dppwrtgrp.x dppwselmer.x dpradpsf.x dprmpsf.x dprstars.x dpshowpsf.x dpspstars.x dpsubpsf.x dpsurfpsf.x dpwritepsf.x t_psf.x t_pstselect.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpaddstar.o dpcontpsf.o dpdelstar.o dpfitpsf.o dplocstar.o dpispstars.o dppcolon.o dpqverify.o dpmempsf.o dpmkpsf.o dppconfirm.o dppsfutil.o dpplotpsf.o dppset.o dppstat.o dppsubrast.o dpptconfirm.o dppwrtgrp.o dppwselmer.o dpradpsf.o dprmpsf.o dprstars.o dpshowpsf.o dpspstars.o dpsubpsf.o dpsurfpsf.o dpwritepsf.o t_psf.o t_pstselect.o xc -c -w -p noao -c -w -p noao dpmkimage.x t_seepsf.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpmkimage.o t_seepsf.o xc -c -w -p noao -c -w -p noao dppfmerge.x dpsgroup.x dpgwselect.x t_grpselect.x t_pfmerge.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dppfmerge.o dpsgroup.o dpgwselect.o t_grpselect.o t_pfmerge.o xc -c -w -p noao -c -w -p noao dpsconfirm.x dpsubstar.x dpgimbufr.x dprestars.x t_substar.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/daophot/libpkg.a dpsconfirm.o dpsubstar.o dpgimbufr.o dprestars.o t_substar.o ranlib libpkg.a Updated 117 files in libpkg.a xc -Nz -p noao -Nz -p noao x_daophot.o libpkg.a ../lib/libpttables.a -lncar -lgks -ltbtables -lxtools -lds -o xx_daophot.e move `xx_daophot.e' to `noaobin$x_daophot.e' ---------------- DIGIPHOT.PHOTCAL ----------------- warning: library `libpkg.a' not found xc -c -w -p noao t_invertfit.x t_evalfit.x phinvert.x pherrors.x phprint.x phcheck.x phminv.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a t_invertfit.o t_evalfit.o phinvert.o pherrors.o phprint.o phcheck.o phminv.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a を作成しています xc -c -w -p noao fteval.x ftindef.x ftref.x fttrneq.x ftweights.x t_fitparams.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a fteval.o ftindef.o ftref.o fttrneq.o ftweights.o t_fitparams.o xc -c -w -p noao iocat.x iocoeffs.x iogetline.x iolineid.x ioobs.x iostrwrd.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a iocat.o iocoeffs.o iogetline.o iolineid.o ioobs.o iostrwrd.o xc -c -w -p noao mctalloc.x mctclear.x mctcopy.x mctfree.x mctget.x mctgetbuf.x mctgetrow.x mctindef.x mctmaxcol.x mctmaxrow.x mctncols.x mctnrows.x mctput.x mctreset.x mctrestore.x mctrew.x mctsave.x mctsget.x mctshrink.x mctsput.x mcttype.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a mctalloc.o mctclear.o mctcopy.o mctfree.o mctget.o mctgetbuf.o mctgetrow.o mctindef.o mctmaxcol.o mctmaxrow.o mctncols.o mctnrows.o mctput.o mctreset.o mctrestore.o mctrew.o mctsave.o mctsget.o mctshrink.o mctsput.o mcttype.o xc -c -w -p noao t_catalog.x phrecord.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a t_catalog.o phrecord.o xc -c -w -p noao t_config.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a t_config.o xc -c -w -p noao t_imgroup.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a t_imgroup.o xc -c -w -p noao t_obsfile.x t_mkphotcors.x phimtable.x phsort.x phmatch.x t_apfile.x phaimtable.x phagrow.x phaigrow.x dinvers.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a t_obsfile.o t_mkphotcors.o phimtable.o phsort.o phmatch.o t_apfile.o phaimtable.o phagrow.o phaigrow.o dinvers.o Warning, mkpkg line 13: file `parser.x' not found parser.x is out of date; rebuilding with XYACC: !xyacc -d parser.y move `ytab.x' to `parser.x' move `ytab.h' to `../lib/prtoken.h' $move: file `ytab.h' not found Warning, mkpkg line 18: error moving file ytab.h xc -c -w -p noao parser.x pralloc.x prcat.x prcode.x prconv.x prerror.x preval.x prexit.x prget.x prlexer.x prmap.x prparse.x prput.x prtable.x prvtran.x t_chkconfig.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/photcal/libpkg.a parser.o pralloc.o prcat.o prcode.o prconv.o prerror.o preval.o prexit.o prget.o prlexer.o prmap.o prparse.o prput.o prtable.o prvtran.o t_chkconfig.o ranlib libpkg.a Updated 70 files in libpkg.a xc -c -w -p noao x_photcal.x xc -Nz -p noao x_photcal.o libpkg.a -lxtools -lnlfit -o xx_photcal.e move `xx_photcal.e' to `noaobin$x_photcal.e' ---------------- DIGIPHOT.PTOOLS ------------------ xc -c -w -p noao x_ptools.x !mkpkg -p noao trelink XF="-c -w -p noao" LF="-Nz -p noao" warning: library `libpkg.a' not found xc -c -w -p noao -c -w -p noao ptconvert.x ptdeftable.x ptstrwrd.x t_pconvert.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/ptools/libpkg.a ptconvert.o ptdeftable.o ptstrwrd.o t_pconvert.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/ptools/libpkg.a を作成しています xc -c -w -p noao -c -w -p noao ptahgmr.x ptalimr.x ptcolon.x ptdelete.x ptgetphot.x ptimplot.x ptplot.x ptrddata.x ptsetup.x ptwtfile.x t_pexamine.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/ptools/libpkg.a ptahgmr.o ptalimr.o ptcolon.o ptdelete.o ptgetphot.o ptimplot.o ptplot.o ptrddata.o ptsetup.o ptwtfile.o t_pexamine.o xc -c -w -p noao -c -w -p noao t_istable.x t_tbkeycol.x t_tbcrename.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/ptools/libpkg.a t_istable.o t_tbkeycol.o t_tbcrename.o xc -c -w -p noao -c -w -p noao t_txconcat.x t_txdump.x ptxdump.x t_txcalc.x ptxcalc.x t_txrenumber.x ptrenumb.x t_txsort.x ptsortnum.x ptqsort.x t_txselect.x ptxselect.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/digiphot/ptools/libpkg.a t_txconcat.o t_txdump.o ptxdump.o t_txcalc.o ptxcalc.o t_txrenumber.o ptrenumb.o t_txsort.o ptsortnum.o ptqsort.o t_txselect.o ptxselect.o ranlib libpkg.a Updated 30 files in libpkg.a xc -Nz -p noao -Nz -p noao x_ptools.o libpkg.a ../lib/libpttables.a -lds -lncar -lgks -lxtools -ltbtables -o xx_ptools.e move `xx_ptools.e' to `noaobin$x_ptools.e' --------------------- MTLOCAL --------------------- warning: library `libpkg.a' not found xc -c -w -p noao cyboow.x ranges.x getdatatype.x addcards.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a cyboow.o ranges.o getdatatype.o addcards.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a を作成しています xc -c -w -p noao wkeywords.x rvarian.x redflags.x t_ridsmtn.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a wkeywords.o rvarian.o redflags.o t_ridsmtn.o xc -c -w -p noao rcrbits.x rcrheader.x rcrimage.x rrcopy.x t_rrcopy.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a rcrbits.o rcrheader.o rcrimage.o rrcopy.o t_rrcopy.o xc -c -w -p noao cykeywords.x cyrbits.x cyrheader.x cyrimage.x rdumpf.x rpft.x t_ldumpf.x t_rdumpf.x t_ridsfile.x t_ridsout.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a cykeywords.o cyrbits.o cyrheader.o cyrimage.o rdumpf.o rpft.o t_ldumpf.o t_rdumpf.o t_ridsfile.o t_ridsout.o xc -c -w -p noao t_rcamera.x cam_read.x cam_rimage.x cam_rheader.x cam_rpixels.x cam_keywords.x cam_longhdr.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a t_rcamera.o cam_read.o cam_rimage.o cam_rheader.o cam_rpixels.o cam_keywords.o cam_longhdr.o xc -c -w -p noao t_pdsread.x pds_read.x pds_rimage.x pds_rheader.x pds_rpixels.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a t_pdsread.o pds_read.o pds_rimage.o pds_rheader.o pds_rpixels.o xc -c -w -p noao r2dfrd.x r2dfrhdr.x r2dfrim.x r2dfrpix.x r2dftoks.x t_r2df.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/mtlocal/libpkg.a r2dfrd.o r2dfrhdr.o r2dfrim.o r2dfrpix.o r2dftoks.o t_r2df.o ranlib libpkg.a Updated 41 files in libpkg.a xc -c -w -p noao x_mtlocal.x xc -Nz -p noao x_mtlocal.o libpkg.a -lxtools -o xx_mtlocal.e move `xx_mtlocal.e' to `noaobin$x_mtlocal.e' ------------------- NOBSOLETE --------------------- warning: library `libpkg.a' not found xc -c -w -p noao t_badpixim.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/nobsolete/libpkg.a t_badpixim.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/nobsolete/libpkg.a を作成しています ranlib libpkg.a Updated 1 files in libpkg.a xc -c -w -p noao x_nobsolete.x xc -Nz -p noao x_nobsolete.o libpkg.a -o xx_nobsolete.e move `xx_nobsolete.e' to `noaobin$x_nobsolete.e' --------------------- NPROTO ---------------------- warning: library `libpkg.a' not found xc -c -w -p noao aceoverlay.x bndry.x catdefine.x catio.x convolve.x detect.x evaluate.x filter.x grow.x mapio.x maskcolor.x mgs.x mim.x noisemodel.x omwrite.x pars.x skyblock.x skyfit.x skyimages.x sky.x split.x tables.x t_acedetect.x t_acedisplay.x t_imext.x t_mscext.x x_ace.x xtmaskname.x xtpmmap.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/nproto/libpkg.a aceoverlay.o bndry.o catdefine.o catio.o convolve.o detect.o evaluate.o filter.o grow.o mapio.o maskcolor.o mgs.o mim.o noisemodel.o omwrite.o pars.o skyblock.o skyfit.o skyimages.o sky.o split.o tables.o t_acedetect.o t_acedisplay.o t_imext.o t_mscext.o x_ace.o xtmaskname.o xtpmmap.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/nproto/libpkg.a を作成しています xc -c -w -p noao iralign.x irdbio.x iriinit.x irindices.x irimisec.x irimzero.x irmatch1d.x irmatch2d.x irmedr.x iroverlap.x irqsort.x irlinks.x irtools.x t_iralign.x t_irmatch1d.x t_irmatch2d.x t_irmosaic.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/nproto/libpkg.a iralign.o irdbio.o iriinit.o irindices.o irimisec.o irimzero.o irmatch1d.o irmatch2d.o irmedr.o iroverlap.o irqsort.o irlinks.o irtools.o t_iralign.o t_irmatch1d.o t_irmatch2d.o t_irmosaic.o xc -c -w -p noao t_binpairs.x t_linpol.x t_slitpic.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/nproto/libpkg.a t_binpairs.o t_linpol.o t_slitpic.o ranlib libpkg.a Updated 49 files in libpkg.a xc -c -w -p noao x_nproto.x xc -Nz -p noao x_nproto.o libpkg.a -lxtools -liminterp -lcurfit -lgsurfit -lds -o xx_nproto.e move `xx_nproto.e' to `noaobin$x_nproto.e' --------------------- OBSUTIL --------------------- warning: library `libpkg.a' not found xc -c -w -p noao ccddb.x t_ccdtime.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/obsutil/src/libpkg.a ccddb.o t_ccdtime.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/obsutil/src/libpkg.a を作成しています xc -c -w -p noao airmass.x drawvector.x initmarker.x t_pairmass.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/obsutil/src/libpkg.a airmass.o drawvector.o initmarker.o t_pairmass.o xc -c -w -p noao spfgraph.x t_specfocus.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/obsutil/src/libpkg.a spfgraph.o t_specfocus.o xc -c -w -p noao grating.x stdisperser.x t_cgiparse.x t_sptime.x tabinterp.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/obsutil/src/libpkg.a grating.o stdisperser.o t_cgiparse.o t_sptime.o tabinterp.o xc -c -w -p noao stfgraph.x stfmeasure.x stfprofile.x t_starfocus.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/obsutil/src/libpkg.a stfgraph.o stfmeasure.o stfprofile.o t_starfocus.o xc -c -w -p noao t_bitcount.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/obsutil/src/libpkg.a t_bitcount.o ranlib libpkg.a Updated 18 files in libpkg.a xc -c -w -p noao x_obsutil.x xc -Nz -p noao x_obsutil.o libpkg.a -lxtools -lcurfit -liminterp -lsmw -lnlfit -lgsurfit -lds -lasttools -o xx_obsutil.e move `xx_obsutil.e' to `noaobin$x_obsutil.e' --------------------- ONEDSPEC -------------------- warning: library `libpkg.a' not found xc -c -w -p noao icaclip.x icaverage.x iccclip.x icgrow.x icmedian.x icmm.x icpclip.x icsclip.x icsort.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/scombine/libpkg.a icaclip.o icaverage.o iccclip.o icgrow.o icmedian.o icmm.o icpclip.o icsclip.o icsort.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/scombine/libpkg.a を作成しています xc -c -w -p noao icgdata.x iclog.x icombine.x icscale.x icstat.x icsum.x t_scombine.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/scombine/libpkg.a icgdata.o iclog.o icombine.o icscale.o icstat.o icsum.o t_scombine.o ranlib libpkg.a Updated 16 files in libpkg.a xc -c -w -p noao x_scombine.x xc -Nz -p noao x_scombine.o libpkg.a -lsmw -lxtools -liminterp -o xx_scombine.e move `xx_scombine.e' to `noaobin$x_scombine.e' warning: library `libpkg.a' not found xc -c -w -p noao dcio.x dctable.x dispcor.x ranges.x refaverage.x reffollow.x refgspec.x refinterp.x refmatch.x refmsgs.x refnearest.x refnoextn.x refprecede.x refspectra.x reftable.x t_dispcor.x t_disptrans.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a dcio.o dctable.o dispcor.o ranges.o refaverage.o reffollow.o refgspec.o refinterp.o refmatch.o refmsgs.o refnearest.o refnoextn.o refprecede.o refspectra.o reftable.o t_dispcor.o t_disptrans.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a を作成しています xc -c -w -p noao ecfcolon.x ecfeval.x ecffit.x ecfgdata.x ecfget.x ecfgraph.x ecfnearest.x ecfreject.x ecfrms.x ecfset.x ecfsolve.x ecftitle.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a ecfcolon.o ecfeval.o ecffit.o ecfgdata.o ecfget.o ecfgraph.o ecfnearest.o ecfreject.o ecfrms.o ecfset.o ecfsolve.o ecftitle.o xc -c -w -p noao eccenter.x eccolon.x ecdb.x ecdelete.x ecdofit.x ecdoshift.x ecfitdata.x ecgdata.x ecgetim.x ecgline.x ecgraph.x ecidentify.x ecinit.x ecline.x eclinelist.x eclog.x ecmark.x ecnearest.x ecnewfeature.x ecnext.x ecpeak.x ecprevious.x ecrms.x ecshift.x ecshow.x t_eciden.x t_ecreid.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a eccenter.o eccolon.o ecdb.o ecdelete.o ecdofit.o ecdoshift.o ecfitdata.o ecgdata.o ecgetim.o ecgline.o ecgraph.o ecidentify.o ecinit.o ecline.o eclinelist.o eclog.o ecmark.o ecnearest.o ecnewfeature.o ecnext.o ecpeak.o ecprevious.o ecrms.o ecshift.o ecshow.o t_eciden.o t_ecreid.o xc -c -w -p noao polft1.f ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a polft1.o xc -c -w -p noao aidautoid.x aidget.x aidgraph.x aidinit.x aidlog.x aidset.x aidshift.x autoid.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a aidautoid.o aidget.o aidgraph.o aidinit.o aidlog.o aidset.o aidshift.o autoid.o xc -c -w -p noao idcenter.x idcolon.x iddb.x iddelete.x iddofit.x iddoshift.x idfitdata.x idgdata.x idgraph.x ididentify.x idinit.x idlabel.x idlinelist.x idlog.x idmap.x idmark.x idnearest.x idnewfeature.x idnoextn.x idpeak.x idrms.x idshift.x idshow.x peaks.x reidentify.x t_autoid.x t_identify.x t_reidentify.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a idcenter.o idcolon.o iddb.o iddelete.o iddofit.o iddoshift.o idfitdata.o idgdata.o idgraph.o ididentify.o idinit.o idlabel.o idlinelist.o idlog.o idmap.o idmark.o idnearest.o idnewfeature.o idnoextn.o idpeak.o idrms.o idshift.o idshow.o peaks.o reidentify.o t_autoid.o t_identify.o t_reidentify.o xc -c -w -p noao coincor.x conversion.x getnimage.x t_addsets.x t_bswitch.x t_coefs.x t_coincor.x t_flatdiv.x t_flatfit.x t_slist1d.x t_subsets.x t_sums.x t_widstape.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a coincor.o conversion.o getnimage.o t_addsets.o t_bswitch.o t_coefs.o t_coincor.o t_flatdiv.o t_flatfit.o t_slist1d.o t_subsets.o t_sums.o t_widstape.o Warning, mkpkg line 11: file `generic/icaclip.x' not found generic -k icaclip.gx -o generic/icaclip.x Warning, mkpkg line 13: file `generic/icaverage.x' not found generic -k icaverage.gx -o generic/icaverage.x Warning, mkpkg line 15: file `generic/iccclip.x' not found generic -k iccclip.gx -o generic/iccclip.x Warning, mkpkg line 17: file `generic/icgdata.x' not found generic -k icgdata.gx -o generic/icgdata.x Warning, mkpkg line 19: file `generic/icgrow.x' not found generic -k icgrow.gx -o generic/icgrow.x Warning, mkpkg line 21: file `generic/icmedian.x' not found generic -k icmedian.gx -o generic/icmedian.x Warning, mkpkg line 23: file `generic/icmm.x' not found generic -k icmm.gx -o generic/icmm.x Warning, mkpkg line 25: file `generic/icomb.x' not found generic -k icomb.gx -o generic/icomb.x Warning, mkpkg line 27: file `generic/icpclip.x' not found generic -k icpclip.gx -o generic/icpclip.x Warning, mkpkg line 29: file `generic/icsclip.x' not found generic -k icsclip.gx -o generic/icsclip.x Warning, mkpkg line 31: file `generic/icsigma.x' not found generic -k icsigma.gx -o generic/icsigma.x Warning, mkpkg line 33: file `generic/icsort.x' not found generic -k icsort.gx -o generic/icsort.x Warning, mkpkg line 35: file `generic/icstat.x' not found generic -k icstat.gx -o generic/icstat.x Warning, mkpkg line 38: file `generic/xtimmap.x' not found generic -k xtimmap.gx -o generic/xtimmap.x xc -c -w -p noao icaclip.x icaverage.x iccclip.x icgdata.x icgrow.x icmedian.x icmm.x icomb.x icpclip.x icsclip.x icsigma.x icsort.x icstat.x xtimmap.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a icaclip.o icaverage.o iccclip.o icgdata.o icgrow.o icmedian.o icmm.o icomb.o icpclip.o icsclip.o icsigma.o icsort.o icstat.o xtimmap.o xc -c -w -p noao icemask.x icgscale.x ichdr.x icimstack.x iclog.x icmask.x icombine.x icpmmap.x icrmasks.x icscale.x icsection.x icsetout.x tymax.x xtprocid.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a icemask.o icgscale.o ichdr.o icimstack.o iclog.o icmask.o icombine.o icpmmap.o icrmasks.o icscale.o icsection.o icsetout.o tymax.o xtprocid.o xc -c -w -p noao t_odcombine.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a t_odcombine.o xc -c -w -p noao sfadd.x sfapertures.x sfcgraph.x sfcolon.x sfcolors.x sfcomposite.x sfdata.x sfdelete.x sfeout.x sfextinct.x sffit.x sfginit.x sfgraph.x sfimage.x sfmarks.x sfmove.x sfnearest.x sfoutput.x sfreset.x sfrms.x sfsensfunc.x sfshift.x sfstats.x sfstds.x sftitle.x sfundelete.x sfvstats.x sfweights.x t_sensfunc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a sfadd.o sfapertures.o sfcgraph.o sfcolon.o sfcolors.o sfcomposite.o sfdata.o sfdelete.o sfeout.o sfextinct.o sffit.o sfginit.o sfgraph.o sfimage.o sfmarks.o sfmove.o sfnearest.o sfoutput.o sfreset.o sfrms.o sfsensfunc.o sfshift.o sfstats.o sfstds.o sftitle.o sfundelete.o sfvstats.o sfweights.o t_sensfunc.o xc -c -w -p noao anshdr.x autoexp.x avgsnr.x conflam.x confnu.x deblend.x eqwidth.x eqwidthcp.x fixx.x flatten.x fudgept.x fudgex.x getimage.x gfit.x mktitle.x plotstd.x replot.x smooth.x spdeblend.x splabel.x splot.x splotcolon.x splotfun.x stshelp.x sumflux.x usercoord.x voigt.x wrspect.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a anshdr.o autoexp.o avgsnr.o conflam.o confnu.o deblend.o eqwidth.o eqwidthcp.o fixx.o flatten.o fudgept.o fudgex.o getimage.o gfit.o mktitle.o plotstd.o replot.o smooth.o spdeblend.o splabel.o splot.o splotcolon.o splotfun.o stshelp.o sumflux.o usercoord.o voigt.o wrspect.o xc -c -w -p noao getairm.x getcalib.x getextn.x odropenp.x t_calibrate.x t_deredden.x t_dopcor.x t_fitprofs.x t_lcalib.x t_mkspec.x t_names.x t_rstext.x t_sapertures.x t_sarith.x t_sbands.x t_scoords.x t_sfit.x t_sflip.x t_sinterp.x t_slist.x t_specplot.x t_specshift.x t_standard.x t_tweak.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/onedspec/libpkg.a getairm.o getcalib.o getextn.o odropenp.o t_calibrate.o t_deredden.o t_dopcor.o t_fitprofs.o t_lcalib.o t_mkspec.o t_names.o t_rstext.o t_sapertures.o t_sarith.o t_sbands.o t_scoords.o t_sfit.o t_sflip.o t_sinterp.o t_slist.o t_specplot.o t_specshift.o t_standard.o t_tweak.o ranlib libpkg.a Updated 216 files in libpkg.a xc -c -w -p noao x_onedspec.x xc -Nz -p noao x_onedspec.o libpkg.a -lsmw -lxtools -lcurfit -lgsurfit -liminterp -lllsq -o xx_onedspec.e move `xx_onedspec.e' to `noaobin$x_onedspec.e' --------------------- RV -------------------------- warning: library `libpkg.a' not found xc -c -w -p noao iddeblend.x idcenter.x idcolon.x iddb.x iddelete.x iddofit.x iddoshift.x idfitdata.x idfixx.x idgdata.x idgraph.x ididentify.x idinit.x idlabel.x idlinelist.x idlog.x idmap.x idmark.x idnearest.x idnewfeature.x idnoextn.x idpeak.x idrms.x idshift.x idshow.x idvelocity.x idvhelio.x peaks.x reidentify.x t_identify.x t_reidentify.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/rv/libpkg.a iddeblend.o idcenter.o idcolon.o iddb.o iddelete.o iddofit.o iddoshift.o idfitdata.o idfixx.o idgdata.o idgraph.o ididentify.o idinit.o idlabel.o idlinelist.o idlog.o idmap.o idmark.o idnearest.o idnewfeature.o idnoextn.o idpeak.o idrms.o idshift.o idshow.o idvelocity.o idvhelio.o peaks.o reidentify.o t_identify.o t_reidentify.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/rv/libpkg.a を作成しています xc -c -w -p noao aplists.x coloncmds.x complex.x contin.x continpars.x deblend.x fftmode.x fftutil.x filtpars.x keywpars.x numrep.x plotpars.x prepspec.x readtlist.x rvanplot.x rvbatch.x rvcolon.x rvcorrel.x rvcursor.x rvdatacheck.x rvdrawfit.x rverrmsg.x rvfftcorr.x rvfgauss.x rvfilter.x rvfitfunc.x rvfparab.x rvfuncs.x rvgetim.x rvimutil.x rvinit.x rvlinefit.x rvparam.x rvplot.x rvrebin.x rvrvcor.x rvsample.x rvsinc.x rvstrings.x rvsumplot.x rvutil.x rvvfit.x rvwparam.x rvwrite.x specmode.x splitplot.x t_fxcor.x titles.x wrtccf.x zzdebug.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/rv/libpkg.a aplists.o coloncmds.o complex.o contin.o continpars.o deblend.o fftmode.o fftutil.o filtpars.o keywpars.o numrep.o plotpars.o prepspec.o readtlist.o rvanplot.o rvbatch.o rvcolon.o rvcorrel.o rvcursor.o rvdatacheck.o rvdrawfit.o rverrmsg.o rvfftcorr.o rvfgauss.o rvfilter.o rvfitfunc.o rvfparab.o rvfuncs.o rvgetim.o rvimutil.o rvinit.o rvlinefit.o rvparam.o rvplot.o rvrebin.o rvrvcor.o rvsample.o rvsinc.o rvstrings.o rvsumplot.o rvutil.o rvvfit.o rvwparam.o rvwrite.o specmode.o splitplot.o t_fxcor.o titles.o wrtccf.o zzdebug.o ranlib libpkg.a Updated 81 files in libpkg.a xc -c -w -p noao x_rv.x xc -Nz -p noao -o xx_rv.e x_rv.o libpkg.a -lasttools -lsmw -lxtools -ldeboor -lcurfit -liminterp -lllsq -lnlfit -lfftpack move `xx_rv.e' to `noaobin$x_rv.e' --------------------- TWODSPEC -------------------- ---------------- TWODSPEC.APEXTRACT ----------------- warning: library `libpkg.a' not found xc -c -w -p noao apalloc.x apanswer.x apcenter.x apcolon.x apcopy.x apcveval.x apcvset.x apdb.x apdefault.x apdelete.x apedit.x apextract.x apfind.x apfindnew.x apfit.x apgetdata.x apgetim.x apgmark.x apgraph.x apgscur.x apicset.x apids.x apimmap.x apinfo.x apio.x apmask.x apmw.x apnearest.x apnoise.x apparams.x appars.x apprint.x approfile.x aprecenter.x apresize.x apscatter.x apselect.x apshow.x apskyeval.x apsort.x aptrace.x apupdate.x apvalues.x apvariance.x apylevel.x peaks.x t_apall.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/apextract/libpkg.a apalloc.o apanswer.o apcenter.o apcolon.o apcopy.o apcveval.o apcvset.o apdb.o apdefault.o apdelete.o apedit.o apextract.o apfind.o apfindnew.o apfit.o apgetdata.o apgetim.o apgmark.o apgraph.o apgscur.o apicset.o apids.o apimmap.o apinfo.o apio.o apmask.o apmw.o apnearest.o apnoise.o apparams.o appars.o apprint.o approfile.o aprecenter.o apresize.o apscatter.o apselect.o apshow.o apskyeval.o apsort.o aptrace.o apupdate.o apvalues.o apvariance.o apylevel.o peaks.o t_apall.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/apextract/libpkg.a を作成しています ranlib libpkg.a Updated 47 files in libpkg.a xc -c -w -p noao x_apextract.x xc -Nz -p noao x_apextract.o libpkg.a -lxtools -lcurfit -liminterp -lllsq -o xx_apextract.e move `xx_apextract.e' to `noaobin$x_apextract.e' ---------------- TWODSPEC.LONGSLIT ---------------- warning: library `libpkg.a' not found xc -c -w -p noao igscolon.x igsdelete.x igsfit.x igsget.x igsgraph.x igsinit.x igsnearest.x igsparams.x igsset.x igssolve.x igsundelete.x xgs.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/longslit/libpkg.a igscolon.o igsdelete.o igsfit.o igsget.o igsgraph.o igsinit.o igsnearest.o igsparams.o igsset.o igssolve.o igsundelete.o xgs.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/longslit/libpkg.a を作成しています xc -c -w -p noao fcdbio.x fcdlist.x fcfitcoords.x fcgetcoords.x fcgetim.x fitcoords.x trsetup.x t_fceval.x t_transform.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/longslit/libpkg.a fcdbio.o fcdlist.o fcfitcoords.o fcgetcoords.o fcgetim.o fitcoords.o trsetup.o t_fceval.o t_transform.o Warning, mkpkg line 11: file `generic/icaclip.x' not found generic -k icaclip.gx -o generic/icaclip.x Warning, mkpkg line 13: file `generic/icaverage.x' not found generic -k icaverage.gx -o generic/icaverage.x Warning, mkpkg line 15: file `generic/iccclip.x' not found generic -k iccclip.gx -o generic/iccclip.x Warning, mkpkg line 17: file `generic/icgdata.x' not found generic -k icgdata.gx -o generic/icgdata.x Warning, mkpkg line 19: file `generic/icgrow.x' not found generic -k icgrow.gx -o generic/icgrow.x Warning, mkpkg line 21: file `generic/icmedian.x' not found generic -k icmedian.gx -o generic/icmedian.x Warning, mkpkg line 23: file `generic/icmm.x' not found generic -k icmm.gx -o generic/icmm.x Warning, mkpkg line 25: file `generic/icomb.x' not found generic -k icomb.gx -o generic/icomb.x Warning, mkpkg line 27: file `generic/icpclip.x' not found generic -k icpclip.gx -o generic/icpclip.x Warning, mkpkg line 29: file `generic/icsclip.x' not found generic -k icsclip.gx -o generic/icsclip.x Warning, mkpkg line 31: file `generic/icsigma.x' not found generic -k icsigma.gx -o generic/icsigma.x Warning, mkpkg line 33: file `generic/icsort.x' not found generic -k icsort.gx -o generic/icsort.x Warning, mkpkg line 35: file `generic/icstat.x' not found generic -k icstat.gx -o generic/icstat.x Warning, mkpkg line 38: file `generic/xtimmap.x' not found generic -k xtimmap.gx -o generic/xtimmap.x xc -c -w -p noao icaclip.x icaverage.x iccclip.x icgdata.x icgrow.x icmedian.x icmm.x icomb.x icpclip.x icsclip.x icsigma.x icsort.x icstat.x xtimmap.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/longslit/libpkg.a icaclip.o icaverage.o iccclip.o icgdata.o icgrow.o icmedian.o icmm.o icomb.o icpclip.o icsclip.o icsigma.o icsort.o icstat.o xtimmap.o xc -c -w -p noao icemask.x icgscale.x ichdr.x icimstack.x iclog.x icmask.x icombine.x icpmmap.x icrmasks.x icscale.x icsection.x icsetout.x tymax.x xtprocid.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/longslit/libpkg.a icemask.o icgscale.o ichdr.o icimstack.o iclog.o icmask.o icombine.o icpmmap.o icrmasks.o icscale.o icsection.o icsetout.o tymax.o xtprocid.o xc -c -w -p noao t_lscombine.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/longslit/libpkg.a t_lscombine.o xc -c -w -p noao airmass.x extinction.x fluxcalib.x getdaxis.x illumination.x ilsetbins.x lstools.x response.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/twodspec/longslit/libpkg.a airmass.o extinction.o fluxcalib.o getdaxis.o illumination.o ilsetbins.o lstools.o response.o ranlib libpkg.a Updated 58 files in libpkg.a xc -c -w -p noao x_longslit.x Object x_longslit.o is up to date xc -Nz -p noao x_longslit.o libpkg.a -lsmw -lxtools -lcurfit -liminterp -lgsurfit -o xx_longslit.e move `xx_longslit.e' to `noaobin$x_longslit.e' --------------------- IMRED ----------------------- ------------------ IMRED.BIAS ---------------------- warning: library `libpkg.a' not found xc -c -w -p noao colbias.x linebias.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/bias/libpkg.a colbias.o linebias.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/bias/libpkg.a を作成しています ranlib libpkg.a Updated 2 files in libpkg.a xc -c -w -p noao x_bias.x xc -Nz -p noao x_bias.o libpkg.a -lxtools -lcurfit -o x_bias1.e move `x_bias1.e' to `noaobin$x_bias.e' ------------------ IMRED.CCDRED -------------------- warning: library `libpkg.a' not found Warning, mkpkg line 13: file `generic/proc.x' not found generic -k proc.gx -o generic/proc.x Warning, mkpkg line 15: file `generic/cor.x' not found generic -k cor.gx -o generic/cor.x xc -c -w -p noao cor.x proc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/ccdred/libpkg.a cor.o proc.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/ccdred/libpkg.a を作成しています Warning, mkpkg line 11: file `generic/icaclip.x' not found generic -k icaclip.gx -o generic/icaclip.x Warning, mkpkg line 13: file `generic/icaverage.x' not found generic -k icaverage.gx -o generic/icaverage.x Warning, mkpkg line 15: file `generic/iccclip.x' not found generic -k iccclip.gx -o generic/iccclip.x Warning, mkpkg line 17: file `generic/icgdata.x' not found generic -k icgdata.gx -o generic/icgdata.x Warning, mkpkg line 19: file `generic/icgrow.x' not found generic -k icgrow.gx -o generic/icgrow.x Warning, mkpkg line 21: file `generic/icmedian.x' not found generic -k icmedian.gx -o generic/icmedian.x Warning, mkpkg line 23: file `generic/icmm.x' not found generic -k icmm.gx -o generic/icmm.x Warning, mkpkg line 25: file `generic/icombine.x' not found generic -k icombine.gx -o generic/icombine.x Warning, mkpkg line 27: file `generic/icpclip.x' not found generic -k icpclip.gx -o generic/icpclip.x Warning, mkpkg line 29: file `generic/icsclip.x' not found generic -k icsclip.gx -o generic/icsclip.x Warning, mkpkg line 31: file `generic/icsigma.x' not found generic -k icsigma.gx -o generic/icsigma.x Warning, mkpkg line 33: file `generic/icsort.x' not found generic -k icsort.gx -o generic/icsort.x Warning, mkpkg line 35: file `generic/icstat.x' not found generic -k icstat.gx -o generic/icstat.x xc -c -w -p noao icaclip.x icaverage.x iccclip.x icgdata.x icgrow.x icmedian.x icmm.x icombine.x icpclip.x icsclip.x icsigma.x icsort.x icstat.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/ccdred/libpkg.a icaclip.o icaverage.o iccclip.o icgdata.o icgrow.o icmedian.o icmm.o icombine.o icpclip.o icsclip.o icsigma.o icsort.o icstat.o xc -c -w -p noao icimstack.x iclog.x icmask.x icscale.x icsection.x icsetout.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/ccdred/libpkg.a icimstack.o iclog.o icmask.o icscale.o icsection.o icsetout.o xc -c -w -p noao calimage.x ccdcache.x ccdcheck.x ccdcmp.x ccdcopy.x ccddelete.x ccdflag.x ccdlog.x ccdmean.x ccdnscan.x ccdproc.x ccdsection.x ccdsubsets.x ccdtypes.x doproc.x hdrmap.x readcor.x scancor.x setdark.x setfixpix.x setflat.x setfringe.x setheader.x setillum.x setinput.x setinteract.x setoutput.x setoverscan.x setproc.x setsections.x settrim.x setzero.x t_badpixim.x t_ccdgroups.x t_ccdhedit.x t_ccdinst.x t_ccdlist.x t_ccdmask.x t_ccdproc.x t_combine.x t_mkfringe.x t_mkillumcor.x t_mkillumft.x t_mkskycor.x t_mkskyflat.x t_skyreplace.x timelog.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/ccdred/libpkg.a calimage.o ccdcache.o ccdcheck.o ccdcmp.o ccdcopy.o ccddelete.o ccdflag.o ccdlog.o ccdmean.o ccdnscan.o ccdproc.o ccdsection.o ccdsubsets.o ccdtypes.o doproc.o hdrmap.o readcor.o scancor.o setdark.o setfixpix.o setflat.o setfringe.o setheader.o setillum.o setinput.o setinteract.o setoutput.o setoverscan.o setproc.o setsections.o settrim.o setzero.o t_badpixim.o t_ccdgroups.o t_ccdhedit.o t_ccdinst.o t_ccdlist.o t_ccdmask.o t_ccdproc.o t_combine.o t_mkfringe.o t_mkillumcor.o t_mkillumft.o t_mkskycor.o t_mkskyflat.o t_skyreplace.o timelog.o xc -c -w -p noao t_mkimage.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/ccdred/libpkg.a t_mkimage.o ranlib libpkg.a Updated 69 files in libpkg.a xc -c -w -p noao x_ccdred.x xc -Nz -p noao x_ccdred.o libpkg.a -lxtools -lcurfit -lgsurfit -lncar -lgks -o xx_ccdred.e move `xx_ccdred.e' to `noaobin$x_ccdred.e' ------------------ IMRED.CRUTIL -------------------- warning: library `libpkg.a' not found xc -c -w -p noao crexamine.x crfind.x crlist.x crsurface.x t_cosmicrays.x t_craverage.x t_crgrow.x t_crmedian.x xtmaskname.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/crutil/src/libpkg.a crexamine.o crfind.o crlist.o crsurface.o t_cosmicrays.o t_craverage.o t_crgrow.o t_crmedian.o xtmaskname.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/crutil/src/libpkg.a を作成しています ranlib libpkg.a Updated 9 files in libpkg.a xc -c -w -p noao x_crutil.x xc -Nz -p noao x_crutil.o libpkg.a -lxtools -lcurfit -lgsurfit -lncar -lgks -o xx_crutil.e move `xx_crutil.e' to `noaobin$x_crutil.e' ------------------ IMRED.DTOI ---------------------- warning: library `libhdic.a' not found xc -c -w -p noao hdicclean.x hdicdeviant.x hdicdosetup.x hdicerrors.x hdicfit.x hdicgaxes.x hdicgcolon.x hdicgdelete.x hdicgfit.x hdicggraph.x hdicgnearest.x hdicgparams.x hdicgsample.x hdicguaxes.x hdicgundel.x hdicguser.x hdicparams.x hdicreject.x hdicshow.x hdicvshow.x hdictrans.x hdicgvec.x hdicadd.x hdicinit.x hdicsort.x userfcn.x hdicgredraw.x hdicebars.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/dtoi/hdicfit/libhdic.a hdicclean.o hdicdeviant.o hdicdosetup.o hdicerrors.o hdicfit.o hdicgaxes.o hdicgcolon.o hdicgdelete.o hdicgfit.o hdicggraph.o hdicgnearest.o hdicgparams.o hdicgsample.o hdicguaxes.o hdicgundel.o hdicguser.o hdicparams.o hdicreject.o hdicshow.o hdicvshow.o hdictrans.o hdicgvec.o hdicadd.o hdicinit.o hdicsort.o userfcn.o hdicgredraw.o hdicebars.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/dtoi/hdicfit/libhdic.a を作成しています ranlib libhdic.a Updated 28 files in libhdic.a warning: library `libpkg.a' not found xc -c -w -p noao database.x dematch.x hd_aravr.x hdfit.x hdshift.x hdtoi.x minmax.x selftest.x spotlist.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/dtoi/libpkg.a database.o dematch.o hd_aravr.o hdfit.o hdshift.o hdtoi.o minmax.o selftest.o spotlist.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/dtoi/libpkg.a を作成しています ranlib libpkg.a Updated 9 files in libpkg.a xc -c -w -p noao x_dtoi.x xc -Nz -p noao x_dtoi.o libpkg.a hdicfit/libhdic.a -lxtools -lcurfit -o xx_dtoi.e move `xx_dtoi.e' to `noaobin$x_dtoi.e' ------------------ IMRED.GENERIC ------------------- warning: library `libpkg.a' not found xc -c -w -p noao flat1d.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/generic/libpkg.a flat1d.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/generic/libpkg.a を作成しています ranlib libpkg.a Updated 1 files in libpkg.a xc -c -w -p noao x_generic.x xc -Nz -p noao x_generic.o libpkg.a -lxtools -lcurfit move `x_generic.e' to `noaobin$x_generic.e' ------------------ IMRED.IRRED --------------------- warning: library `libpkg.a' not found xc -c -w -p noao t_irlincor.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/irred/libpkg.a t_irlincor.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/irred/libpkg.a を作成しています ranlib libpkg.a Updated 1 files in libpkg.a xc -c -w -p noao x_irred.x xc -Nz -p noao x_irred.o libpkg.a -lxtools -o xx_irred.e move `xx_irred.e' to `noaobin$x_irred.e' ------------------ IMRED.QUADRED ------------------- warning: library `libpkg.a' not found Warning, mkpkg line 31: file `generic/proc.x' not found generic -k proc.gx -o generic/proc.x Warning, mkpkg line 33: file `generic/cor.x' not found generic -k cor.gx -o generic/cor.x Warning, mkpkg line 35: file `generic/corinput.x' not found generic -k corinput.gx -o generic/corinput.x xc -c -w -p noao cor.x corinput.x proc.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/quadred/src/ccdproc/libpkg.a cor.o corinput.o proc.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/quadred/src/ccdproc/libpkg.a を作成しています xc -c -w -p noao calimage.x ccdcache.x ccdcheck.x ccdcmp.x ccddelete.x ccdflag.x ccdlog.x ccdmean.x ccdnscan.x ccdproc.x ccdsection.x ccdsubsets.x ccdtypes.x doproc.x hdrmap.x readcor.x scancor.x setdark.x setfixpix.x setflat.x setfringe.x setheader.x setillum.x setinput.x setinteract.x setoutput.x setoverscan.x setproc.x setsections.x settrim.x setzero.x t_ccdproc.x timelog.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/quadred/src/ccdproc/libpkg.a calimage.o ccdcache.o ccdcheck.o ccdcmp.o ccddelete.o ccdflag.o ccdlog.o ccdmean.o ccdnscan.o ccdproc.o ccdsection.o ccdsubsets.o ccdtypes.o doproc.o hdrmap.o readcor.o scancor.o setdark.o setfixpix.o setflat.o setfringe.o setheader.o setillum.o setinput.o setinteract.o setoutput.o setoverscan.o setproc.o setsections.o settrim.o setzero.o t_ccdproc.o timelog.o ranlib libpkg.a Updated 36 files in libpkg.a xc -c -w -p noao x_quadred.x xc -Nz -p noao x_quadred.o libpkg.a -lxtools -lcurfit -lgsurfit -lncar -lgks -o xx_quadred.e move `xx_quadred.e' to `noaobin$x_quadred.e' warning: library `libpkg.a' not found xc -c -w -p noao ccddelete.x ccdgetparam.x ccdlog.x ccdprcselect.x ccdsection.x ccdssselect.x ccdsubsets.x ccdtypes.x gainmeasure.x hdrmap.x qghdr2.x qguser.x qpcalimage.x qpselect.x qsplitd.x qspliti.x qsplitl.x qsplitr.x qsplits.x quadalloc.x quaddelete.x quadgeom.x quadgeomred.x quadjoin.x quadmap.x quadmerge.x quadscale.x quadsections.x quadsplit.x test.x timelog.x ar r /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/quadred/src/quad/libpkg.a ccddelete.o ccdgetparam.o ccdlog.o ccdprcselect.o ccdsection.o ccdssselect.o ccdsubsets.o ccdtypes.o gainmeasure.o hdrmap.o qghdr2.o qguser.o qpcalimage.o qpselect.o qsplitd.o qspliti.o qsplitl.o qsplitr.o qsplits.o quadalloc.o quaddelete.o quadgeom.o quadgeomred.o quadjoin.o quadmap.o quadmerge.o quadscale.o quadsections.o quadsplit.o test.o timelog.o ar: /home/sasaki/iraf/iraf-2.16.1-2018.11.01/noao/imred/quadred/src/quad/libpkg.a を作成しています ranlib libpkg.a Updated 31 files in libpkg.a xc -c -w -p noao x_quad.x xc -Nz -p noao x_quad.o libpkg.a -lxtools -o xx_quad.e move `xx_quad.e' to `noaobin$x_quad.e' purge directory `noaobin$' !date 2019年 6月 24日 月曜日 14:52:42 JST Start: 2019年 6月 24日 月曜日 14:36:21 JST End: 2019年 6月 24日 月曜日 14:52:42 JST 2019年 6月 24日 月曜日 14:52:42 JST
toPageTop toToshi Back to SasakiFamily's Page
Toshi Sasaki's HOME Page on sasakihome.info
Last Modified: (JST)
toshi.sasaki@nao.ac.jp