[plt-scheme] plt-ffi-array declaration-how?
On Jul 10, Hans Oesterholt-Dijkema wrote:
> Is the FFI based on libffi,
Yes.
> i.e., is PLT Scheme dependent on libffi?
If you want the foreign library to work.
> Wasn't libffi part of gcc?
It's maintained in the GCC repository, but it's a separate project.
This whole thing comes up on the list every once in a while. (Mostly
because people are worried about libffi being GPL -- and it was stated
explicitly that it is and will stay LGPL.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!