I'm trying to compiler ciao-1.7p194 on the latest Cygwin on Windows 2000. Most of it compiles, but it has trouble when trying to compile the ciao standalone compiler:
Here's the relevant portion of the make output: *** --------------------------------------------------------- *** Compiling ciao standalone compiler *** (this may take a while and is silent; please be patient) *** --------------------------------------------------------- cd ciaoc && make compiler make[2]: Entering directory `/usr/local/src/ciao/ciao-1.7p194/ciaoc' cp -f ciaoc /usr/local/src/Ciao/ciao-1.7p194/ciaoc/ciaoc.sta CIAOENGINE=/usr/local/src/Ciao/ciao-1.7p194/bin/Win32i86/ciaoengine CIAOLIB=/usr/local/src/Ciao/ciao-1.7p194 CIAOROOT=/usr/local/src/Ciao/ciao-1.7p194 /usr/local/src/Ciao/ciao-1.7p194/ciaoc/ciaoc.sta -s -x ciaoc ERROR: File library(compiler/header) not found - aborting... CIAOENGINE=/usr/local/src/Ciao/ciao-1.7p194/bin/Win32i86/ciaoengine CIAOLIB=/usr/local/src/Ciao/ciao-1.7p194 CIAOROOT=/usr/local/src/Ciao/ciao-1.7p194 /usr/local/src/Ciao/ciao-1.7p194/ciaoc/ciaoc -s -x gen_asr {ERROR: segmentation violation} {ERROR: segmentation violation} {ERROR: segmentation violation} {ERROR: segmentation violation} {ERROR: segmentation violation} {ERROR: segmentation violation}
% gcc --version 2.95.3-5
Any idea what's wrong? Thanks for your help, Steve Kelem