我有 Mac OSX 10.8.4。我已经克隆了 gcl 的 git repo,并按照自述文件运行了 ./configure。
但是,我收到以下错误:
configure: error: Cannot build with randomized sbrk. Your options:
- upgrade to a kernel/libc that knows about personality(ADDR_NO_RANDOMIZE)"
- recompile your kernel with CONFIG_COMPAT_BRK (if it has that option)"
- run sysctl kernel.randomize_va_space=0 before using gcl
尝试了第三个选项(对于其他人我一无所知,即使在谷歌搜索后也没有得到任何解决方案)。谁能告诉我应该如何安装 gcl 或去获得一个开发环境 lisp ?