Hi, I'm having some problems with cffi on clisp/windows. Some of the examples don't seem to work and I can't get the tests to run. If I load the cffi-examples system, (getenv "PATH") works fine but (sqrtf 4.0) throws a simple-undefined-function condition and (run-examples) crashes the running lisp. How long should the tests take to run? I did... make test-clisp ...and got the first few lines of output C:\Program Files\clisp-2.42\systems\cffi>make test-clisp ;; Loading file C:\home\.clisprc.lisp ... ;; Loading file C:\Program Files\clisp-2.42\asdf.lisp ... ;; Loaded file C:\Program Files\clisp-2.42\asdf.lisp ;; Loaded file C:\home\.clisprc.lisp ;; Loading file tests\run-tests.lisp ... ;;; -------- Running tests in CLISP -------- but then nothing for a couple of minutes Looking at cffi-tests.asd, I can't see how it would get past "run-cffi-tests". Any pointers? Cheers, Andy