Hi,
I am trying to get sbcl installed and running on a user mode linux
installation of debian. I have apt-got sbcl, which fails to start
with this message:
fatal error encountered in SBCL pid 6020(tid 16384):
This version of SBCL only works correctly with the NPTL threading
library. Please use a newer glibc, use an older SBCL, or stop using
LD_ASSUME_KERNEL
So I have tried to compile an sbcl from source, and am now getting this:
7897
*** - EVAL: undefined function HOST-CLOAD-STEM
*** - EVAL: undefined function SB!VM:GENESIS
deleted #P"/home/ed/Programming/lisp/sbcl-1.0.19/obj/from-host/src/code/defstruct.lisp-obj-tmp"
Bye.
real 0m43.466s
user 0m36.546s
sys 0m1.715s
//entering make-target-1.sh
//building runtime system and symbol table file
make: Entering directory `/home/ed/Programming/lisp/sbcl-1.0.19/src/runtime'
GNUmakefile:31: genesis/Makefile.features: No such file or directory
make: *** No rule to make target `genesis/Makefile.features'. Stop.
make: Leaving directory `/home/ed/Programming/lisp/sbcl-1.0.19/src/runtime'
I have tested this build on my fedora install (not UML), and got the
same results.
What am I doing wrong ?
Ed
|