[CM] Re: CLM on LInux Cmucl - "Unknown foreign symbol"

Larry Troxler lt@westnet.com
Sat, 31 Jan 2004 10:03:11 -0500


I think I found the answer in the archives - Bill said that due to what he 
thinks is a bug in CMUCL, we need to (load "v.cmucl") and not (load "v").
At least now it loads with out errors!

Larry Troxler


On Saturday 31 January 2004 09:29, Larry Troxler wrote:
> Hello, I'm trying to get setup, and tried to follow the example in the
> introduction section of the manual. Unfortunately, it doesn't work - does
> anyone have any ideas of what the problem might be?
>
> Thanks
>
> Larry Troxler
>
> CMU Common Lisp 18d, running on dhcp-65-131
> Send questions to cmucl-help@cons.org. and bug reports to
> cmucl-imp@cons.org. Loaded subsystems:
>     Python 1.0, target Intel x86
>     CLOS based on PCL version:  September 16 92 PCL (f)
> * (load "all")
>
> ; Loading #p"/root/clm-2/all.lisp".
> ;; Loading #p"/root/clm-2/clm-package.x86f".
> ;; Loading #p"/root/clm-2/initmus.x86f".
> ;;; Running /usr/bin/ld...
> ;;; Done.
> ;; Loading #p"/root/clm-2/sndlib2clm.x86f".
> ;; Loading #p"/root/clm-2/defaults.x86f".
> ;; Loading #p"/root/clm-2/ffi.x86f".
> ;; Loading #p"/root/clm-2/io.x86f".
> ;; Loading #p"/root/clm-2/mus.x86f".
> ;; Loading #p"/root/clm-2/run.x86f".
> ;; Loading #p"/root/clm-2/cmus.x86f".
> ;; Loading #p"/root/clm-2/sound.x86f".
> ;; Loading #p"/root/clm-2/clm-help.x86f".
> ;; Loading #p"/root/clm-2/defins.x86f".
> ;; Loading #p"/root/clm-2/env.x86f".
> ;; Loading #p"/root/clm-2/clm-snd.x86f".
> ;; Loading #p"/root/clm-2/rt.x86f".
> ;; Loading #p"/root/clm-2/export.x86f".
> ;; Loading #p"/root/clm-2/clm1.x86f".
> T
> * (compile-file "v.ins")
> ; Writing "/root/clm-2/clm_lnxcmu_FM_VIOLIN.c"
> ; Compiling "/root/clm-2/clm_lnxcmu_FM_VIOLIN.c"
> ; Creating shared object file "/root/clm-2/clm_lnxcmu_FM_VIOLIN_0.so"
> #p"/root/clm-2/v.x86f"
> NIL
> NIL
> * (load "v")
>
> ; Loading #p"/root/clm-2/v.x86f".
>
>
> Error in function COMMON-LISP::FOREIGN-SYMBOL-ADDRESS-AUX:
>    Unknown foreign symbol: "clm_lnxcmu_fm_violin2"
>
> Restarts:
>   0: [CONTINUE] Return NIL from load of "v".
>   1: [ABORT   ] Return to Top-Level.
>
> Debug  (type H for help)
>
> (COMMON-LISP::FOREIGN-SYMBOL-ADDRESS-AUX "clm_lnxcmu_fm_violin2")
> Source: Error finding source:
> Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer
> exists:
>   target:code/x86-vm.lisp.
> 0]