Script started on Sun 12 Jun 2005 05:37:16 PM EEST > env CC=gcc32 setarch i386 -R ./configure creating cache ./config.cache checking host system type... i686-pc-linux-gnu host=i686-pc-linux-gnu enable_machine= use=386-linux checking for gcc... gcc32 checking whether the C compiler (gcc32 ) works... yes checking whether the C compiler (gcc32 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc32 accepts -g... yes checking how to run the C preprocessor... gcc32 -E checking for gawk... gawk checking system version (for dynamic loading)... checking for makeinfo... makeinfo Linux-2.6.11-1.1366_FC4 checking for unistd.h... yes checking for sysconf in -lc... yes checking for _SC_CLK_TCK... 100 checking for gmp.h... yes checking for __gmpz_init in -lgmp... yes checking for external gmp version... checking for leading underscore in object symbols... no checking for GNU ld option -Map... yes checking for size of gmp limbs... 4 checking _SHORT_LIMB... no checking _LONG_LONG_LIMB... no checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes -I/usr/X11R6/include -L/usr/X11R6/lib -lSM -lICE checking for main in -lXmu... yes checking for main in -lXt... yes checking for main in -lXext... yes checking for main in -lXaw... yes checking for main in -lX11... yes checking for bfd.h... yes checking for bfd_init in -lbfd... yes checking if need to define CONST for bfd... no checking for useable bfd_boolean... yes checking size of long... 4 checking sizeof struct contblock... 8 checking for endian.h... yes checking endianness... little checking for sbrk... yes checking for randomized sbrk... no checking finding DBEGIN... got 0x8000000 checking finding CSTACK_ADDRESS... got -1073746444 checking sizeof long long int... yes checking for pagewidth... 12 checking for getcwd... yes checking for getwd... yes checking for uname... yes checking for gettimeofday... yes checking for sys/ioctl.h... yes checking for elf.h... yes checking for elf_abi.h... no checking for BSDgettimeofday... no checking for gettimeofday... (cached) yes checking for gettimeofday declaration... present checking for sin in -lm... yes checking for main in -lmingwex... no checking for math.h... yes checking for values.h... yes checking for float.h... yes checking for isnormal... yes checking for isfinite... yes checking for sockets... checking for connect... (cached) yes checking for gethostbyname... (cached) yes checking for readline/readline.h... yes checking for main in -lreadline... yes checking for rl_completion_matches in -lreadline... no checking For network code for nsocket.c... yes checking check for listen using fcntl... yes checking for profil... yes checking for setenv... yes checking for _cleanup... no checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK checking check for SV_ONSTACK... yes checking check for SIGSYS... yes checking check for SIGEMT... no checking for asm/sigcontext.h... yes checking for asm/signal.h... yes checking for sigcontext...... sigcontext in signal.h checking for emacs... /usr/bin/emacs checking emacs site lisp directory... /usr/share/emacs/21.4/site-lisp checking emacs default.el... /usr/share/emacs/21.4/site-lisp/default.el checking emacs info/dir... /usr/share/info/ checking for tcl/tk... checking for tclsh... tclsh checking for main in -llieee... no not found checking alloca... yes checking Checking for buggy gcc version from redhat... no updating cache ./config.cache creating ./config.status creating makedefc creating windows/gcl.iss creating windows/sysdir.bat creating windows/install.lsp creating h/gclincl.h makedefc # begin makedefs # use=386-linux # for main link of raw_gcl LIBS= -lm -lgmp /usr/lib/libbfd.a /usr/lib/libiberty.a -lreadline -lncurses #The multi precision library stuff MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a # root for the installation, eg /usr/local # This would cause make install to create /usr/local/bin/gcl and # /usr/local/lib/gcl-2-??/* with some basic files. prefix=/usr/local # where to place the info files INFO_DIR=/usr/share/info/ # where to put emacs lisp files. EMACS_SITE_LISP=/usr/share/emacs/21.4/site-lisp # the default.el file EMACS_DEFAULT_EL=/usr/share/emacs/21.4/site-lisp/default.el # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh # if these are found. TK_CONFIG_PREFIX= TK_LIBRARY= TCL_LIBRARY= TK_XINCLUDES= TK_INCLUDE= TCL_INCLUDE= TK_LIB_SPEC= TK_BUILD_LIB_SPEC= TK_XLIBSW= TK_XINCLUDES= TCL_LIB_SPEC= TCL_DL_LIBS= TCL_LIBS= NOTIFY=yes CC=gcc32 CFLAGS= -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I$(GCLDIR)/o FINAL_CFLAGS= -Wall -DVOL=volatile -fsigned-char -pipe NIFLAGS= -Wall -DVOL=volatile -fsigned-char -pipe -I$(GCLDIR)/o O3FLAGS=-O3 -fomit-frame-pointer O2FLAGS=-O RL_OBJS=gcl_readline.o RL_LIB= MAKEINFO=makeinfo FLISP=saved_gcl SYSTEM=gcl BUILD_BFD= GMPDIR=gmp3 X_LIBS= -L/usr/X11R6/lib -lXmu -lXt -lXext -lXaw -lX11 X_CFLAGS= -I/usr/X11R6/include PROCESSOR_FLAGS= EXTRA_LOBJS= LEADING_UNDERSCORE= GNU_LD=1 add-defs1 386-linux using 386-linux.defs > env CC=gcc32 setarch i386 -R make (cd o && make ../h/new_decl.h) make[1]: Entering directory `/tmp/vb/gcl-2.6.6/o' gcc32 -o grab_defs grab_defs.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk plttest.c nm plttest.o | awk '/ U / {a=$2;if (k) sub("^_","",a);\ b=a;gsub("_","",b);\ if (match(j,b)) printf("MY_PLT(%s)\n",a)}' \ j="$(awk '/main/ {i=1;next} {if (!i) next} /^ *[a-zA-Z_]*\(/ {sub("\\(.*$","",$1);print $1}' plttest.c)" k= | sort | awk '{A[++k]=$0} END {for (i=1;i<=k;i++) printf("%s%s\n",A[i],i==k ? "" : ",");}' >plt.h [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E main.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > main.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E alloc.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > alloc.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E gbc.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > gbc.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E bitop.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bitop.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E typespec.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > typespec.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E eval.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > eval.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E macros.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > macros.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E lex.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > lex.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E bds.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bds.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E frame.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > frame.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E predicate.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > predicate.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E reference.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > reference.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E assignment.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > assignment.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E bind.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bind.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E let.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > let.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E conditional.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > conditional.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E block.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > block.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E iteration.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > iteration.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E mapfun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > mapfun.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E prog.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > prog.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E multival.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > multival.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E catch.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > catch.ini gcc32 -I../h -I../gcl-tk -o ../bin/dpp ../bin/dpp.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp symbol dpp: symbol.d -> symbol.c ./grab_defs < symbol.c > symbol.ini rm symbol.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E cfun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > cfun.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E cmpaux.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > cmpaux.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp package dpp: package.d -> package.c ./grab_defs < package.c > package.ini rm package.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E big.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > big.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E number.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > number.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E num_pred.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_pred.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E num_comp.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_comp.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E num_arith.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_arith.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E num_sfun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_sfun.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E num_co.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_co.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E num_log.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_log.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E num_rand.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_rand.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E earith.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > earith.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp character dpp: character.d -> character.c ./grab_defs < character.c > character.ini rm character.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp sequence dpp: sequence.d -> sequence.c ./grab_defs < sequence.c > sequence.ini rm sequence.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp list dpp: list.d -> list.c ./grab_defs < list.c > list.ini rm list.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp hash dpp: hash.d -> hash.c ./grab_defs < hash.c > hash.ini rm hash.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E array.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > array.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp string dpp: string.d -> string.c ./grab_defs < string.c > string.ini rm string.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E regexpr.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > regexpr.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E structure.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > structure.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E toplevel.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > toplevel.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp file dpp: file.d -> file.c ./grab_defs < file.c > file.ini rm file.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp read dpp: read.d -> read.c ./grab_defs < read.c > read.ini rm read.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E backq.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > backq.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp print dpp: print.d -> print.c ./grab_defs < print.c > print.ini rm print.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E format.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > format.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp pathname dpp: pathname.d -> pathname.c ./grab_defs < pathname.c > pathname.ini rm pathname.c [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E unixfsys.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixfsys.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E unixfasl.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixfasl.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E error.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > error.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E unixtime.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixtime.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E unixsys.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixsys.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E unixsave.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixsave.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E funlink.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > funlink.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E plt.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > plt.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E fat_string.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > fat_string.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E run_process.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > run_process.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E nfunlink.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > nfunlink.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E usig.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > usig.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E usig2.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > usig2.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E utils.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > utils.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E makefun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > makefun.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E sockets.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > sockets.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E gmp_wrappers.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > gmp_wrappers.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E clxsocket.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > clxsocket.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E init_pari.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > init_pari.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E nsocket.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > nsocket.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h gcc32 -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -E sfasl.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > sfasl.ini [ -e ../h/new_decl.h ] || touch ../h/new_decl.h ../bin/dpp gcl_readline dpp: gcl_readline.d -> gcl_readline.c ./grab_defs < gcl_readline.c > gcl_readline.ini rm gcl_readline.c echo '#include "make-decl.h"' > foo.c cat main.ini alloc.ini gbc.ini bitop.ini typespec.ini eval.ini macros.ini lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini plt.ini fat_string.ini ./run_process.ini nfunlink.ini usig.ini usig2.ini utils.ini makefun.ini sockets.ini gmp_wrappers.ini clxsocket.ini init_pari.ini nsocket.ini ./sfasl.ini gcl_readline.ini >> foo.c gcc32 -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' > ../h/new_decl.h rm foo.c make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/o' cat h/config.h | sed -e "1,/Begin for cmpincl/d" \ -e "/End for cmpinclude/,50000d" > tmpx echo -e '#include "h/config.h"\n#ifdef SGC\n"#define SGC"\n#else\n"#undef SGC"\n#endif' | cpp 2>/dev/null| grep -v '^ *$' | tail -1l | tr -d '"' >>tmpx cat h/cmpincl1.h h/gclincl.h h/compbas.h h/enum.h h/mgmp.h h/object.h h/vs.h h/bds.h h/frame.h h/lex.h h/eval.h h/funlink.h h/att_ext.h h/new_decl.h h/compbas2.h h/compat.h h/cmponly.h o/regexp.h h//protoize.h >> tmpx ./xbin/move-if-changed mv tmpx h/cmpinclude.h tmpx and h/cmpinclude.h were not the same. ln tmpx h/cmpinclude.h ./xbin/move-if-changed cp h/cmpinclude.h o/cmpinclude.h h/cmpinclude.h and o/cmpinclude.h were not the same. ln h/cmpinclude.h o/cmpinclude.h (cd bin; make all) make[1]: Entering directory `/tmp/vb/gcl-2.6.6/bin' gcc32 -I../h -o append append.c gcc32 -I../h -o file-sub file-sub.c make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/bin' make mpfiles make[1]: Entering directory `/tmp/vb/gcl-2.6.6' make[1]: Nothing to be done for `mpfiles'. make[1]: Leaving directory `/tmp/vb/gcl-2.6.6' rm -f o/cmpinclude.h ; cp h/cmpinclude.h o (cd o; make all) make[1]: Entering directory `/tmp/vb/gcl-2.6.6/o' gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk main.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk alloc.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk gbc.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk bitop.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk typespec.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk eval.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk macros.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk lex.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk bds.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk frame.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk predicate.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk reference.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk assignment.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk bind.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk let.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk conditional.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk block.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk iteration.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk mapfun.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk prog.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk multival.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk catch.c ../bin/dpp symbol dpp: symbol.d -> symbol.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk symbol.c rm symbol.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk cfun.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk cmpaux.c ../bin/dpp package dpp: package.d -> package.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk package.c rm package.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk big.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk number.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk num_pred.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk num_comp.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk num_arith.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk num_sfun.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk num_co.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk num_log.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk num_rand.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk earith.c ../bin/dpp character dpp: character.d -> character.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk character.c rm character.c ../bin/dpp sequence dpp: sequence.d -> sequence.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk sequence.c rm sequence.c ../bin/dpp list dpp: list.d -> list.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk list.c rm list.c ../bin/dpp hash dpp: hash.d -> hash.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk hash.c rm hash.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk array.c ../bin/dpp string dpp: string.d -> string.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk string.c rm string.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk regexpr.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk structure.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk toplevel.c ../bin/dpp file dpp: file.d -> file.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk file.c rm file.c ../bin/dpp read dpp: read.d -> read.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk read.c rm read.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk backq.c ../bin/dpp print dpp: print.d -> print.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk print.c rm print.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk format.c ../bin/dpp pathname dpp: pathname.d -> pathname.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk pathname.c rm pathname.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk unixfsys.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk unixfasl.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk error.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk unixtime.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk unixsys.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk unixsave.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk funlink.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk plt.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk fat_string.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk run_process.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk nfunlink.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk usig.c usig.c: In function `unblock_signals': usig.c:93: warning: `sigblock' is deprecated (declared at /usr/include/signal.h:181) usig.c:93: warning: `sigsetmask' is deprecated (declared at /usr/include/signal.h:184) gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk usig2.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk utils.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk makefun.c gcc32 -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -c sockets.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk gmp_wrappers.c gcc32 -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk -c clxsocket.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk init_pari.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk nsocket.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk sfasl.c In file included from sfasl.c:40: sfaslbfd.c: In function `fasload': sfaslbfd.c:224: warning: assignment from incompatible pointer type ../bin/dpp gcl_readline dpp: gcl_readline.d -> gcl_readline.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk gcl_readline.c gcl_readline.d:211: warning: redefinition of `rl_compentry_func_t' /usr/include/readline/rltypedefs.h:51: warning: `rl_compentry_func_t' previously declared here gcl_readline.d: In function `rl_completion': gcl_readline.d:221: warning: implicit declaration of function `completion_matches' gcl_readline.d:221: warning: return makes pointer from integer without a cast rm gcl_readline.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk bcmp.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk bcopy.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk bzero.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk user_init.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk user_match.c echo '#include "make-init.h"' > new_init.c echo 'void NewInit(void){' >> new_init.c cat main.ini alloc.ini gbc.ini bitop.ini typespec.ini eval.ini macros.ini lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini plt.ini fat_string.ini ./run_process.ini nfunlink.ini usig.ini usig2.ini utils.ini makefun.ini sockets.ini gmp_wrappers.ini clxsocket.ini init_pari.ini nsocket.ini ./sfasl.ini gcl_readline.ini >> new_init.c echo '}' >> new_init.c gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe -I/tmp/vb/gcl-2.6.6/o -I../h -I../gcl-tk new_init.c -o new_init.o rm -f gcllib.a ar qc gcllib.a bcmp.o bcopy.o bzero.o user_init.o user_match.o ranlib gcllib.a make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/o' make h/cmpinclude.h make[1]: Entering directory `/tmp/vb/gcl-2.6.6' make[1]: `h/cmpinclude.h' is up to date. make[1]: Leaving directory `/tmp/vb/gcl-2.6.6' rm -f o/cmpinclude.h ; cp h/cmpinclude.h o (cd o; make all) make[1]: Entering directory `/tmp/vb/gcl-2.6.6/o' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/o' cd unixport && make saved_pre_gcl ls: ../lsp/*.o: No such file or directory ls: ../cmpnew/*.o: No such file or directory ls: ../mod/*.o: No such file or directory ls: ../pcl/*.o: No such file or directory ls: ../clcs/*.o: No such file or directory make[1]: Entering directory `/tmp/vb/gcl-2.6.6/unixport' gcc32 -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -c -o sys_pre_gcl.o sys_pre_gcl.c rm -rf gmp mkdir gmp a="" ; \ for i in $a ; do \ cp $i gmp/$(echo $i | sed -e 's,\.\./,,1' -e 's,/,_,g') ; \ done touch gmpfiles rm -rf bfd mkdir bfd a="" ; \ for i in $a ; do \ cp $i bfd/$(echo $i | sed -e 's,\.\./,,1' -e 's,/,_,g') ; \ done touch bfdfiles rm -rf libpre_gcl.a ar rs libpre_gcl.a ../o/alloc.o ../o/array.o ../o/assignment.o ../o/backq.o ../o/bds.o ../o/big.o ../o/bind.o ../o/bitop.o ../o/block.o ../o/catch.o ../o/cfun.o ../o/character.o ../o/clxsocket.o ../o/cmpaux.o ../o/conditional.o ../o/earith.o ../o/error.o ../o/eval.o ../o/fat_string.o ../o/file.o ../o/format.o ../o/frame.o ../o/funlink.o ../o/gbc.o ../o/gcl_readline.o ../o/gmp_wrappers.o ../o/hash.o ../o/init_pari.o ../o/iteration.o ../o/let.o ../o/lex.o ../o/list.o ../o/macros.o ../o/main.o ../o/makefun.o ../o/mapfun.o ../o/multival.o ../o/new_init.o ../o/nfunlink.o ../o/nsocket.o ../o/num_arith.o ../o/number.o ../o/num_comp.o ../o/num_co.o ../o/num_log.o ../o/num_pred.o ../o/num_rand.o ../o/num_sfun.o ../o/package.o ../o/pathname.o ../o/plt.o ../o/predicate.o ../o/print.o ../o/prog.o ../o/read.o ../o/reference.o ../o/regexpr.o ../o/run_process.o ../o/sequence.o ../o/sfasl.o ../o/sockets.o ../o/string.o ../o/structure.o ../o/symbol.o ../o/toplevel.o ../o/typespec.o ../o/unixfasl.o ../o/unixfsys.o ../o/unixsave.o ../o/unixsys.o ../o/unixtime.o ../o/usig2.o ../o/usig.o ../o/utils.o sys_pre_gcl.o ar: creating libpre_gcl.a cp ../o/gcllib.a libgclp.a ranlib libgclp.a cp init_pre_gcl.lsp.in init_pre_gcl.lsp.tmp touch raw_pre_gcl_map gcc32 -o raw_pre_gcl \ -L. -Wl,-Map raw_pre_gcl_map -lpre_gcl -lm -lgmp /usr/lib/libbfd.a /usr/lib/libiberty.a -lreadline -lncurses -lc -lgclp cat init_pre_gcl.lsp.tmp | sed \ -e "s#@LI-VERS@#(`cat ../majvers`.`cat ../minvers`) `date`#1" \ -e "s#@LI-EXTVERS@#`cat ../minvers | cut -f2 -d.`#1" \ -e "s#@LI-MINVERS@#`cat ../minvers | cut -f1 -d.`#1" \ -e "s#@LI-MAJVERS@#`cat ../majvers`#1" \ -e "s#@LI-CC@#\"gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe \"#1" \ -e "s#@LI-LD@#\"gcc32 -o \"#1" \ -e "s#@LI-LD-LIBS@#\" -lpre_gcl -lm -lgmp /usr/lib/libbfd.a /usr/lib/libiberty.a -lreadline -lncurses -lc -lgclp \"#1" \ -e "s#@LI-OPT-THREE@#\"-O3 -fomit-frame-pointer\"#1" \ -e "s#@LI-OPT-TWO@#\"-O\"#1" \ -e "s#@LI-INIT-LSP@#\"init_pre_gcl.lsp\"#1" >init_pre_gcl.lsp cp init_pre_gcl.lsp foo echo " (in-package \"USER\")(system:save-system \"saved_pre_gcl\")" >>foo /tmp/vb/gcl-2.6.6/unixport/raw_pre_gcl /tmp/vb/gcl-2.6.6/unixport/ -libdir /tmp/vb/gcl-2.6.6/ < foo GCL (GNU Common Lisp) April 1994 131072 pages Building symbol table for /tmp/vb/gcl-2.6.6/unixport/raw_pre_gcl .. loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_export.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_defmacro.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_evalmacros.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_top.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_module.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_autoload.lsp > #<"COMPILER" package> > #<"SLOOP" package> > #<"SERROR" package> > #<"ANSI-LOOP" package> > #<"DEFPACKAGE" package> > #<"TK" package> > #<"SYSTEM" package> SYSTEM> *COMMAND-ARGS* SYSTEM>loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_predlib.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_setf.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_arraylib.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_assert.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_defstruct.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_describe.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_iolib.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_listlib.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_mislib.lsp Warning: LISP-IMPLEMENTATION-VERSION is being redefined.loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_numlib.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_packlib.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_seq.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_seqlib.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_trace.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_sloop.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_serror.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_destructuring_bind.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_loop.lsp Warning: LOOP is being redefined.loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_defpackage.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_make_defpackage.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpinline.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmputil.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_debug.lsp loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_info.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmptype.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpbind.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpblock.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpcall.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpcatch.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpenv.lsp Warning: PROCLAIM is being redefined. Warning: PROCLAMATION is being redefined.loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpeval.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpflet.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpfun.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpif.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmplabel.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmplam.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmplet.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmploc.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpmap.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpmulti.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpspecial.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmptag.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmptop.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpvar.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpvs.lsp loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpwt.lsp Loading ../cmpnew/gcl_fasdmacros.lsp Finished loading ../cmpnew/gcl_fasdmacros.lsp Loading /tmp/vb/gcl-2.6.6/unixport/../lsp/sys-proclaim.lisp Finished loading /tmp/vb/gcl-2.6.6/unixport/../lsp/sys-proclaim.lisp Loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/sys-proclaim.lisp Finished loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/sys-proclaim.lisp Loading /tmp/vb/gcl-2.6.6/unixport/../gcl-tk/tk-package.lsp Finished loading /tmp/vb/gcl-2.6.6/unixport/../gcl-tk/tk-package.lsp Loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpmain.lsp Warning: COMPILE-FILE is being redefined. Warning: COMPILE is being redefined. Warning: DISASSEMBLE is being redefined. Finished loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpmain.lsp Loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_lfun_list.lsp Finished loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_lfun_list.lsp Loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpopt.lsp Finished loading /tmp/vb/gcl-2.6.6/unixport/../cmpnew/gcl_cmpopt.lsp Loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_auto_new.lsp Finished loading /tmp/vb/gcl-2.6.6/unixport/../lsp/gcl_auto_new.lsp T > #<"USER" package> >rm raw_pre_gcl init_pre_gcl.lsp make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/unixport' (cd lsp; touch *.lsp ; make all) make[1]: Entering directory `/tmp/vb/gcl-2.6.6/lsp' ../xbin/if-exists: line 13: 14996 Segmentation fault $3 gcc32: gcl_arraylib.c: No such file or directory gcc32: no input files cat: gcl_arraylib.data: No such file or directory ../xbin/if-exists: line 13: 15002 Segmentation fault $3 gcc32: gcl_assert.c: No such file or directory gcc32: no input files cat: gcl_assert.data: No such file or directory ../xbin/if-exists: line 13: 15008 Segmentation fault $3 gcc32: gcl_defmacro.c: No such file or directory gcc32: no input files cat: gcl_defmacro.data: No such file or directory ../xbin/if-exists: line 13: 15014 Segmentation fault $3 gcc32: gcl_defstruct.c: No such file or directory gcc32: no input files cat: gcl_defstruct.data: No such file or directory ../xbin/if-exists: line 13: 15020 Segmentation fault $3 gcc32: gcl_describe.c: No such file or directory gcc32: no input files cat: gcl_describe.data: No such file or directory ../xbin/if-exists: line 13: 15026 Segmentation fault $3 gcc32: gcl_evalmacros.c: No such file or directory gcc32: no input files cat: gcl_evalmacros.data: No such file or directory ../xbin/if-exists: line 13: 15032 Segmentation fault $3 gcc32: gcl_iolib.c: No such file or directory gcc32: no input files cat: gcl_iolib.data: No such file or directory ../xbin/if-exists: line 13: 15038 Segmentation fault $3 gcc32: gcl_listlib.c: No such file or directory gcc32: no input files cat: gcl_listlib.data: No such file or directory ../xbin/if-exists: line 13: 15044 Segmentation fault $3 gcc32: gcl_mislib.c: No such file or directory gcc32: no input files cat: gcl_mislib.data: No such file or directory ../xbin/if-exists: line 13: 15050 Segmentation fault $3 gcc32: gcl_module.c: No such file or directory gcc32: no input files cat: gcl_module.data: No such file or directory ../xbin/if-exists: line 13: 15056 Segmentation fault $3 gcc32: gcl_numlib.c: No such file or directory gcc32: no input files cat: gcl_numlib.data: No such file or directory ../xbin/if-exists: line 13: 15062 Segmentation fault $3 gcc32: gcl_packlib.c: No such file or directory gcc32: no input files cat: gcl_packlib.data: No such file or directory ../xbin/if-exists: line 13: 15068 Segmentation fault $3 gcc32: gcl_predlib.c: No such file or directory gcc32: no input files cat: gcl_predlib.data: No such file or directory ../xbin/if-exists: line 13: 15074 Segmentation fault $3 gcc32: gcl_seq.c: No such file or directory gcc32: no input files cat: gcl_seq.data: No such file or directory ../xbin/if-exists: line 13: 15080 Segmentation fault $3 gcc32: gcl_seqlib.c: No such file or directory gcc32: no input files cat: gcl_seqlib.data: No such file or directory ../xbin/if-exists: line 13: 15086 Segmentation fault $3 gcc32: gcl_setf.c: No such file or directory gcc32: no input files cat: gcl_setf.data: No such file or directory ../xbin/if-exists: line 13: 15092 Segmentation fault $3 gcc32: gcl_top.c: No such file or directory gcc32: no input files cat: gcl_top.data: No such file or directory ../xbin/if-exists: line 13: 15098 Segmentation fault $3 gcc32: gcl_trace.c: No such file or directory gcc32: no input files cat: gcl_trace.data: No such file or directory ../xbin/if-exists: line 13: 15104 Segmentation fault $3 gcc32: gcl_sloop.c: No such file or directory gcc32: no input files cat: gcl_sloop.data: No such file or directory ../xbin/if-exists: line 13: 15110 Segmentation fault $3 gcc32: gcl_debug.c: No such file or directory gcc32: no input files cat: gcl_debug.data: No such file or directory ../xbin/if-exists: line 13: 15116 Segmentation fault $3 gcc32: gcl_info.c: No such file or directory gcc32: no input files cat: gcl_info.data: No such file or directory ../xbin/if-exists: line 13: 15122 Segmentation fault $3 gcc32: gcl_serror.c: No such file or directory gcc32: no input files cat: gcl_serror.data: No such file or directory ../xbin/if-exists: line 13: 15128 Segmentation fault $3 gcc32: gcl_destructuring_bind.c: No such file or directory gcc32: no input files cat: gcl_destructuring_bind.data: No such file or directory ../xbin/if-exists: line 13: 15134 Segmentation fault $3 gcc32: gcl_defpackage.c: No such file or directory gcc32: no input files cat: gcl_defpackage.data: No such file or directory ../xbin/if-exists: line 13: 15140 Segmentation fault $3 gcc32: gcl_make_defpackage.c: No such file or directory gcc32: no input files cat: gcl_make_defpackage.data: No such file or directory ../xbin/if-exists: line 13: 15146 Segmentation fault $3 gcc32: gcl_loop.c: No such file or directory gcc32: no input files cat: gcl_loop.data: No such file or directory make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/lsp' (cd cmpnew; touch *.lsp ; make all) make[1]: Entering directory `/tmp/vb/gcl-2.6.6/cmpnew' ../xbin/if-exists: line 13: 15156 Segmentation fault $3 gcc32: gcl_cmpbind.c: No such file or directory gcc32: no input files cat: gcl_cmpbind.data: No such file or directory ../xbin/if-exists: line 13: 15162 Segmentation fault $3 gcc32: gcl_cmpblock.c: No such file or directory gcc32: no input files cat: gcl_cmpblock.data: No such file or directory ../xbin/if-exists: line 13: 15168 Segmentation fault $3 gcc32: gcl_cmpcall.c: No such file or directory gcc32: no input files cat: gcl_cmpcall.data: No such file or directory ../xbin/if-exists: line 13: 15174 Segmentation fault $3 gcc32: gcl_cmpcatch.c: No such file or directory gcc32: no input files cat: gcl_cmpcatch.data: No such file or directory ../xbin/if-exists: line 13: 15180 Segmentation fault $3 gcc32: gcl_cmpenv.c: No such file or directory gcc32: no input files cat: gcl_cmpenv.data: No such file or directory ../xbin/if-exists: line 13: 15186 Segmentation fault $3 gcc32: gcl_cmpeval.c: No such file or directory gcc32: no input files cat: gcl_cmpeval.data: No such file or directory ../xbin/if-exists: line 13: 15192 Segmentation fault $3 gcc32: gcl_cmpflet.c: No such file or directory gcc32: no input files cat: gcl_cmpflet.data: No such file or directory ../xbin/if-exists: line 13: 15198 Segmentation fault $3 gcc32: gcl_cmpfun.c: No such file or directory gcc32: no input files cat: gcl_cmpfun.data: No such file or directory ../xbin/if-exists: line 13: 15204 Segmentation fault $3 gcc32: gcl_cmpif.c: No such file or directory gcc32: no input files cat: gcl_cmpif.data: No such file or directory ../xbin/if-exists: line 13: 15210 Segmentation fault $3 gcc32: gcl_cmpinline.c: No such file or directory gcc32: no input files cat: gcl_cmpinline.data: No such file or directory ../xbin/if-exists: line 13: 15216 Segmentation fault $3 gcc32: gcl_cmplabel.c: No such file or directory gcc32: no input files cat: gcl_cmplabel.data: No such file or directory ../xbin/if-exists: line 13: 15222 Segmentation fault $3 gcc32: gcl_cmplam.c: No such file or directory gcc32: no input files cat: gcl_cmplam.data: No such file or directory ../xbin/if-exists: line 13: 15228 Segmentation fault $3 gcc32: gcl_cmplet.c: No such file or directory gcc32: no input files cat: gcl_cmplet.data: No such file or directory ../xbin/if-exists: line 13: 15234 Segmentation fault $3 gcc32: gcl_cmploc.c: No such file or directory gcc32: no input files cat: gcl_cmploc.data: No such file or directory ../xbin/if-exists: line 13: 15240 Segmentation fault $3 gcc32: gcl_cmpmap.c: No such file or directory gcc32: no input files cat: gcl_cmpmap.data: No such file or directory ../xbin/if-exists: line 13: 15246 Segmentation fault $3 gcc32: gcl_cmpmulti.c: No such file or directory gcc32: no input files cat: gcl_cmpmulti.data: No such file or directory ../xbin/if-exists: line 13: 15252 Segmentation fault $3 gcc32: gcl_cmpspecial.c: No such file or directory gcc32: no input files cat: gcl_cmpspecial.data: No such file or directory ../xbin/if-exists: line 13: 15258 Segmentation fault $3 gcc32: gcl_cmptag.c: No such file or directory gcc32: no input files cat: gcl_cmptag.data: No such file or directory ../xbin/if-exists: line 13: 15264 Segmentation fault $3 gcc32: gcl_cmptop.c: No such file or directory gcc32: no input files cat: gcl_cmptop.data: No such file or directory ../xbin/if-exists: line 13: 15270 Segmentation fault $3 gcc32: gcl_cmptype.c: No such file or directory gcc32: no input files cat: gcl_cmptype.data: No such file or directory ../xbin/if-exists: line 13: 15276 Segmentation fault $3 gcc32: gcl_cmputil.c: No such file or directory gcc32: no input files cat: gcl_cmputil.data: No such file or directory ../xbin/if-exists: line 13: 15282 Segmentation fault $3 gcc32: gcl_cmpvar.c: No such file or directory gcc32: no input files cat: gcl_cmpvar.data: No such file or directory ../xbin/if-exists: line 13: 15288 Segmentation fault $3 gcc32: gcl_cmpvs.c: No such file or directory gcc32: no input files cat: gcl_cmpvs.data: No such file or directory ../xbin/if-exists: line 13: 15294 Segmentation fault $3 gcc32: gcl_cmpwt.c: No such file or directory gcc32: no input files cat: gcl_cmpwt.data: No such file or directory make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/cmpnew' cd unixport && make saved_gcl ls: ../mod/*.o: No such file or directory ls: ../pcl/*.o: No such file or directory ls: ../clcs/*.o: No such file or directory make[1]: Entering directory `/tmp/vb/gcl-2.6.6/unixport' gcc32 -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/vb/gcl-2.6.6/o -c -o sys_gcl.o sys_gcl.c rm -rf libgcl.a ar rs libgcl.a ../o/alloc.o ../o/array.o ../o/assignment.o ../o/backq.o ../o/bds.o ../o/big.o ../o/bind.o ../o/bitop.o ../o/block.o ../o/catch.o ../o/cfun.o ../o/character.o ../o/clxsocket.o ../o/cmpaux.o ../o/conditional.o ../o/earith.o ../o/error.o ../o/eval.o ../o/fat_string.o ../o/file.o ../o/format.o ../o/frame.o ../o/funlink.o ../o/gbc.o ../o/gcl_readline.o ../o/gmp_wrappers.o ../o/hash.o ../o/init_pari.o ../o/iteration.o ../o/let.o ../o/lex.o ../o/list.o ../o/macros.o ../o/main.o ../o/makefun.o ../o/mapfun.o ../o/multival.o ../o/new_init.o ../o/nfunlink.o ../o/nsocket.o ../o/num_arith.o ../o/number.o ../o/num_comp.o ../o/num_co.o ../o/num_log.o ../o/num_pred.o ../o/num_rand.o ../o/num_sfun.o ../o/package.o ../o/pathname.o ../o/plt.o ../o/predicate.o ../o/print.o ../o/prog.o ../o/read.o ../o/reference.o ../o/regexpr.o ../o/run_process.o ../o/sequence.o ../o/sfasl.o ../o/sockets.o ../o/string.o ../o/structure.o ../o/symbol.o ../o/toplevel.o ../o/typespec.o ../o/unixfasl.o ../o/unixfsys.o ../o/unixsave.o ../o/unixsys.o ../o/unixtime.o ../o/usig2.o ../o/usig.o ../o/utils.o ../lsp/gcl_arraylib.o ../lsp/gcl_assert.o ../lsp/gcl_debug.o ../lsp/gcl_defmacro.o ../lsp/gcl_defpackage.o ../lsp/gcl_defstruct.o ../lsp/gcl_describe.o ../lsp/gcl_destructuring_bind.o ../lsp/gcl_evalmacros.o ../lsp/gcl_info.o ../lsp/gcl_iolib.o ../lsp/gcl_listlib.o ../lsp/gcl_loop.o ../lsp/gcl_make_defpackage.o ../lsp/gcl_mislib.o ../lsp/gcl_module.o ../lsp/gcl_numlib.o ../lsp/gcl_packlib.o ../lsp/gcl_predlib.o ../lsp/gcl_seqlib.o ../lsp/gcl_seq.o ../lsp/gcl_serror.o ../lsp/gcl_setf.o ../lsp/gcl_sloop.o ../lsp/gcl_top.o ../lsp/gcl_trace.o ../cmpnew/gcl_cmpbind.o ../cmpnew/gcl_cmpblock.o ../cmpnew/gcl_cmpcall.o ../cmpnew/gcl_cmpcatch.o ../cmpnew/gcl_cmpenv.o ../cmpnew/gcl_cmpeval.o ../cmpnew/gcl_cmpflet.o ../cmpnew/gcl_cmpfun.o ../cmpnew/gcl_cmpif.o ../cmpnew/gcl_cmpinline.o ../cmpnew/gcl_cmplabel.o ../cmpnew/gcl_cmplam.o ../cmpnew/gcl_cmplet.o ../cmpnew/gcl_cmploc.o ../cmpnew/gcl_cmpmap.o ../cmpnew/gcl_cmpmulti.o ../cmpnew/gcl_cmpspecial.o ../cmpnew/gcl_cmptag.o ../cmpnew/gcl_cmptop.o ../cmpnew/gcl_cmptype.o ../cmpnew/gcl_cmputil.o ../cmpnew/gcl_cmpvar.o ../cmpnew/gcl_cmpvs.o ../cmpnew/gcl_cmpwt.o sys_gcl.o ar: creating libgcl.a cp init_gcl.lsp.in init_gcl.lsp.tmp cat init_gcl.lsp.tmp | sed \ -e "s#@LI-VERS@#(`cat ../majvers`.`cat ../minvers`) `date`#1" \ -e "s#@LI-EXTVERS@#`cat ../minvers | cut -f2 -d.`#1" \ -e "s#@LI-MINVERS@#`cat ../minvers | cut -f1 -d.`#1" \ -e "s#@LI-MAJVERS@#`cat ../majvers`#1" \ -e "s#@LI-CC@#\"gcc32 -c -Wall -DVOL=volatile -fsigned-char -pipe \"#1" \ -e "s#@LI-LD@#\"gcc32 -o \"#1" \ -e "s#@LI-LD-LIBS@#\" -lgcl -lm -lgmp /usr/lib/libbfd.a /usr/lib/libiberty.a -lreadline -lncurses -lc -lgclp \"#1" \ -e "s#@LI-OPT-THREE@#\"-O3 -fomit-frame-pointer\"#1" \ -e "s#@LI-OPT-TWO@#\"-O\"#1" \ -e "s#@LI-INIT-LSP@#\"init_gcl.lsp\"#1" >init_gcl.lsp touch raw_gcl_map gcc32 -o raw_gcl \ -L. -Wl,-Map raw_gcl_map -lgcl -lm -lgmp /usr/lib/libbfd.a /usr/lib/libiberty.a -lreadline -lncurses -lc -lgclp ./libgcl.a(sys_gcl.o)(.text+0xcd): In function `gcl_init_init': sys_gcl.c: undefined reference to `init_gcl_defmacro' ./libgcl.a(sys_gcl.o)(.text+0x14a):sys_gcl.c: undefined reference to `init_gcl_evalmacros' ./libgcl.a(sys_gcl.o)(.text+0x1c7):sys_gcl.c: undefined reference to `init_gcl_top' ./libgcl.a(sys_gcl.o)(.text+0x244):sys_gcl.c: undefined reference to `init_gcl_module' ./libgcl.a(sys_gcl.o)(.text+0x1ada): In function `gcl_init_system': sys_gcl.c: undefined reference to `init_gcl_cmpwt' ./libgcl.a(sys_gcl.o)(.text+0x1c3a):sys_gcl.c: undefined reference to `init_gcl_cmpvs' ./libgcl.a(sys_gcl.o)(.text+0x1d9e):sys_gcl.c: undefined reference to `init_gcl_cmpvar' ./libgcl.a(sys_gcl.o)(.text+0x1f02):sys_gcl.c: undefined reference to `init_gcl_cmptop' ./libgcl.a(sys_gcl.o)(.text+0x2066):sys_gcl.c: undefined reference to `init_gcl_cmptag' ./libgcl.a(sys_gcl.o)(.text+0x21ca):sys_gcl.c: undefined reference to `init_gcl_cmpspecial' ./libgcl.a(sys_gcl.o)(.text+0x232e):sys_gcl.c: undefined reference to `init_gcl_cmpmulti' ./libgcl.a(sys_gcl.o)(.text+0x2492):sys_gcl.c: undefined reference to `init_gcl_cmpmap' ./libgcl.a(sys_gcl.o)(.text+0x25f6):sys_gcl.c: undefined reference to `init_gcl_cmploc' ./libgcl.a(sys_gcl.o)(.text+0x275a):sys_gcl.c: undefined reference to `init_gcl_cmplet' ./libgcl.a(sys_gcl.o)(.text+0x28be):sys_gcl.c: undefined reference to `init_gcl_cmplam' ./libgcl.a(sys_gcl.o)(.text+0x2a22):sys_gcl.c: undefined reference to `init_gcl_cmplabel' ./libgcl.a(sys_gcl.o)(.text+0x2b86):sys_gcl.c: undefined reference to `init_gcl_cmpif' ./libgcl.a(sys_gcl.o)(.text+0x2cea):sys_gcl.c: undefined reference to `init_gcl_cmpfun' ./libgcl.a(sys_gcl.o)(.text+0x2e4e):sys_gcl.c: undefined reference to `init_gcl_cmpflet' ./libgcl.a(sys_gcl.o)(.text+0x2fb2):sys_gcl.c: undefined reference to `init_gcl_cmpeval' ./libgcl.a(sys_gcl.o)(.text+0x3116):sys_gcl.c: undefined reference to `init_gcl_cmpenv' ./libgcl.a(sys_gcl.o)(.text+0x327a):sys_gcl.c: undefined reference to `init_gcl_cmpcatch' ./libgcl.a(sys_gcl.o)(.text+0x33de):sys_gcl.c: undefined reference to `init_gcl_cmpcall' ./libgcl.a(sys_gcl.o)(.text+0x3542):sys_gcl.c: undefined reference to `init_gcl_cmpblock' ./libgcl.a(sys_gcl.o)(.text+0x36a6):sys_gcl.c: undefined reference to `init_gcl_cmpbind' ./libgcl.a(sys_gcl.o)(.text+0x380a):sys_gcl.c: undefined reference to `init_gcl_cmptype' ./libgcl.a(sys_gcl.o)(.text+0x396e):sys_gcl.c: undefined reference to `init_gcl_info' ./libgcl.a(sys_gcl.o)(.text+0x3ad2):sys_gcl.c: undefined reference to `init_gcl_debug' ./libgcl.a(sys_gcl.o)(.text+0x3c36):sys_gcl.c: undefined reference to `init_gcl_cmputil' ./libgcl.a(sys_gcl.o)(.text+0x3d9a):sys_gcl.c: undefined reference to `init_gcl_cmpinline' ./libgcl.a(sys_gcl.o)(.text+0x3efe):sys_gcl.c: undefined reference to `init_gcl_make_defpackage' ./libgcl.a(sys_gcl.o)(.text+0x4062):sys_gcl.c: undefined reference to `init_gcl_defpackage' ./libgcl.a(sys_gcl.o)(.text+0x41c6):sys_gcl.c: undefined reference to `init_gcl_loop' ./libgcl.a(sys_gcl.o)(.text+0x432a):sys_gcl.c: undefined reference to `init_gcl_destructuring_bind' ./libgcl.a(sys_gcl.o)(.text+0x448e):sys_gcl.c: undefined reference to `init_gcl_serror' ./libgcl.a(sys_gcl.o)(.text+0x45f2):sys_gcl.c: undefined reference to `init_gcl_sloop' ./libgcl.a(sys_gcl.o)(.text+0x4756):sys_gcl.c: undefined reference to `init_gcl_trace' ./libgcl.a(sys_gcl.o)(.text+0x48ba):sys_gcl.c: undefined reference to `init_gcl_seqlib' ./libgcl.a(sys_gcl.o)(.text+0x4a1e):sys_gcl.c: undefined reference to `init_gcl_seq' ./libgcl.a(sys_gcl.o)(.text+0x4b82):sys_gcl.c: undefined reference to `init_gcl_packlib' ./libgcl.a(sys_gcl.o)(.text+0x4ce6):sys_gcl.c: undefined reference to `init_gcl_numlib' ./libgcl.a(sys_gcl.o)(.text+0x4e4a):sys_gcl.c: undefined reference to `init_gcl_mislib' ./libgcl.a(sys_gcl.o)(.text+0x4fae):sys_gcl.c: undefined reference to `init_gcl_listlib' ./libgcl.a(sys_gcl.o)(.text+0x5112):sys_gcl.c: undefined reference to `init_gcl_iolib' ./libgcl.a(sys_gcl.o)(.text+0x5276):sys_gcl.c: undefined reference to `init_gcl_describe' ./libgcl.a(sys_gcl.o)(.text+0x53da):sys_gcl.c: undefined reference to `init_gcl_defstruct' ./libgcl.a(sys_gcl.o)(.text+0x553e):sys_gcl.c: undefined reference to `init_gcl_assert' ./libgcl.a(sys_gcl.o)(.text+0x56a2):sys_gcl.c: undefined reference to `init_gcl_arraylib' ./libgcl.a(sys_gcl.o)(.text+0x5806):sys_gcl.c: undefined reference to `init_gcl_setf' ./libgcl.a(sys_gcl.o)(.text+0x596a):sys_gcl.c: undefined reference to `init_gcl_predlib' collect2: ld returned 1 exit status make[1]: *** [raw_gcl] Error 1 rm init_gcl.lsp.tmp raw_gcl_map make[1]: Leaving directory `/tmp/vb/gcl-2.6.6/unixport' make: *** [unixport/saved_gcl] Error 2 Script done on Sun 12 Jun 2005 05:38:25 PM EEST