Hi There.
The new CVS build system works for Mingw32 GCL, thanks. Maxima seems to
fire up and work.
However "make checks" doesn't work:
$ cat tests-gcl.log
getopts: not found
GCL (GNU Common Lisp) Version(2.5.0) Mon Mar 25 17:03:22 2002
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter
Maxima 5.9.0pre-cvs (with enhancements by W. Schelter).
Licensed under the GNU Public License (see file COPYING)
(C1)
Correctable error: Console interrupt.
Signalled by MACSYMA-TOP-LEVEL.
If continued: Type :r to resume execution, or :q to quit to top level.
Broken at SYSTEM:TERMINAL-INTERRUPT. Type :H for Help.
MAXIMA>>
I tried putting
echo getopts = `getopts "hl:v:b:-:"`
into the maxima script in "src", but the result is empty:
getopts: not found
getopts =
getopts: not found
GCL (GNU Common Lisp) Version(2.5.0) Mon Mar 25 17:03:22 2002
........
Any ideas?
Mike Thomas