List a known issue in ANNOUNCEMENT

This commit is contained in:
Juan Jose Garcia Ripoll 2011-01-16 18:21:49 +01:00
parent 917d84e9cc
commit e5e7c3380c

View file

@ -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
==========================