axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-mail] Axiom and aldor


From: Ralf HEMMECKE
Subject: [Axiom-mail] Axiom and aldor
Date: Tue, 17 Feb 2004 17:20:24 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031210

I cannot figure out what I have done wrong.

I set up Aldor and Axiom and I can compile the file

--- xxx.as --
#include "axiom"
aaa(i:Integer): Integer == {
        i+1;
}
---- end xxx.as --

by saying

aldor -O -Fasy -Fao -Flsp -laxiom -Mno-AXL_W_WillObsolete -DAxiom -Y $AXIOM/algebra xxx.as

(Note that these are the options that are suggested by default by AXIOM.)

However if I say

)compile "/home/hemmecke/xxx.as"

within AXIOM, it responds...

--------------
   Compiling AXIOM source code from file /home/hemmecke/xxx.as using
      AXIOM-XL compiler and options
-O -Fasy -Fao -Flsp -laxiom -Mno-AXL_W_WillObsolete -DAxiom -Y $AXIOM/algebra
      Use the system command )set compiler args to change these
      options.

   >> System error:

#p"/z_mnt/kludge/zlocal/md6/aldor/aldor-1.0.1-linux-i386-gmp4/aldor/linux/1.0.1/bin/" is not of type STRING.

protected-symbol-warn called with (NIL)
------------------

I cannot see where I should look for the problem.
Does anybody have some workaround?

Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]