Prepare announcement

This commit is contained in:
Juan Jose Garcia Ripoll 2009-11-28 16:57:58 +01:00
parent a582077508
commit 2a726c74ca

View file

@ -19,6 +19,20 @@ ECL is currently hosted at Common-Lisp.net and 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
============
- The Mingw port does not work with the stable version of the Boehm-Weiser
garbage collector. Users will have to download a more recent version and
build and install it in an accessible location for ECL to compile.
- The OpenBSD port does not support multithreaded builds because the latest
stable version that runs on it does not contain all the required
functionality.
- --with-cxx is currently broken and ECL does not BUILD with a C++ compiler,
but it can still be USED in C++ programs.
Changes since last release
==========================