sionescu / iolib

Common Lisp I/O library
http://common-lisp.net/project/iolib/
MIT License
141 stars 31 forks source link

Avoid loading libfixposix twice. #8

Closed stassats closed 10 years ago

stassats commented 10 years ago

If a library is already loaded CFFI tries to unload it, which is not implemented on ECL, causing errors during compilation.

sionescu commented 10 years ago

This should be fixed in CFFI, not here. When I do development I actually want SBCL/CCL to reload the library.