Mac OSX 10.8.4 を使用しています。gcl の git リポジトリのクローンを作成し、readme に従って ./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
3番目のオプションを試しました(他のオプションについては、私は無知で、グーグルしても解決策が得られませんでした)。gcl をインストールする方法や、開発環境の lisp を取得する方法を教えてください。