(Forwarded for the archive)<br><br><div class="gmail_quote"><div class="im">On Tue, Sep 21, 2010 at 11:28 AM, Bernard Berthomieu <span dir="ltr">&lt;<a href="mailto:bernard@laas.fr" target="_blank">bernard@laas.fr</a>&gt;</span> wrote:<br>
</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
      let val intsize = _import &quot;IntSize&quot; : unit -&gt; int;<br></div><div class="im">C:\Users\bernard\AppData\Local\Temp\fileaVhuWq.o:fake:(.text+0x38fc): undefined reference to `_imp__IntSize&#39;<br></div></blockquote>
<div><br></div><div>
You are probably statically linking the symbol, not dynamically linking. This distinction only matters on Windows.</div><div><br></div><div>Use _import &quot;intSize&quot; public : unit -&gt; int;</div><div><br></div></div>

</div><br>