hbabcockos1@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.