maxima on Mac OS X



Hello all,

maxima-5.9.0rc4 and its predecessors compiled happily on Mac OS X, but 
maxima-5.9.0 gives the error below. Any hints on how to proceed would 
be appreciated.

Bill McCallum

./configure --prefix=/sw --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
creating cache ./config.cache
checking for a BSD compatible install... /sw/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... powerpc-apple-darwin6.5
checking for clisp... true
checking POSIX shell to see that it contains getopts... trying /bin/sh
POSIX shell is /bin/sh
updating cache ./config.cache
creating ./config.status
creating Makefile
creating maxima-local
creating xmaxima-local
creating maxima.spec
creating maxima.iss
creating src/Makefile
creating src/maxima
creating src/autoconf-variables.lisp
creating lisp-utils/Makefile
creating tests/Makefile
creating doc/Makefile
creating doc/emaxima/Makefile
creating doc/info/Makefile
creating doc/intromax/Makefile
creating doc/man/Makefile
creating doc/man/maxima.1
creating doc/share/Makefile
creating interfaces/Makefile
creating interfaces/emacs/Makefile
creating interfaces/emacs/emaxima/Makefile
creating interfaces/emacs/misc/Makefile
creating interfaces/xmaxima/Makefile
creating interfaces/xmaxima/autoconf-variables.tcl
creating interfaces/xmaxima/Tkmaxima/Header.tcl
creating interfaces/xmaxima/win32/Makefile
creating share/Makefile
creating demo/Makefile
creating plotting/Makefile

Summary:
clisp enabled. Executable name: "clisp"
default lisp: clisp
wish executable name: "wish"
touch src/gcl-depends.mk src/cmucl-depends.mk
   make prefix=/sw
cd . && automake --gnu --include-deps Makefile
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --prefix=/sw '--infodir=/sw/share/info' 
'--mandir=/sw/share/man' '--libexecdir=/sw/lib' --no-create 
--no-recursion
checking for a BSD-compatible install... /sw/bin/install -c
checking whether build environment is sane... yes
/sw/src/maxima-5.9.0.0-1/maxima-5.9.0/missing: Unknown `--run' option
Try `/sw/src/maxima-5.9.0.0-1/maxima-5.9.0/missing --help' for more 
information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-apple-darwin6.5
checking host system type... powerpc-apple-darwin6.5
checking for clisp... true
checking POSIX shell to see that it contains getopts... trying /bin/sh
POSIX shell is /bin/sh
configure: creating ./config.status

Summary:
clisp enabled. Executable name: "clisp"
default lisp: clisp
wish executable name: "wish"
cd . \
   && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Makefile
Making all in src
cd .. \
   && CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating src/Makefile
cd .. && CONFIG_FILES=src/maxima CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating src/maxima
cd .. && CONFIG_FILES=src/autoconf-variables.lisp CONFIG_HEADERS= 
/bin/sh ./config.status
config.status: creating src/autoconf-variables.lisp
LISPTYPE=clisp ; export LISPTYPE ;\
CLISP=clisp ; export CLISP ;\
../lisp-utils/maxima-run-lisp -i "../lisp-utils/defsystem" \
         -x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile 
:verbose t)' && \
         ../lisp-utils/maxima-run-lisp -i "../lisp-utils/defsystem" \
         -x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :load 
:verbose t)' \
          -f user::run -d binary-clisp/maxima
clisp -norc -q -x (progn (setq #+lisp=cl ext:*load-paths* #-lisp=cl 
lisp:*load-paths* '(#P"")) (let ((argv '())) (declare (ignorable argv)) 
(progn (load "../lisp-utils/defsystem") (funcall (intern 
"OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t)) (values)))
;; Loading file 
/sw/src/maxima-5.9.0.0-1/maxima-5.9.0/lisp-utils/defsystem.lisp ...
;; Loading of file 
/sw/src/maxima-5.9.0.0-1/maxima-5.9.0/lisp-utils/defsystem.lisp is 
finished.
;; Loading file /sw/src/maxima-5.9.0.0-1/maxima-5.9.0/src/maxima.system 
...
;; Loading of file 
/sw/src/maxima-5.9.0.0-1/maxima-5.9.0/src/maxima.system is finished.
;  - Compiling defsystem "maxima"
*** - UNIX error 45 (EOPNOTSUPP): Operation not supported on socket
0 errors, 0 warnings
make[1]: *** [binary-clisp/maxima.mem] Error 1
make: *** [all-recursive] Error 1
### execution of  failed, exit code 2
Failed: compiling maxima-5.9.0.0-1 failed