From: Changmo Kim
Subject: GNU Common Lisp Installation Problem.
Date: 
Message-ID: <fmRf4.4143$pb2.313229@tw11.nn.bcandid.com>
Hi
Would anyone happen to know how to install GNU Common Lisp 2.2.2 on Solaris
7 Intel Platform?
The following is the procedure that I took

1. gzip -dc gcl.tgz  | tar xvf -
2../add-defs solaris-i386 /usr/lib
3. make
---- In this point I have a compile error
as -----------------------------------------------------------------------
(cd bin; make all)
(cd mp ; make all)
make all1 "MPFILES=./mpi.o ./libmport.a"
rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
(cd o; make all)
../bin/dpp file
dpp: file.d -> file.c
gcc -I/export/home/user/gcl/gcl-2.2.2/o  -DVOL=volatile -fsigned-char -c -O 
-I../gcl-tk -I../h/ -O4 file.c
file.d: In function `listen_stream':
file.d:1051: `uint32_t' undeclared (first use in this function)
file.d:1051: (Each undeclared identifier is reported only once
file.d:1051: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `file.o'
Current working directory /export/home/user/gcl/gcl-2.2.2/o
*** Error code 1
make: Fatal error: Command failed for target `all'
----------------------------------------------------------------------------
---------------------------------------------
I installed gcc 2.95.2, tcl 7.6P2, tk 4.2 P2

Thank you