From: Jeffrey Mark Siskind
Subject: problems compiling GCL 2.2
Date: 
Message-ID: <QOBI.96Feb26204704@ee.technion.ac.il>
I get the following error when trying to compile GCL 2.2 on Solaris/SPARC 2.5:
   ยทยทยทยท@eesun>make
   (cd bin; make all)
   (cd mp ; make all)
   make all1 "MPFILES=./mpi-sol-sparc.o ./sparcdivul3.o ./libmport.a"
   rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
   (cd o; make all)
   gcc -I/dumps/qobi/lisps/gcl-2.2/o -static -DVOL=volatile -fsigned-char -c -O -I../gcl-tk -I../h/ -O4 gbc.c  
   sgbc.c: In function `sgc_quit':
   In file included from gbc.c:1321:
   sgbc.c:1072: warning: assignment makes pointer from integer without a cast
   sgbc.c:1074: warning: assignment makes integer from pointer without a cast
   sgbc.c: In function `memprotect_handler':
   sgbc.c:1124: void value not ignored as it ought to be
   *** Error code 1
   make: Fatal error: Command failed for target `gbc.o'
   Current working directory /dumps/qobi/lisps/gcl-2.2/o
   *** Error code 1
   make: Fatal error: Command failed for target `all'
   16.0u 1.0s 0:20 81% 0+0k 0+0io 0pf+0w
Does anybody have any idea as to what is wrong?
--

    Jeff (home page http://www.cs.toronto.edu/~qobi)