Subject: Loading numeric.o don't work with GCL on Windows
From: Raymond Toy
Date: Tue, 27 Jan 2009 14:37:33 -0500
Dieter Kaiser wrote:
> Hello Ray,
>
> after updating my sandbox and compiling it, I can not load numeric.o on my
> system with Windows and GCL 2.6.8.
>
> Compiling E:/maxima/cvs_maxima/maxima/src/numeric.lisp.
> End of Pass 1.
> End of Pass 2.
> OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
> Finished compiling binary-gcl/numeric.o.
> Loading binary-gcl/numeric.o
> Error in PCL::LOAD-DEFMETHOD [or a callee]: No class named: REAL.
Dang. I forgot that gcl doesn't have a real class. I don't know why,
and I wish I knew the magic to teach gcl that there is a real class.
I'll fix this shortly.
Ray