문제

I have Mac OSX 10.8.4. I have cloned the git repo of gcl and as per the readme I ran the ./configure.

But, I am getting the following error :

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

Have tried the third option(for the others I am clueless and didn't get any solution even after googling). Can anyone please tell me how should I install gcl or go about getting a developing environment lisp ?

도움이 되었습니까?

해결책

The clisp(can be installed through homebrew) was good enough for getting a hands on experience in lisp.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top