mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 20:31:13 -08:00
List a known issue in ANNOUNCEMENT
This commit is contained in:
parent
917d84e9cc
commit
e5e7c3380c
1 changed files with 10 additions and 0 deletions
10
ANNOUNCEMENT
10
ANNOUNCEMENT
|
|
@ -20,6 +20,16 @@ ECL is currently hosted at SourceForge. The home page of the project
|
|||
is http://ecls.sourceforge.net, and in it you will find source code
|
||||
releases, a CVS tree and some useful documentation.
|
||||
|
||||
Known issues
|
||||
============
|
||||
|
||||
ECL's dynamic FFI (the one that does not rely on a C compiler) is now
|
||||
implemented using libffi (See http://sourceware.org/libffi/). Until
|
||||
another release in which the library might be bundled together with
|
||||
ECL, users will have to make sure that this library is built and
|
||||
available for this feature to be linked in (#+dffi). Otherwise only
|
||||
the C-based foreign function interface will be available.
|
||||
|
||||
Changes since last release
|
||||
==========================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue