axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] GCL-2.6.8pre cygwin


From: root
Subject: [Axiom-developer] GCL-2.6.8pre cygwin
Date: Wed, 26 Sep 2007 10:42:53 -0400

Camm,

I commented out the unixtime code and the define (per the mailing list)
and now I see:

========================================================================
$ ./configure
creating cache ./config.cache
checking host system type... i686-pc-cygwin
host=i686-pc-cygwin
enable_machine=
use=gnuwin95
checking for gcc... gcc
checking whether the C compiler (gcc    ) works... yes
checking whether the C compiler (gcc    ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... gawk
checking system version (for dynamic loading)... checking for makeinfo... 
makeinfo
CYGWIN_NT-5.1-1.5.18(0.132/4/2)
checking for unistd.h... yes
checking for sysconf in -lc... yes
checking for _SC_CLK_TCK... 1000
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for external gmp version... checking for leading underscore in object 
symbols... yes
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... big
checking for sbrk... yes
checking for randomized sbrk... no
checking for pagewidth... 12
checking finding DBEGIN... got 0x460000
checking finding CSTACK_ADDRESS... got 2289428
checking sizeof long long int... yes
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... no
checking for elf_abi.h... 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 for math.h... yes
checking for values.h... no
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... yes
checking For network code for nsocket.c... yes
checking check for listen using fcntl... yes
checking for profil... no
checking for setenv... yes
checking for _cleanup... no
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
checking check for SV_ONSTACK... no
checking check for SIGSYS... yes
checking check for SIGEMT... yes
checking for asm/sigcontext.h... no
checking for asm/signal.h... no
checking for sigcontext...... sigcontext NOT in signal.h
checking for sigcontext...... no sigcontext found
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
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=gnuwin95

# for main link of raw_gcl
LIBS=   -lSM -lICE  -L/usr/X11R6/lib -lXmu -lXt -lXext -lXaw -lX11    -lm  
-lgmp -lbfd -liberty -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=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=

NOTIFY=yes
CC=gcc
CFLAGS=  -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer  
-I$(GCLDIR)/o
FINAL_CFLAGS=   -I/usr/X11R6/include -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=1
GNU_LD=1
AWK=gawk
add-defs1 gnuwin95
using gnuwin95.defs
]0;~/gcl-2_6_8pre
address@hidden ~/gcl-2_6_8pre
$ make
(cd o && make ../h/new_decl.h)
make[1]: Entering directory `/cygdrive/c/daly/home/gcl-2_6_8pre/o'
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char  -o grab_defs  grab_defs.c
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
plttest.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
plttest.c: In function `main':
plttest.c:19: warning: statement with no effect
nm plttest.o | gawk '/ U / {a=$2;if (k) sub("^_","",a);\
                            print a}' \
                k=1 |\
                sort | \
                grep -v 'restFP' | grep -v 'saveFP' | \
                grep -v '[^ \t_]_' |\
                gawk '{A[++k]=$0} END {for (i=1;i<=k;i++) \
                        printf("MY_PLT(%s)%s\n",A[i],i==k ? "" : ",");}' >plt.h
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E main.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > main.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E alloc.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > alloc.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E gbc.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > gbc.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E bitop.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bitop.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E typespec.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > typespec.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E eval.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > eval.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E macros.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > macros.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E lex.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > lex.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E bds.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bds.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E frame.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > frame.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E predicate.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > predicate.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E reference.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > reference.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E assignment.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > assignment.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E bind.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > bind.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E let.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > let.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E conditional.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > conditional.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E block.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > block.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E iteration.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > iteration.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E mapfun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > mapfun.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E prog.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > prog.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E multival.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > multival.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E catch.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > catch.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -I../h -I../gcl-tk -o ../bin/dpp.exe ../bin/dpp.c
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E cfun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > cfun.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E cmpaux.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > cmpaux.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E big.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > big.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E number.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > number.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E num_pred.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_pred.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E num_comp.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_comp.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E num_arith.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_arith.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E num_sfun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_sfun.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E num_co.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_co.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E num_log.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_log.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E num_rand.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > num_rand.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E earith.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > earith.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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.exe 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.exe 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.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E array.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > array.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E regexpr.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > regexpr.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E structure.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > structure.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E toplevel.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > toplevel.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E backq.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > backq.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E format.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > format.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E unixfsys.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixfsys.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E unixfasl.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixfasl.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E error.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > error.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E unixtime.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixtime.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E unixsys.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixsys.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E unixsave.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > unixsave.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
In file included from unexnt.c:24,
                 from unixsave.c:32:
../h/gclincl.h:13:1: warning: "DBEGIN" redefined
In file included from ../h/include.h:37,
                 from unixsave.c:28:
../h/config.h:8:1: warning: this is the location of the previous definition
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E funlink.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > funlink.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E plt.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > plt.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E fat_string.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > fat_string.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E run_process.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > run_process.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E nfunlink.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > nfunlink.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E usig.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > usig.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E usig2.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > usig2.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E utils.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > utils.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E makefun.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > makefun.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E sockets.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > sockets.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E gmp_wrappers.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > gmp_wrappers.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E clxsocket.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > clxsocket.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E init_pari.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > init_pari.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E nsocket.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > nsocket.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -DNO_DEFUN -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
-E sfasl.c | sed -e 's:\"[ ]*):\"):g' | ./grab_defs > sfasl.ini
cc1: note: -fwritable-strings is deprecated; see documentation for details
[ -e ../h/new_decl.h ] || touch ../h/new_decl.h
../bin/dpp.exe 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
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' 
> ../h/new_decl.h
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm foo.c
make[1]: Leaving directory `/cygdrive/c/daly/home/gcl-2_6_8pre/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 `/cygdrive/c/daly/home/gcl-2_6_8pre/bin'
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char  -I../h  -o append.exe  append.c
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -I../h  -o file-sub.exe file-sub.c
cc1: note: -fwritable-strings is deprecated; see documentation for details
make[1]: Leaving directory `/cygdrive/c/daly/home/gcl-2_6_8pre/bin'
make mpfiles
make[1]: Entering directory `/cygdrive/c/daly/home/gcl-2_6_8pre'
make[1]: Nothing to be done for `mpfiles'.
make[1]: Leaving directory `/cygdrive/c/daly/home/gcl-2_6_8pre'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
(cd o; make all)
make[1]: Entering directory `/cygdrive/c/daly/home/gcl-2_6_8pre/o'
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
main.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
main.c: In function `main':
main.c:153: warning: implicit declaration of function `recreate_heap1'
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
alloc.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
alloc.c: In function `gcl_init_alloc':
alloc.c:930: warning: suggest parentheses around assignment used as truth value
alloc.c: In function `malloc':
alloc.c:1494: warning: implicit declaration of function `recreate_heap1'
alloc.c: At top level:
alloc.c:1668: warning: 'memalign' defined but not used
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
gbc.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
bitop.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
typespec.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
eval.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
macros.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
lex.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
bds.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
frame.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
predicate.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
reference.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
assignment.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
bind.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
let.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
conditional.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
block.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
iteration.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
mapfun.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
prog.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
multival.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
catch.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
../bin/dpp.exe symbol
dpp: symbol.d -> symbol.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
symbol.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm symbol.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
cfun.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
cmpaux.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
../bin/dpp.exe package
dpp: package.d -> package.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
package.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm package.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
big.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
number.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
num_pred.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
num_comp.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
num_arith.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
num_sfun.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
num_co.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
num_log.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
num_rand.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
earith.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
../bin/dpp.exe character
dpp: character.d -> character.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
character.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm character.c
../bin/dpp.exe sequence
dpp: sequence.d -> sequence.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
sequence.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm sequence.c
../bin/dpp.exe list
dpp: list.d -> list.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
list.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm list.c
../bin/dpp.exe hash
dpp: hash.d -> hash.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
hash.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm hash.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
array.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
../bin/dpp.exe string
dpp: string.d -> string.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
string.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm string.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
regexpr.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
structure.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
toplevel.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
../bin/dpp.exe file
dpp: file.d -> file.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
file.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm file.c
../bin/dpp.exe read
dpp: read.d -> read.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
read.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
read.d: In function `parse_number':
read.d:701: warning: 'ch1' might be used uninitialized in this function
read.d:701: warning: 'ch1' might be used uninitialized in this function
rm read.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
backq.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
../bin/dpp.exe print
dpp: print.d -> print.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
print.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm print.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
format.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
../bin/dpp.exe pathname
dpp: pathname.d -> pathname.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
pathname.c 
cc1: note: -fwritable-strings is deprecated; see documentation for details
rm pathname.c
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
unixfsys.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
unixfasl.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
error.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
unixtime.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
unixsys.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
gcc  -fwritable-strings  -DVOL=volatile  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o 
-fsigned-char -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 
-fomit-frame-pointer  -I/cygdrive/c/daly/home/gcl-2_6_8pre/o -I../h -I../gcl-tk 
unixsave.c  
cc1: note: -fwritable-strings is deprecated; see documentation for details
In file included from unexnt.c:24,
                 from unixsave.c:32:
../h/gclincl.h:13:1: warning: "DBEGIN" redefined
In file included from ../h/include.h:37,
                 from unixsave.c:28:
../h/config.h:8:1: warning: this is the location of the previous definition
In file included from unexnt.c:58,
                 from unixsave.c:32:
ntheap.h:63: error: conflicting types for 'sbrk'
/usr/include/sys/unistd.h:120: error: previous declaration of 'sbrk' was here
ntheap.h:63: error: conflicting types for 'sbrk'
/usr/include/sys/unistd.h:120: error: previous declaration of 'sbrk' was here
In file included from unixsave.c:32:
unexnt.c: In function `unexec':
unexnt.c:241: warning: implicit declaration of function 
`cygwin_conv_to_full_win32_path'
unexnt.c: In function `allocate_heap':
unexnt.c:984: error: `DBEGIN_TY' undeclared (first use in this function)
unexnt.c:984: error: (Each undeclared identifier is reported only once
unexnt.c:984: error: for each function it appears in.)
unexnt.c:984: error: parse error before "ptr"
unexnt.c: In function `ctrl_c_handler':
unexnt.c:1139: warning: implicit declaration of function `sigint'
make[1]: *** [unixsave.o] Error 1
make[1]: Leaving directory `/cygdrive/c/daly/home/gcl-2_6_8pre/o'
make: *** [unixport/saved_pre_gcl] Error 2
;~/gcl-2_6_8pre
address@hidden ~/gcl-2_6_8pre




reply via email to

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