[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installing [a]kcl
Hello everyone. I need to get akcl built as soon as
possible, but the build fails and I can't figure out why.
I am running Ultrix 4.2 on a decstation 5000. I scripted
the entire installation procedure, and compiled what I consider
to be the highlights below (don't worry, it's not that long).
Besides a few "statement not reached" warnings, things were
smooth until it couldn't find "savedec31.c", which was not
in the distribution and appears not to have been generated
during the installation process. I grep'd around for "savedec31"
in most of the akcl distribution files, in hopes of being able
to generate it by hand, but I couldn't find any instances of it.
Any help would be greatly appreciated.
Jamie Guinan
Suffolk University, Boston MA
[ note: my prompt is the [*SU*...] thing ]
Script started on Sun Jan 24 04:35:18 1993
[*SU*/usr/local/src/Languages/lisp] mkdir kcl
[*SU*/usr/local/src/Languages/lisp] (cd kcl ; uncompress -c ../../kcl.tar.Z |
tar xvf - )
x ./readme, 7727 bytes, 16 blocks
:
:
x ./doc/porting, 30196 bytes, 59 blocks
[*SU*/usr/local/src/Languages/lisp] mkdir akcl
[*SU*/usr/local/src/Languages/lisp] cd akcl
[*SU*/usr/local/src/Languages/lisp/akcl] uncompress -c ../../akcl.-1-615.tar.Z
| tar xvf -
x ./README, 9589 bytes, 19 blocks
:
:
x ./mp/mp_divul3_word.c, 1434 bytes, 3 blocks
[*SU*/usr/local/src/Languages/lisp/akcl] grep -i Ultrix /etc/motd
ULTRIX V4.2A (Rev. 47) System #2: Tue Jul 7 16:44:25 EDT 1992
[*SU*/usr/local/src/Languages/lisp/akcl] ./add-defs dec3100 /usr/local/src/Lang
uages/lisp/kcl
using dec3100.defs
:
:
[*SU*/usr/local/src/Languages/lisp/akcl] make -f Smakefile
xbin/if-exists xbin/dec3100-fixes "sh xbin/dec3100-fixes"
xbin/relink-files /usr/local/src/Languages/lisp/kcl -s
:
:
cc -DVOL= -Olimit 798 -G 8 -I/usr/local/src/Languages/lisp/akcl/o -I/usr/include/bsd -c -I../h -g ../c/unixint.c
cc -DVOL= -Olimit 798 -G 8 -I/usr/local/src/Languages/lisp/akcl/o -I/usr/include/bsd -c -I../h -g ../c/unixsave.c
cpp: error ../c/unixsave.c:18: Can't find include file savedec31.c
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
[*SU*/usr/local/src/Languages/lisp/akcl] find . -name "save*" -print
./c/save.c
./c/saveu370.c
./c/saveaix3.c
./c/save_sgi4.c
./c/savemem.c
[*SU*/usr/local/src/Languages/lisp/akcl] (the end)