[cffi-devel] Default library suffix for OS X / Intel under OpenMCL
Stephen Compall
s11 at member.fsf.org
Wed Jul 18 01:32:05 UTC 2007
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://mailman.common-lisp.net/pipermail/cffi-devel/attachments/20070717/ebe2c5b0/attachment.sig>
More information about the cffi-devel
mailing list