Lisp: How to install gcl on mac

I have Mac OSX 10.8.4. I cloned the git gcl repository and according to readme I ran. / configure.

But I get 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 

I tried the third option (for others, I do not know, and did not get any solution even after searching on Google). Can someone please tell me how can I install gcl or go on creating a lisp development environment?

+4
source share
1 answer

The cliff (can be set using homebrew) was good enough to gain experience in lisp.

+1
source

Source: https://habr.com/ru/post/1502654/


All Articles