[cffi-devel] Re: trouble loading libraries on debian
Luís Oliveira
luismbo at gmail.com
Tue Apr 25 20:48:35 UTC 2006
hbabcockos1 at mac.com writes:
> (:unix "/usr/local/lib/libplplotd.so")
>
> and this not working:
>
> (:unix "libplplot")
Try (:unix "libplplot.so") instead, perhaps.
BTW, you can use load-foreign-library instead of
define-foreign-library/use-foreign-library since it's more convenient
when experimenting with this kind of stuff.
> For SBCL, does CFFI use sb-alien:load-shared-object to load the library?
Yes.
--
Luís Oliveira
luismbo (@) gmail (.) com
Equipa Portuguesa do Translation Project
http://www.iro.umontreal.ca/translation/registry.cgi?team=pt
More information about the cffi-devel
mailing list