>>>>> "James" == James Amundson <amundson@users.sourceforge.net> writes:
James> Compiling f2cl-lib.lisp.
James> ; (DEFUN COL-MAJOR-INDEX ...) is being compiled.
[compile notes snipped]
I should probably clean these up so that there are no notes.
James> Loading xersve.o
James> Error: Cannot expand the SETF form (F2CL-LIB::ROW-MAJOR-AREF #:G1082
James> F2CL-LIB::K).
James> Fast links are on: do (si::use-fast-links nil) for debugging
James> Error signalled by SETF.
James> Broken at SYSTEM::SETF-HELPER. Type :H for Help.
I suppose this is caused by the fact that gcl doesn't have
row-major-aref? At least 2.4.0 doesn't.
Could define our own version. (Yuck.)
Ray