On Thu, Aug 9, 2012 at 1:31 PM, Simon Ortiz <o.si...@gmail.com> wrote:

> Now, I would like to achieve the same using CFFI instead of FFI. Using
> CFFI I tried several approaches, but I wasn't successful. Basically, I
> compiled the Lisp code into a static library, but the produced library
> seems not to include the C library. I tried to load the library at
> compile time with FFI:LOAD-FOREIGN-LIBRARY, but it doesn't seem to
> have any effect.


ECL has two ways to use a foreign library: one is to link with it, the
other one is to load it dynamically. Could you produce a tiny example of
what you are trying to achieve so that I can test it or improve it?

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to