>>>>> "jarausch" == jarausch <jarausch@belgacom.net> writes:
[snip]
jarausch> Warning: These variables are undefined:
jarausch> *LIBRARY* *MODULE-FILES*
jarausch> Warning: Old-style IN-PACKAGE.
jarausch> Converted |(PCL::FAST-METHOD PRINT-OBJECT (COMPONENT T))|.
jarausch> Converted |(PCL::FAST-METHOD PRINT-OBJECT (LANGUAGE T))|.
jarausch> ; Loading #p"/home/jarausch/Math/Maxima/maxima-cvs/src/maxima.system".
jarausch> Compilation unit aborted.
Are there no error messages printed out? If not, can you try the
following?
o cd src
o Run lisp
o (load "../lisp-utils/defsystem")
o (load "maxima.system")
o (mk:oos :maxima :compile)
This should produce better error messages.
I still think you should use at least 18e instead of some older
version.
Ray