On 18/02/2008, Mirko Vukovic <[EMAIL PROTECTED]> wrote:
> On Mon, Feb 18, 2008 at 8:06 AM, Luís Oliveira <[EMAIL PROTECTED]> wrote:
> >  What does (cffi:load-foreign-library "/bin/cyggsl-0.dll") tell you?
[...]
> Doing a (cffi:load gives:
>
> EVAL: variable LIBGSL has no value
>    [Condition of type SYSTEM::SIMPLE-UNBOUND-VARIABLE]

That sounds like you tried (cffi:load-foreign-library libgsl) instead
of (cffi:load-foreign-library "/bin/cyggsl-0.dll"). Can you try again?

Also, what version of CFFI are you using?

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/
_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to