Hi all, Over four separate machines using WinXP (32bit) SP3, I have had absolutely no success in building the ANSI variant. CLTL1 presents no problem whatsoever but ANSI blows up every time during make.
Included below is the last bit of the make.log that seems to point at the important issue (the whole make.log is posted at the following URL: http://coen.boisestate.edu/dwiniecki/GCL/make-failure-WinXP-gcl268pre.txt.log). I see no way that four separate machines could all have memory problems leading to this... ;; Note: Tail-recursive call of CLASS-FROM-TYPE was replaced by iteration. ;; Note: Tail-recursive call of DO-COLUMN was replaced by iteration. End of Pass 2. OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3 Finished compiling c:/_cvs/gcl/unixport/../pcl/gcl_pcl_methods.o. Loading binary of GCL_PCL_METHODS... Compiling GCL_PCL_FIXUP... Compiling c:/_cvs/gcl/unixport/../pcl/gcl_pcl_fixup.lisp. End of Pass 1. End of Pass 2. OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3 Finished compiling c:/_cvs/gcl/unixport/../pcl/gcl_pcl_fixup.o. Loading binary of GCL_PCL_FIXUP... Compiling gazonk_3768_0.lsp. End of Pass 1. End of Pass 2. OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3 Finished compiling gazonk_3768_0.lsp. Error: Caught fatal error [memory may be damaged] Fast links are on: do (si::use-fast-links nil) for debugging Error signalled by FIX-EARLY-GENERIC-FUNCTIONS. Broken at COMPUTE-DISCRIMINATING-FUNCTION. Type :H for Help. PCL>>for i in gazonk* ; do \ j=$(echo $i | sed 's,\..*$,,1');k="gazonk$(echo $j | cut -f3 -d\_)";\ l=$(echo $i | sed 's,^.*\.,,1');\ cat $i | sed -e "s,$j\.h,gcl_pcl_$k.h,1" \ -e "s,init_.*$j,init_gcl_pcl_$k,g" >gcl_pcl_$k.$l && rm $i; done gcc -Wall -DVOL=volatile -fsigned-char -pipe -fno-zero-initialized-in-bss -mms-bitfields -O3 -march=i386 -I/c/_cvs/gcl/o -c gcl_pcl_compat.c -o gcl_pcl_compat.o gcc.exe: gcl_pcl_compat.c: No such file or directory gcc.exe: no input files make[1]: *** [gcl_pcl_compat.o] Error 1 make[1]: Leaving directory `/c/_cvs/gcl/pcl' make: *** [unixport/saved_pcl_gcl] Error 2 _don _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel