[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Axiom-math] Aldor: Installing Aldor
From: |
Constantine Frangos |
Subject: |
[Axiom-math] Aldor: Installing Aldor |
Date: |
Tue, 13 Nov 2007 22:48:33 +0200 |
I installed aldor under suse 10.2 (32 bit) but am getting the following error
with the test program below:
aldor -Fx -laldor aldortest.as
sh: gcc32: command not found
#2 (Fatal Error) C compile failed. Command was: unicl
-I/home/apps/aldornew/aldor/linux/1.0.3/include -c aldortest.c
"aldortest.as", line 10: nfact :Integer;
^
[L10 C1] #1 (Warning) Suspicious `:'. Do you mean `local' or `default'?
#1 (Warning) Removing file `aldortest.c'.
#include "aldor"
#include "aldorio"
import from Integer;
--df ==> DoubleFloat;
testfact(imax:Integer):Integer == {
nfact :Integer;
nfact := 1;
for i in 1..imax repeat
{
nfact := nfact*i;
--stdout << "The factorial of " << i << " is " << nfact << newline;
}
return(nfact);
}
n := 200000;
xfact := testfact(n);
stdout << n << " factorial is :" << xfact << newline ;
C. Frangos.
On Tuesday 13 November 2007 15:40, Ralf Hemmecke wrote:
> That is a shell script concatenated with a .tar.gz file.
>
> Simply say
>
> sh aldor-linux-i386-glibc2.3-1.0.3.bin
>
> Ralf
- Re: [Axiom-math] Axiom: Printing multiple variables in axiom., (continued)
- Re: [Axiom-math] Axiom: Printing multiple variables in axiom., Constantine Frangos, 2007/11/11
- Re: [Axiom-math] Axiom: Printing multiple variables in axiom., Bill Page, 2007/11/11
- Re: [Axiom-math] Axiom: Printing multiple variables in axiom., Martin Rubey, 2007/11/12
- Re: [Axiom-math] Axiom: Printing multiple variables in axiom., Constantine Frangos, 2007/11/12
- Re: [Axiom-math] Axiom: Printing multiple variables in axiom., Bill Page, 2007/11/12
- Re: [Axiom-math] Axiom: Printing multiple variables in axiom., Bill Page, 2007/11/12
- [Axiom-math] Axiom: Printing multiple variables in axiom., Constantine Frangos, 2007/11/13
- [Axiom-math] Re: Axiom: Printing multiple variables in axiom., Bill Page, 2007/11/13
- [Axiom-math] Axiom: Installing Aldor, Constantine Frangos, 2007/11/13
- Re: [Axiom-math] Axiom: Installing Aldor, Ralf Hemmecke, 2007/11/13
- [Axiom-math] Aldor: Installing Aldor,
Constantine Frangos <=
- Re: [Axiom-math] Aldor: Installing Aldor, Bill Page, 2007/11/13
- Re: [Axiom-math] Aldor: Installing Aldor, Ralf Hemmecke, 2007/11/14
- [Axiom-math] Aldor: Installing Aldor, Constantine Frangos, 2007/11/14
- [Axiom-math] Re: Aldor: Installing Aldor, Bill Page, 2007/11/14
- [Axiom-math] Axiom: Installing Aldor, Constantine Frangos, 2007/11/17
- Re: [Axiom-math] Axiom: Installing Aldor, Ralf Hemmecke, 2007/11/17
- Re: [Axiom-math] Axiom: Installing Aldor, Constantine Frangos, 2007/11/24
- Re: [Axiom-math] Aldor: Installing Aldor, Constantine Frangos, 2007/11/14
- Re: [Axiom-math] Aldor: Installing Aldor, Gabriel Dos Reis, 2007/11/14
- Re: [Axiom-math] Aldor: Installing Aldor, Ralf Hemmecke, 2007/11/15