Re: Aldor: Installing Aldor

"Bill Page" <[email protected]> Tue, 13 Nov 2007 17:04:24 -0500
Newsgroups gmane.comp.mathematics.axiom.general
Message-ID <[email protected]>
Constantine,

What do you see when you type

  ... ~> gcc --version

The result should be something like:

bpage@candis-admin:~> 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
> ...