gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Error in build for ANSI on Win32


From: Donald Winiecki
Subject: [Gcl-devel] Error in build for ANSI on Win32
Date: Sat, 14 Aug 2010 07:28:51 -0600

Camm,

While the CLTL1 build ends uneventfully, the following failure occurs when building the ANSI version from the newest CVS.  As before, unfortunately, I can't make a full log using msys on Win32 and am investigating the compiler's memory damaged error.



End of Pass 2. 
OPTIMIZE levels: Safety=1 (No runtime error checking), Space=0, Speed=3
Finished compiling gazonk_3056_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/gcl268pre/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/gcl268pre/pcl'
make: *** [unixport/saved_pcl_gcl] Error 2



_don

reply via email to

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