axiom-math
[Top][All Lists]
Advanced

[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: Wed, 14 Nov 2007 22:46:12 +0200

Hi Ralf,

I changed the [linux] section of aldor.conf to the following (I don't have 
gcc3.3):

#++++++++++++++++++++++++++
[linux]
  inherit       = linuxcore
# these enforce ieee
#  ieee-opts = -ffloat-store -mieee-fp
  ieee-opts = -ffloat-store
  fast-opts = -ffast-math -O2
#  cc-name = gcc32
#  link-name = gcc32
  cc-name = gcc
  link-name = gcc

#++++++++++++++++++++++++++

Now there is the following error:

aldor -Fx -laldor aldortest.as
cc1: error: unrecognized command line option "-fwritable-strings"
#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'.
cfrangos/axiom> 




On Wednesday 14 November 2007 12:34, Ralf Hemmecke wrote:
> Hi Constantine,
>
> What you see is coming from $ALDORROOT/include/aldor.conf.
> Since you are using Linux, you have to look into the [linux] section of
> that file.
>
> I guess there you see
>
>    cc-name   = gcc32
>    link-name = gcc32
>
> Now, although Laurentiu Dragan from Aldor.org claims that Aldor should
> work with GCC4, I (personally) don't trust this. Thus, I've installed
> gcc-3.3 into /usr/bin/ on my machine and modified aldor.conf to contain
> the lines
>
>    cc-name = gcc-3.3
>    link-name = gcc-3.3
>
> instead.
>
> That should do the job.
>
> Ralf
>
> On 11/13/2007 11:04 PM, Bill Page wrote:
> > Constantine,
> >
> > What do you see when you type
> >
> >   ... ~> gcc --version
> >
> > The result should be something like:
> >
> > address@hidden:~> gcc --version
> > gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)
> > ...
> >
> > If you do not see this, then maybe you have not installed the
> > Gnu C (gcc) compiler as required by Aldor.
> >
> > Regards,
> > Bill Page.
> >
> > On 11/13/07, Constantine Frangos wrote:
> >> 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

-- 
Constantine Frangos, Pr.Eng.
Professor
Dept. of Mathematics and Statistics
University of Johannesburg
Auckland Park Kingsway Campus
P O Box 524
Auckland Park 
Johannesburg 2006
South Africa

Tel: +27-11-559-2452
Fax: +27-11-559-2832
e-mail: address@hidden , address@hidden 





reply via email to

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