Thread: iLiad Maxima or other CAS?
View Single Post
Old 07-20-2008, 06:43 PM   #7
-Thomas-
Addict
-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.
 
-Thomas-'s Avatar
 
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
I have tried to compile it too, and I got just as far as you. I couldn't find a working LISP compiler... One of the compilers I tried (I think it was gcl*) even required itself for compilation, very strange.

I've also tried to install a binary package from packages.debian.org (arm), with no success so far: Installation of the gcl package works, but compiling maxima fails:
Code:
configure: error: The gcl executable "gcl" was not compiled with
the --enable-ansi flag, which is required for Maxima.
The gcl ANSI-CL check returned
"MAXIMA_GCL_ANSI_TEST_FAILURE".
I then tried to recompile the gcl sources, and configure didn't complain about a wrong gcc version anymore. But it didn't work out, I had problems with some libraries gcl depends on...

I think this is the right way (1. get a precompiled LISP package, 2. compile maxima, 3. throw LISP away ). Maybe you have more luck...

* EDIT It was the cmucl compiler:
Quote:
In order to build CMU CL, you will need:
a) A working CMU CL binary. There is no way around this requirement!

Last edited by -Thomas-; 07-20-2008 at 06:48 PM.
-Thomas- is offline   Reply With Quote