Bugs in gcl cause maxima build failures



On Thu, 2002-05-02 at 08:13, Raymond Toy wrote:
> I looked at the code.  row-major-aref is used in only one place and it
> is given exactly one index, so you can probably change row-major-aref
> to just aref.
> 
> Can you or someone try that out for me when you get a chance?

Ah. Progress. With that change maxima compiles! Unfortunately, we still
bomb at run time because gcl doesn't have ARRAY-DISPLACEMENT. Any
thoughts on a workaround for that?

--Jim