[EMAIL PROTECTED] 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 _______________________________________________ cffi-devel mailing list cffi-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel