On Wed, 2007-07-18 at 00:45 +0100, Luís Oliveira wrote:
> Since cffi-features:unix is present on *features* when running on
> MacOS X, load-foreign-library will pick that :unix clause. The way to
> fix this is add a (:darwin "libsslwhatever.dylib") clause before the
> :unix one.

A more portable alternative would be instead to say:

(:unix (:or "libssl.so.0.9.8" (:default "libssl")))

-- 
;;; Stephen Compall ** http://scompall.nocandysw.com/blog **
"Peta" is Greek for fifth; a petabyte is 10 to the fifth power, as
well as fifth in line after kilo, mega, giga, and tera.
  -- Lee Gomes, performing every Wednesday in his tech column
     "Portals" on page B1 of The Wall Street Journal

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to