From: Thibault L. <tl...@di...> - 2005-07-27 10:47:35
|
Hi, Ray, I saw your memo on #lisp. I downloaded the csv version and installed it without problem. But I continue to get the same behavior :- ( : when I use (geev ..) it starts computing and never ends. I am still using an "old" version of cmucl (19apre3) could it be the cause of my problem ? What can I do to track the problem? wok:/usr/local/src/matlisp$ cmucl ; Loading #p"/home/tl/init.lisp". ;; Loading #p"/home/tl/comp/lang/lisp/code/asdf/asdf.x86f". CMU Common Lisp 19a-pre3, running on wok With core: /usr/local/cmucl-19a/lib/cmucl/lib/lisp.core Dumped on: Wed, 2004-06-30 18:13:25+01:00 on lorien See <http://www.cons.org/cmucl/> for support information. Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 * (load "/usr/local/src/matlisp/start.lisp") ; Loading #p"/usr/local/src/matlisp/start.lisp". ; Converted SETLOGICALROOT. ; Converted GETLOGICALROOT. ; Converted DEFLOGICALPATH. ;; Loading #p"/usr/local/src/matlisp/system.dcl". ;;; Loading #p"/usr/local/src/matlisp/defsystem.lisp". [...] ** MATLISP is loaded. Type (HELP MATLISP) to see a list of available symbols. To use matlisp: (use-package "MATLISP") or (in-package "MATLISP-USER") ** The logical pathname matlisp has been set to: /usr/local/src/matlisp/ ; T * (in-package :matlisp-user) #<The MATLISP-USER package, 1/9 internal, 0/2 external> * (setq m (make-real-matrix '((1 1 2) (2 2 4) (3 3 6)))) Warning: Declaring M special. #<REAL-MATRIX 3 x 3 1.0000 1.0000 2.0000 2.0000 2.0000 4.0000 3.0000 3.0000 6.0000 > * (geev m) Terminated wok:/usr/local/src/matlisp$ I am not using the last version of cmucl: CL-USER> (lisp-implementation-version) "19a-pre3" -- Thibault Langlois <tl...@di...> FCUL / DI |