<div class="gmail_quote">On Wed, Feb 16, 2011 at 2:45 PM, Alexandre Hamez <span dir="ltr">&lt;<a href="mailto:alexandre.hamez@gmail.com">alexandre.hamez@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; int main( int argc, char** argv ) {<br></blockquote><div><br>missing: foo_open(argc, argv);<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

&gt;   int res = foo(1);<br>
&gt;   printf(&quot;%d\n&quot;,res);<br>
&gt;<br></blockquote><div><br>missing: foo_close();<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;   return 0;<br>
&gt; }<br></blockquote><br>Hope that helps.<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
PS.: Why stripping &#39;lib&#39; in the name of the generated library?<br></blockquote><div><br>It&#39;s been a while since I used Mac OS, but I guess that libraries in /usr/lib and /lib don&#39;t have a lib prefix for .dylib files?<br>
</div></div><br>