Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!gatech!news.mathworks.com!uunet!in1.uu.net!news-m01.ny.us.ibm.net!news.biu.ac.il!discus.technion.ac.il!news!qobi
From: qobi@ee.technion.ac.il (Jeffrey Mark Siskind)
Subject: problems compiling GCL 2.2
Reply-To: Qobi@EE.Technion.AC.IL
Organization: Technion, Israel Institute of Technology
Date: Mon, 26 Feb 1996 18:47:04 GMT
Message-ID: <QOBI.96Feb26204704@ee.technion.ac.il>
X-Nntp-Posting-Host: ee.technion.ac.il
Sender: news@discus.technion.ac.il (News system)
Lines: 24

I get the following error when trying to compile GCL 2.2 on Solaris/SPARC 2.5:
   qobi@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)
