<div class="gmail_quote">On Thu, Aug 9, 2012 at 1:31 PM, Simon Ortiz <span dir="ltr"><<a href="mailto:o.simon@gmail.com" target="_blank">o.simon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

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

<br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>