[CM] more about CLM/CMUCL problem

Dave Phillips dlphilp@bright.net
Wed, 27 Nov 2002 10:58:45 -0500


Greetings:

  Apparently there's no problem with either CLM or CMUCL. I just now
compiled and loaded piano.ins and piano.cmucl with no trouble. I ran
Lisp and CLM only, not the cm.core build. I was compiling/loading
piano.ins via the cm.core build:

	lisp -core /home/dlphilp/CCRMA/cm-2.4.0/bin/cm.core -init
/home/dlphilp/CCRMA/cm-2.4.0/bin/cmlisp.init

  cmlisp.init includes these statements:

	(in-package :clm)
	(in-package :cmn)
	(in-package :cm)

  But the LOAD-FOREIGN error occurs with cm.core. Any suggestions ?


== dp