>> aldor -fx -laldor -c args='-lm' sometest.as > sh: gcc32: not found > #1 (Fatal Error) C compile failed. Command was: unicl -lm > -I/homes/lehner/usr/local/aldor/linux/1.0.3/include -c sometest.c > #1 (Warning) Removing file sometest.c'. > > what is gcc32? Debian at least does not know about it.
gcc32 is a *manually* configurable way to choose your c compiler. There was a time when Aldor was not properly working with gcc version 4. (That's the -writable-strings problem, which (I think) is still not properly solved, but check the aldor-l archive.) I think Laurentiu Dragan but gcc32 into aldor.conf in order to tell that Aldor must be compiled using version 3.2 of gcc and gcc32 was probably the name of gcc version 3.2 in his environment. :-( Just compare my aldor.conf at http://sage.math.washington.edu/home/hemmecke/pub/aldor.conf #cc-name = gcc-3.3 #link-name = gcc-3.3 I've simply commented these lines out, so the usual gcc on your system (i.e. gcc 4.2.4) will be chosen. (And pray that it'll work.) The compilation worked fine for me with gcc 4.3.2 on my system (32bit), but I haven't looked into the Aldor compiler to be able to tell where exactly gcc 4 will not work. Ralf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
