strange problems when building Maxima with Ecl



Hi,

when trying to build Maxima 5.16.3 with

LANG=C ./configure --prefix=/PATH/Maxima/ecl/5.16.3 --with-ecl=ecl

then I get

Summary:
ECL enabled. Executable name: "ecl"
default lisp: ecl
wish executable name: "wish"
make[1]: Entering directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.16.3'
Making all in src
make[2]: Entering directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/Maxima/ecl/maxima-5.16.3/src'
test -f maxima && mv maxima maxima-tmp
success=true && \
ecl -eval "(require 'asdf)" -eval "(asdf:make-build \"maxima\" :type :program)" -eval "(ext:quit)" && \
mv maxima binary-ecl/maxima || \
success=false; \
test -f maxima-tmp && mv maxima-tmp maxima ; \
test $success = true
ECL (Embeddable Common-Lisp) 0.9l (CVS 2008-06-19 17:09)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.  Top level.


where I end up in the ecl-console (instead of building Maxima)??

Oliver

P.S. By the way, what is this "wish executable name"?


-- 
Dr. Oliver Kullmann
Computer Science Department
Swansea University
Faraday Building, Singleton Park
Swansea SA2 8PP, UK
http://cs.swan.ac.uk/~csoliver/