[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installation problems
Dear KCL users,
I had a cruel experience the last 3 days, trying to install KCL/AKCL in
my environment. I think I followed all the instructions: I got the
tar files in binary mode, did what was written in the installation guide,
and the compilation failed. I repeated the operation several times, on
different machines, but nothing. Can you help me, please?
I got the akcl-1-615 version, and compiled it with gcc2.3.3 on a SS10.
The installation worked with the cc compiler, but I need to compile
it with gcc, for a student here has to integrate a C-ANSI library within
KCL. I included below what happens while the compilation (it is as you can
see, a second pass of compilation, but the error occurs in the same
place in both cases)
Thanksfully,
David Deharbe. (deharbe@imag.fr)
================== BEGINNING ======================
xbin/if-exists xbin/sun4-fixes "sh xbin/sun4-fixes"
xbin/relink-files /usr2/kcl -s
make -f Smakefile merge
`merge' is up to date.
make -f Smakefile sources
make -f Vmakefile
rm -f c/num_include.h c/include.h
make -f Smakefile cmpinclude
for v in c lsp o cmpnew unixport; do \
rm -f $v/cmpinclude.h ; \
ln h/cmpinclude.h $v/cmpinclude.h ; \
done
make -f makefile all "CC=gcc -I/usr2/akcl/o -static -DVOL=volatile -W" "SU="
make sources
make -f Smakefile sources
make -f Vmakefile
rm -f c/num_include.h c/include.h
make command
(cd unixport; rm -f ../xbin/akcl ; echo "#!/bin/sh" > ../xbin/akcl; \
echo "`pwd`/saved_kcl `pwd`/" >> ../xbin/akcl)
chmod 755 xbin/akcl
rm -f xbin/kcl ; ln xbin/akcl xbin/kcl
(cd bin; make all)
(cd mp ; make all)
make all1 "MPFILES=./mpi-sparc.o ./sparcdivul3.o ./libmport.a"
(cd o; make all)
(cd lsp; make all)
(cd cmpnew; make all)
(cd unixport; make saved_kcl)
../xbin/if-exists /usr/u9/wfs/schelter "../xbin/inc-version"
../xbin/if-exists saved_kcl "rm -f saved_kcl"
cat init_kcl.lsp | \
sed -e "s"DATE"Version(`cat ../majvers`.`cat ../minvers`) `date`g" \
-e 'ssaved_kclsaved_kclg' \
-e 'slinks t)links t)(setq compiler::*cc* "gcc -I/usr2/akcl/o -static -DVOL=volatile -W")(si::build-symbol-table)g' \
-e "sAKCLDIR/usr2/akclg" \
-e "s(defun lisp-imp(setq si::*akcl-version* '`cat ../minvers`)(defun lisp-imp'g" | \
./raw_kcl ../unixport/
KCl (Kyoto Common Lisp) June 1987 16384 pages
loading ../lsp/export.lsp
loading ../lsp/defmacro.lsp
Initializing ../lsp/evalmacros.o
Initializing ../lsp/top.o
Initializing ../lsp/module.o
loading ../lsp/autoload.lsp
>#<"COMPILER" package>
COMPILER>#<"SYSTEM" package>
SYSTEM>#<"USER" package>
>#<"LISP" package>
LISP>#<"SLOOP" package>
SLOOP>6
SLOOP>#<"USER" package>
>loading ../lsp/predlib.lsp
loading ../lsp/setf.lsp
loading ../lsp/arraylib.lsp
Initializing ../lsp/assert.o
loading ../lsp/defstruct.lsp
sh: 8596 Illegal instruction - core dumped
*** Error code 132
make: Fatal error: Command failed for target `saved_kcl'
Current working directory /usr2/akcl/unixport
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /usr2/akcl
*** Error code 1
make: Fatal error: Command failed for target `all'
================== END ===============================