Pergunta

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 ?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top