Is there a way to get the CLISP compiled with dynamic FFI support on Mac OS?

后端 未结 1 1685
时光说笑
时光说笑 2021-01-12 13:02

I use clisp 2.48 (2009-07-28) on Mac OS X 10.6.4. I downloaded the clisp with \'sudo port install clisp\'.

After installing quick lisp, I installed some packages, a

相关标签:
1条回答
  • 2021-01-12 13:08

    I'm on 10.4, so I had to also install ffcall - I don't know if you installed it already. When installing clisp I added +dynffi to the end and it worked for me.

    sudo port install ffcall
    sudo port install clisp +dynffi

    0 讨论(0)
提交回复
热议问题