gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Build issue


From: Camm Maguire
Subject: Re: [Gcl-devel] Build issue
Date: Mon, 14 Oct 2013 11:26:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Greetings!  OK there is some skew somewhere ...

Does this work for you?

=============================================================================
(sid_amd64)address@hidden:~/debian/gcl/git/master$ rm -rf gcl
(sid_amd64)address@hidden:~/debian/gcl/git/master$ git clone 
git://git.sv.gnu.org/gcl.git
Cloning into 'gcl'...
remote: Counting objects: 58791, done.        
remote: Compressing objects: 100% (13136/13136), done.        
remote: Total 58791 (delta 39272), reused 58602 (delta 39151)        
Receiving objects: 100% (58791/58791), 57.08 MiB | 2.26 MiB/s, done.
Resolving deltas: 100% (39272/39272), done.
Checking connectivity... done
(sid_amd64)address@hidden:~/debian/gcl/git/master$ cd gcl
(sid_amd64)address@hidden:~/debian/gcl/git/master/gcl$ ./configure 
--enable-debug --enable-ansi && make
bash: ./configure: No such file or directory
(sid_amd64)address@hidden:~/debian/gcl/git/master/gcl$ cd gcl
(sid_amd64)address@hidden:~/debian/gcl/git/master/gcl/gcl$ ./configure 
--enable-debug --enable-ansi && make
checking for gawk... gawk
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
host=x86_64-unknown-linux-gnu
enable_machine=
use=amd64-linux
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... 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 how to run the C preprocessor... gcc -E
checking for CFLAG -Wno-unused-but-set-variable... yes
checking for egrep... (cached) /bin/grep -E
checking for makeinfo... makeinfo
checking system version (for dynamic loading)... Linux-3.10.1
checking for unistd.h... (cached) yes
checking for sysconf in -lc... yes
checking for _SC_CLK_TCK... 100
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for external gmp version... ok
checking for size of gmp limbs... 8
checking _SHORT_LIMB... no
checking _LONG_LONG_LIMB... no
checking for leading underscore in object symbols... no
checking for GNU ld option -Map... yes
checking for X... libraries , headers 
checking for main in -lX11... yes
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking X11/Xutil.h usability... yes
checking X11/Xutil.h presence... yes
checking for X11/Xutil.h... yes
checking X11/Xlibint.h usability... yes
checking X11/Xlibint.h presence... yes
checking for X11/Xlibint.h... yes
checking X11/Xresource.h usability... yes
checking X11/Xresource.h presence... yes
checking for X11/Xresource.h... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking can compile xgcl... yes
checking size of long... 8
checking size of int... 4
checking size of short... 2
checking size of char... 1
checking for number of bits in char... 8
checking for byte order... little
checking for word order... little
checking for sbrk... yes
checking for ADDR_NO_RANDOMIZE constant... yes 40000
checking for personality(ADDR_NO_RANDOMIZE) support... yes
checking that sbrk is (now) non-random... yes
checking for required object alignment... 8
checking for C extension variable alignment... __attribute__ ((aligned (8)))
checking TYPE_BITS macro... 0x1f09
checking sizeof struct contblock... 16
checking for pagewidth... 12
checking DBEGIN... 0x623000
checking CSTACK_ADDRESS... 0x7fff6fffffff
checking NEG_CSTACK_ADDRESS... no
checking finding CSTACK_ALIGNMENT... 32
checking CSTACK_DIRECTION... -1
checking for shared library/C stack ceiling to heap... 0x7f8aaff62000
checking finding default linker script... got it
checking trying to lower heap start... checking linker script... ./configure: 
line 8626: 19598 Killed                  ./foo > /dev/null 2>&1
failed
checking revised DBEGIN... 0x0
checking for maxpage revision... 524288 is OK
checking for C stack size floor from heap... 140732924952575
checking for C stack size limit from fixnum table... 140732924952575 is OK
checking for C stack size limit from address wrap... 140732924952575 is OK
checking for fast NULL_OR_ON_CSTACK macro... no
checking mem top... 0x8000000000000000
checking finding upper mem half range... 0x4000000000000000
checking sizeof long long int... no
checking for pathname gcc compilation bug... no
checking for getcwd... yes
checking for getwd... yes
checking for rename... yes
checking for uname... yes
checking for gettimeofday... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking elf_abi.h usability... no
checking elf_abi.h presence... no
checking for elf_abi.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.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 math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for isnormal... yes
checking for isfinite... yes
checking for INFINITY... yes
checking for NAN... yes
checking for sockets... checking for connect... yes
checking for gethostbyname... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for main in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
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 asm/sigcontext.h usability... yes
checking asm/sigcontext.h presence... yes
checking for asm/sigcontext.h... yes
checking asm/signal.h usability... no
checking asm/signal.h presence... yes
configure: WARNING: asm/signal.h: present but cannot be compiled
configure: WARNING: asm/signal.h:     check for missing prerequisite headers?
configure: WARNING: asm/signal.h: see the Autoconf documentation
configure: WARNING: asm/signal.h:     section "Present But Cannot Be Compiled"
configure: WARNING: asm/signal.h: proceeding with the compiler's result
checking for asm/signal.h... no
checking for sigcontext...... sigcontext in signal.h
checking for emacs... /usr/bin/emacs
checking emacs site lisp directory... NONE/share/emacs/site-lisp
checking emacs default.el... ./default.el
checking emacs info/dir... NONE/share/info/
checking for tcl/tk... checking for tclsh... tclsh
checking for main in -llieee... no
Builtin TK not requested
not found
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
configure: creating ./config.status
config.status: creating makedefc
config.status: creating windows/gcl.iss
config.status: creating windows/sysdir.bat
config.status: creating windows/install.lsp
config.status: creating h/gclincl.h
makedefc

# begin makedefs

# use=amd64-linux

# for main link of raw_gcl
LIBS=   -lX11    -lgmp -lreadline -ldl  -lm

#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=NONE/share/info/

# where to put emacs lisp files.
EMACS_SITE_LISP=NONE/share/emacs/site-lisp

# the default.el file
EMACS_DEFAULT_EL=./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=
TK_LIBS=
TCL_STUB_LIBS=
TCL_DEFS=
TK_DEFS=

NOTIFY=yes
CC=gcc
CPP=gcc -E
CFLAGS=-g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I$(GCLDIR)/o
FINAL_CFLAGS=-g   -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g 
NIFLAGS=-g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I$(GCLDIR)/o
O3FLAGS=
O2FLAGS=

LD_STACK_FLAGS=

RL_OBJS=gcl_readline.o

RL_LIB=

LISPFLAGS=

MAKEINFO=makeinfo

FLISP=saved_ansi_gcl
SYSTEM=ansi_gcl
BUILD_BFD=
GMPDIR=gmp4
PARGCLDIR=
X_LIBS= -lX11
X_CFLAGS=

PROCESSOR_FLAGS=

EXTRA_LOBJS=
LEADING_UNDERSCORE=
GNU_LD=1
AWK=gawk
LIBBFD=
LIBIBERTY=
PATHNAME_BUG=
add-defs1 amd64-linux
using amd64-linux.defs
(cd o && make ../h/new_decl.h)
make[1]: Entering directory `/home/camm/debian/gcl/git/master/gcl/gcl/o'
gcc  -o grab_defs  grab_defs.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E typespec.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > typespec.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E alloc.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > alloc.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E gbc.c | sed 
-e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | ./grab_defs > 
gbc.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E bitop.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > bitop.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E main.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > main.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E eval.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > eval.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E macros.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > macros.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E lex.c | sed 
-e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | ./grab_defs > 
lex.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E bds.c | sed 
-e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | ./grab_defs > 
bds.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E frame.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > frame.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E predicate.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > predicate.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E reference.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > reference.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E 
assignment.c | sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ 
]*):\"):g' | ./grab_defs > assignment.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E bind.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > bind.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E let.c | sed 
-e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | ./grab_defs > 
let.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E 
conditional.c | sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ 
]*):\"):g' | ./grab_defs > conditional.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E block.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > block.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E iteration.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > iteration.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E mapfun.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > mapfun.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E prog.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > prog.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E multival.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > multival.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E catch.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > catch.ini
gcc -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E symbol.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > symbol.ini
rm symbol.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E cfun.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > cfun.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E cmpaux.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E package.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > package.ini
rm package.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E big.c | sed 
-e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | ./grab_defs > 
big.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E number.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > number.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E num_pred.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > num_pred.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E num_comp.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > num_comp.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E num_arith.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > num_arith.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E num_sfun.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > num_sfun.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E num_co.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > num_co.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E num_log.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > num_log.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E num_rand.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > num_rand.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E earith.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E character.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > character.ini
rm character.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp sequence
dpp: sequence.d -> sequence.c
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E sequence.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > sequence.ini
rm sequence.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp list
dpp: list.d -> list.c
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E list.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > list.ini
rm list.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp hash
dpp: hash.d -> hash.c
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E hash.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > hash.ini
rm hash.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E array.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E string.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > string.ini
rm string.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E regexpr.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > regexpr.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E structure.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > structure.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E toplevel.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E file.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > file.ini
rm file.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp read
dpp: read.d -> read.c
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E read.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > read.ini
rm read.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E backq.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E print.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > print.ini
rm print.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E format.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E pathname.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ ]*):\"):g' | 
./grab_defs > pathname.ini
rm pathname.c
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E unixfsys.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > unixfsys.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E unixfasl.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > unixfasl.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E error.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > error.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E unixtime.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > unixtime.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E unixsys.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > unixsys.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E unixsave.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > unixsave.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E funlink.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > funlink.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E 
fat_string.c | sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ 
]*):\"):g' | ./grab_defs > fat_string.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E 
run_process.c | sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ 
]*):\"):g' | ./grab_defs > run_process.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E nfunlink.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > nfunlink.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E usig.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > usig.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E usig2.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > usig2.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E utils.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > utils.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E makefun.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > makefun.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E sockets.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > sockets.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E 
gmp_wrappers.c | sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ 
]*):\"):g' | ./grab_defs > gmp_wrappers.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E clxsocket.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > clxsocket.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E init_pari.c 
| sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > init_pari.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E nsocket.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | 
./grab_defs > nsocket.ini
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E sfasl.c | 
sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -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
gcc -DNO_DEFUN -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g  
 -I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -E 
gcl_readline.c | sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[ 
]*):\"):g' | ./grab_defs > gcl_readline.ini
rm gcl_readline.c
echo '#include "make-decl.h"' > foo.c
cat typespec.ini alloc.ini gbc.ini bitop.ini main.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 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 |sed 's,DEFBFUN,DEFUN,g' >> foo.c
gcc -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' > tmpini
../xbin/move-if-changed mv tmpini ../h/new_decl.h
cmp: EOF on ../h/new_decl.h
tmpini and ../h/new_decl.h were not the same.
ln tmpini ../h/new_decl.h
rm -f foo.c tmpini
make[1]: Leaving directory `/home/camm/debian/gcl/git/master/gcl/gcl/o'
cat h/config.h | sed -e "1,/Begin for cmpincl/d" \
                -e "/End for cmpinclude/,50000d" > tmpx.c
echo '#include "h/config.h"\n#ifdef SGC\n"#define SGC"\n#else\n"#undef 
SGC"\n#endif' | gcc -E 2>/dev/null| grep -v '^ *$' | tail -1l | tr -d '"' 
>>tmpx.c
cat h/cmpincl1.h h/gclincl.h h/compbas.h h/enum.h h/mgmp.h h/bits.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 
h/cmponly_last.h >> tmpx.c
gcc -E -Ih -P -dD tmpx.c | grep -v "#define *__STDC_" | grep -v "#define  
*__GNUC_PATCHLEVEL__ " | grep -v "#define  *__VERSION__ ">tmpx1 && mv tmpx1 
tmpx.c
./xbin/move-if-changed mv tmpx.c h/cmpinclude.h
tmpx.c and h/cmpinclude.h were not the same.
ln tmpx.c 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 `/home/camm/debian/gcl/git/master/gcl/gcl/bin'
gcc  -I../h  -o append  append.c
gcc -I../h  -o file-sub file-sub.c
make[1]: Leaving directory `/home/camm/debian/gcl/git/master/gcl/gcl/bin'
make mpfiles
make[1]: Entering directory `/home/camm/debian/gcl/git/master/gcl/gcl'
make[1]: Nothing to be done for `mpfiles'.
make[1]: Leaving directory `/home/camm/debian/gcl/git/master/gcl/gcl'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; make all)
make[1]: Entering directory `/home/camm/debian/gcl/git/master/gcl/gcl/o'
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk typespec.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk alloc.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk gbc.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk bitop.c  
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc -DNO_DEFUN -DNO_BOOT_H -g  -fsigned-char  -pipe -Wall  
-Wno-unused-but-set-variable -g   -I/home/camm/debian/gcl/git/master/gcl/gcl/o 
-I../h -I../gcl-tk -E boot.c | sed -e 's,DEFUN,\nDEFUN,g' -e 's,^.* 
DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' | ./grab_defs > boot.ini
echo '#include "make-init.h"' > boot.h
echo 'void gcl_init_boot(void){' >> boot.h
cat boot.ini >> boot.h
echo '}' >> boot.h
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk -fPIC boot.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk main.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk eval.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk macros.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk lex.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk bds.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk frame.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk predicate.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk reference.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk assignment.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk bind.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk let.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk conditional.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk block.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk iteration.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk mapfun.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk prog.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk multival.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk catch.c  
../bin/dpp symbol
dpp: symbol.d -> symbol.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk symbol.c 
rm symbol.c
gcc -D_GNU_SOURCE -c -g  -fsigned-char  -pipe -Wall  
-Wno-unused-but-set-variable -g   -I/home/camm/debian/gcl/git/master/gcl/gcl/o 
-I../h -I../gcl-tk cfun.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk cmpaux.c  
../bin/dpp package
dpp: package.d -> package.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk package.c 
rm package.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk big.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk number.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk num_pred.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk num_comp.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk num_arith.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk num_sfun.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk num_co.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk num_log.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk num_rand.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk earith.c  
../bin/dpp character
dpp: character.d -> character.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk character.c 
rm character.c
../bin/dpp sequence
dpp: sequence.d -> sequence.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk sequence.c 
rm sequence.c
../bin/dpp list
dpp: list.d -> list.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk list.c 
rm list.c
../bin/dpp hash
dpp: hash.d -> hash.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk hash.c 
rm hash.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk array.c  
../bin/dpp string
dpp: string.d -> string.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk string.c 
rm string.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk regexpr.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk structure.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk toplevel.c  
../bin/dpp file
dpp: file.d -> file.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk file.c 
rm file.c
../bin/dpp read
dpp: read.d -> read.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk read.c 
rm read.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk backq.c  
../bin/dpp print
dpp: print.d -> print.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk print.c 
rm print.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk format.c  
../bin/dpp pathname
dpp: pathname.d -> pathname.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk pathname.c 
rm pathname.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk unixfsys.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk unixfasl.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk error.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk unixtime.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk unixsys.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk unixsave.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk funlink.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk fat_string.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk run_process.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk nfunlink.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk usig.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk usig2.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk utils.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk makefun.c  
gcc -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk   -c  sockets.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk gmp_wrappers.c  
gcc -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk   -c  
clxsocket.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk init_pari.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk nsocket.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk sfasl.c  
../bin/dpp gcl_readline
dpp: gcl_readline.d -> gcl_readline.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk gcl_readline.c 
rm gcl_readline.c
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk bcmp.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk bcopy.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk bzero.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/o -I../h -I../gcl-tk user_init.c  
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/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 typespec.ini alloc.ini gbc.ini bitop.ini main.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 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
gcc -c -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/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 `/home/camm/debian/gcl/git/master/gcl/gcl/o'
make h/cmpinclude.h
make[1]: Entering directory `/home/camm/debian/gcl/git/master/gcl/gcl'
make[1]: `h/cmpinclude.h' is up to date.
make[1]: Leaving directory `/home/camm/debian/gcl/git/master/gcl/gcl'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
cd unixport && make saved_pre_gcl
ls: cannot access ../lsp/*.o: No such file or directory
ls: cannot access ../xgcl-2/*.o: No such file or directory
ls: cannot access ../cmpnew/*.o: No such file or directory
ls: cannot access gcl_recompile?*.o: No such file or directory
ls: cannot access ../mod/*.o: No such file or directory
ls: cannot access ../pcl/*.o: No such file or directory
ls: cannot access ../clcs/*.o: No such file or directory
ls: cannot access ../clcs/clcs_*.lisp: No such file or directory
make[1]: Entering directory `/home/camm/debian/gcl/git/master/gcl/gcl/unixport'
gcc -g  -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -g   
-I/home/camm/debian/gcl/git/master/gcl/gcl/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/num_co.o ../o/num_comp.o ../o/num_log.o ../o/num_pred.o ../o/num_rand.o 
../o/num_sfun.o ../o/number.o ../o/package.o ../o/pathname.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/usig.o 
../o/usig2.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
gcc -o raw_pre_gcl  -rdynamic -L.   -Wl,-Map raw_pre_gcl_map   -lpre_gcl -lX11  
  -lgmp -lreadline -ldl  -lm -lc -lgclp 
gcc -shared ../o/boot.o -o libboot.so
cat init_pre_gcl.lsp.tmp | sed \
                -e "address@hidden@#(`cat ../majvers`.`cat ../minvers`) 
`date`#1" \
                -e "address@hidden@#`cat ../minvers | cut -f2 -d.`#1" \
                -e "address@hidden@#`cat ../minvers | cut -f1 -d.`#1" \
                -e "address@hidden@#`cat ../majvers`#1" \
                -e "address@hidden@#\"gcc -c -g   -fsigned-char  -pipe -Wall  
-Wno-unused-but-set-variable -g \"#1" \
                -e "address@hidden@#\"gcc  -o \"#1" \
                -e "address@hidden@#\"   -lpre_gcl -lX11    -lgmp -lreadline 
-ldl  -lm -lc -lgclp \"#1" \
                -e "address@hidden@#\"\"#1" \
                -e "address@hidden@#\"\"#1" \
                -e "address@hidden@#\"init_pre_gcl.lsp\"#1" >init_pre_gcl.lsp
touch pre_init.lsp
touch post_init.lsp
cp pre_init.lsp foo
cat init_pre_gcl.lsp >>foo
cat post_init.lsp >>foo
echo " (system:save-system \"saved_pre_gcl\")" >>foo
./raw_pre_gcl /home/camm/debian/gcl/git/master/gcl/gcl/unixport/  -libdir 
/home/camm/debian/gcl/git/master/gcl/gcl/ < foo #tmp_image
GCL (GNU Common Lisp)  April 1994  4194301 pages
Building symbol table for 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/raw_pre_gcl ..
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_export.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_s.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_sf.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_defmacro.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_evalmacros.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_top.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_module.lsp

>
#<"SLOOP" package>

>
#<"SERROR" package>

>
#<"ANSI-LOOP" package>

>
#<"DEFPACKAGE" package>

>
#<"TK" package>

>
#<"TK-PRIMITIVES" package>

>
#<"SYSTEM" package>

SYSTEM>
*COMMAND-ARGS*

SYSTEM>
ABS

SYSTEM>
#<function 0000000000cf4880>

SYSTEM>
#<function 0000000000cf48e0>

SYSTEM>
#<function 0000000000cf4910>

SYSTEM>
#<function 0000000000cf48b0>

SYSTEM>loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_predlib.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_type.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_typep.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_typecase.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_assert.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_dl.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_rm.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_autoload.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_fle.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_setf.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_arraylib.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_seq.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_seqlib.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_mislib.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_nr.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_bnum.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_numlib.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_defstruct.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_sharp.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_callhash.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_describe.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_iolib.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_packlib.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_trace.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_sloop.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_serror.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmptype.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpinline.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmputil.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_debug.lsp
loading /home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_info.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpbind.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpblock.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpvar.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpeval.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpcall.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpcatch.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpenv.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpflet.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpfun.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpif.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmplabel.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmplam.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmplet.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmploc.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpmap.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpmulti.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpspecial.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmptag.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmptop.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpvs.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpwt.lsp
loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpmain.lsp

;; Loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/sys-proclaim.lisp
;; Finished loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/sys-proclaim.lisp
;; Loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/sys-proclaim.lisp
;; Finished loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/sys-proclaim.lisp
;; Loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../gcl-tk/tk-package.lsp
;; Finished loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../gcl-tk/tk-package.lsp
;; Loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
;; Finished loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
;; Loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
;; Finished loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
;; Loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_auto_new.lsp
;; Finished loading 
/home/camm/debian/gcl/git/master/gcl/gcl/unixport/../lsp/gcl_auto_new.lsp

T

>rm -f tmp_image
rm raw_pre_gcl pre_init.lsp post_init.lsp
make[1]: Leaving directory `/home/camm/debian/gcl/git/master/gcl/gcl/unixport'
cd unixport && echo '(time (let ((*features* (cons :pre-gcl *features*)))(load 
"boot.lisp")))' | ./saved_pre_gcl
GCL (GNU Common Lisp)  2.7.0 CLtL1    Oct 14 2013 15:23:45
Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/

>
;; Loading boot.lisp
;; Compiling /tmp/gazonk_21625_0.lsp.
;; End of Pass 1.  
;; End of Pass 2.  
;; OPTIMIZE levels: Safety=3, Space=0, Speed=3, (Debug quality ignored)
;; Finished compiling /tmp/gazonk_21625_0.o.
;; Loading /tmp/gazonk_21625_0.o
start address -T 0xf28cc0 ;; Finished loading /tmp/gazonk_21625_0.o
;; Compiling /tmp/gazonk_21625_0.lsp.

....

=============================================================================

Take care,

Blake McBride <address@hidden> writes:

> I tried your algorithm with every combination with and without 
> --enable-debug.  All failed.  I did, however, get different errors.  For 
> example,
> giving a partial run through your steps, I get the following different error:
>
> clone
> ./configure --enable-ansi --enable-debug
> make
>
> ...
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_typecase.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_assert.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_dl.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_rm.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_autoload.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_fle.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_setf.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_arraylib.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_seq.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_seqlib.lsp
> loading /home/blake/Backup/gcl/gcl/unixport/../lsp/gcl_mislib.lsp
> UNDEFINED-FUNCTION NIL LET   NAME CERROR
> Lisp initialization failed.
> rm -f tmp_image
> rm raw_pre_gcl pre_init.lsp post_init.lsp
> make[1]: Leaving directory `/home/blake/Backup/gcl/gcl/unixport'
> cd unixport && echo '(time (let ((*features* (cons :pre-gcl 
> *features*)))(load "boot.lisp")))' | ./saved_pre_gcl
> /bin/sh: 1: ./saved_pre_gcl: not found
> make: *** [unixport/saved_pre_gcl] Error 127
> address@hidden ~/Backup/gcl/gcl $ 
>

-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]