Windows installer with another lisp. Which should I choose?



>>>>> "John" == John Lapeyre <lapeyre.math122a at gmail.com> writes:

    John> On 09/23/2013 09:39 PM, Raymond Toy wrote:
    >>>>>>> "John" == John Lapeyre <lapeyre.math122a at gmail.com> writes:
    >> 
    John> cffi : only works for me with sbcl and ccl
    >> 
    >> I know cffi works with cmucl too.
    >> 
    >> Ray
    John> Now, Quicklisp and cl-store work immediately with cmucl.
    John> I don't know what has changed, it's been a long time
    John> since I tried it.
    John> Trying to use cffi, with
    John> (define-foreign-library libgomp
    John> ? (:unix (:or "libgomp.so.1" "libgomp.so"))
    John> ???????? (t (:default "libgomp")))
    John> (use-foreign-library libgomp)
    John> I get this error:
    John> Error in function CFFI::FL-ERROR:? Unable to load any of the alternatives:
    John> ?? ("libgomp.so.1" "libgomp.so")
    John> The same code works with sbcl and ccl.
    John> Any ideas ?

Not right off the top of my head, but thanks for providing the
example. Probably some path is not correctly set so that cmucl can't
find the library.  I will look in to it (and respond off list since
it's not really relevant to maxima).

Thanks,

Ray