mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 21:02:47 -08:00
changelog: run-program works under cygwin
Cygwin fork/exec doesn't seem broken anymore. Fixes #52. Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
This commit is contained in:
parent
788eaf041a
commit
73f60ca9d0
1 changed files with 1 additions and 6 deletions
|
|
@ -16,12 +16,7 @@
|
|||
architectures should be rather easy.
|
||||
|
||||
* Known issues
|
||||
|
||||
- Cygwin's library is still broken: fork/exec fails to reload the
|
||||
cygwin library, or ECL's compiled libraries in a completely random
|
||||
fashion. For this reason we recommend using ext:system instead of
|
||||
ext:run-program in that platform.
|
||||
|
||||
|
||||
- In Windows ECL comes with bytecodes compiler by default, because C
|
||||
compilers are normally not avaiable. Unfortunately several libraries
|
||||
out there are not prepared for this. If you plan to use quicklisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue