From: Harri H. <Har...@tk...> - 2005-08-19 16:34:48
|
Dear All, I changed "matlisp:src" to (translate-logical-pathname "/src") since (translate-logical-pathname "matlisp:src") in the component ended up expanding "matlisp" twice, this is for component modules, anyway. This is, of course, a desperate hack and not a long-lasting solution to this problem... Since I'm on the trial version, I had to limit the number of packages I could test :-) but I'm happy to report that I've succesfully run an axpy! Thank you very much for your helpful and prompt replies. Once I've got my full license (waiting for funding) I'll report on the exact configuration, fortran options etc. Best regards, Harri Hakula PS. Apple provides both BLAS and LAPACK routines in the form a framework. Whether frameworks can be loaded from Allegro is not clear to me. On Aug 19, 2005, at 5:23 PM, Raymond Toy wrote: >>>>>> "Marco" == Marco Antoniotti <ma...@cs...> writes: >>>>>> > > Marco> Hi > > Marco> This looks more like a Logical Pathname problem with ACL > 7.0. > > Could be, but could be defsystem too. I've always had some problems > with logical pathnames and defsystem. > > Harri> ; - Loading module "foreign-interface" > Harri> Warning: An error occurred > Harri> (No translation rule for #P"matlisp:;src;f77- > mangling.lisp") > Harri> during the reading or evaluation of -e > > Is rather suspicious because the defsystem there says > > (mk::defsystem matlisp > :source-pathname "matlisp:" > :source-extension "lisp" > :binary-pathname "matlisp:bin;" > :depends-on ("lazy-loader" > "matlisp-packages") > :components > ((:module "foreign-interface" > :source-pathname "matlisp:src" > :source-extension "lisp" > :binary-pathname "" > :components ("f77-mangling" > #+:cmu "ffi-cmu" > #+:sbcl "ffi-sbcl" > #+:allegro "ffi-acl" > )) > ...)) > > > I don't see how it could produce the pathname > "matlisp:;src;f77-mangling.lisp". It should be > "matlisp:src;f77-mangling.lisp". > > > As a workaround, Harri could just change "matlisp:src" to be > (translate-logical-pathname "matlisp:src") and similarly in other > places. > > Ray > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/ > bsce5sf > _______________________________________________ > Matlisp-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlisp-users > |