Re: Aldor: Installing Aldor
Constantine Frangos <[email protected]> Wed, 14 Nov 2007 22:20:04 +0200
| Newsgroups | gmane.comp.mathematics.axiom.general |
|---|---|
| Message-ID | <0711142220041R.09891@zeta> |
I get the following: gcc --version gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. On Wednesday 14 November 2007 00:04, Bill Page wrote: > 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 > > ...