[CM] cm,clm and sbcl

nik gaffney nik@xdv.org
Sun, 12 May 2002 15:27:08 +0200


> cm is working in the lastest clisp but i havent tried the ppc version. it
> would be a trivial port if it didnt work out of the box. 

i tried to get clm working, 

im using >> GNU CLISP 2.27

the (load "all.lisp") doesnt complain,  but if i try loading an example 
(simple-fm from the docs) i get errors like -> 

[2]> (load "simple-fm.cl")
;; Loading file simple-fm.cl ...
; Writing "/home/zzk/clm/clm-2/clm_clp_PM.c"
; Compiling "/home/zzk/clm/clm-2/clm_clp_PM.c"
/usr/lib/crt1.o(.rodata+0x4): undefined reference to 
ain'
/tmp/ccuRu9Lp.o: In function lm_clp_pm4':
/tmp/ccuRu9Lp.o(.text+0xa4): undefined reference to lm_signal'
/tmp/ccuRu9Lp.o(.text+0xa4): relocation truncated to fit: R_PPC_REL24 
clm_signal
/tmp/ccuRu9Lp.o(.text+0x14c): undefined reference to in'

etc+ +

 and the run macro "cannot handle CONTROL in (CONTROL SIMP-ON)"
when i try loading the simple realtime example

> i dont know
> anything about steel bank cl though, ill look into it.

sbcl is derived from cmucl, with a few changes in focus.
 so, porting from cmucl to sbcl shouldnt be to difficult (famous last words)

http://sbcl.sourceforge.net/