Quiero instalar CLISP para ejecutar algunos programas lisp. Estoy acostumbrado a instalarlo a través de
brew install clisp
Pero recibo este mensaje de error:
Error: libsigsegv 2.10 did not build
¿Se debe esto a la nueva Protección de la integridad del sistema ? Los archivos de registro me dicen esto:
checking whether we are cross compiling... configure: error: in `/private/tmp/libsigsegv20150926-26734-xxczr8/libsigsegv-2.10':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
Y el config.log:
configure:3294: clang -o conftest conftest.c >&5
clang: warning: no such sysroot directory: ''
conftest.c:11:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^
¿Cómo puedo ejecutar mis programas LISP o, mejor, CLISP en OS X 10.11?