Further notes on compiling Maxima under RH 8



The compile using gcl runs to completion after renaming the file
zero.lisp and replacing it with an empty file. This is no big deal since
that file badly implements the zeroequiv function, which should be
changed anyway.

Running the test suite gives

make[1]: Entering directory `/usr/local/maxima/tests'
echo "Running test suite with gcl..."; \
/bin/sh ../maxima-local --lisp=gcl --batch-lisp=tests.lisp >
tests-gcl.log < /dev/null 2>&1; \
./summarize-log tests-gcl.log
Running test suite with gcl...

*** Summary results for tests recorded in
*** log file tests-gcl.log:
Unknown error in log file

Expected failures (known bugs in this version of Maxima):
rtest15.mac: (4)


tail tests-gcl.log gives

..Which was correct
/* ********************** Problem 136. *************** */ 
%Input is
(KILL(ALL), EXAMPLE(ZEROEQUIV))
(C1) ZEROEQUIV(SIN(2*X)-2*SIN(X)*COS(X),X)

Unrecoverable error: invocation history stack overflow.
/usr/local/maxima/lisp-utils/maxima-run-lisp: line 391:  7483
Aborted                 "$1" $extra_args $load_arg -eval '(run)'
[root@jsmith tests]# 



The resulting maxima and xmaxima seem perfectly usable (at least for
what I do with them)
-- 
______________________________________________________________________
Time blows wildly against my door       | Justin R. Smith
Stirring discarded sorrows      	| Department of Mathematics and
Like dead leaves of summers past        |     Computer Science
Memories of forgotten lore          	| Drexel University
Making way for new tomorrows         	| Philadelphia, PA 19104
New hopes, new fears,                   |
         and new ways that last         | Office: (215) 895-1847
URL: http://vorpal.mcs.drexel.edu       | Fax:    (215) 895-1582