<br><br><div class="gmail_quote">On Wed, Apr 14, 2010 at 1:24 PM, Ian Piumarta <span dir="ltr">&lt;<a href="mailto:piumarta@speakeasy.net">piumarta@speakeasy.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi Eliot,<br>
<br>
I know you don&#39;t often read anything I write, but please read the next paragraph...<div class="im"><br>
<br>
On Apr 14, 2010, at 11:55 AM, Eliot Miranda wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
but what&#39;s the libtool command for making the external UUID plugin?<br>
</blockquote>
<br></div>
Maybe you are using the word &quot;libtool&quot; &#39;generically&#39;?  Since September last year there is NO libtool, nor any other autotools, in the Unix build process.<br>
<br>
To answer your question: the link command on Linux for shared libraries in the VM looks like this<br>
<br>
/usr/bin/gcc  -fPIC  YOUR-CMAKE_C_FLAGS-HERE   -shared -Wl,-soname,YOUR-MODULE-NAME-HERE -o YOUR-MODULE-NAME-HERE  YOUR-OBJECT-FILES-HERE  -lYOUR-REQUIRED-LIBS-HERE...<br>
<br>
Whatever Laurent passes to --CFLAGS= will appear in the YOUR-CMAKE_C_FLAGS-HERE.  -Wl,-Bsymbolic, for example.<br></blockquote><div><br></div><div>Whatever.  Laurent&#39;s posting didn&#39;t show the operative link command.  Until I see that I don&#39;t know if -Bsymbolic is being used.  </div>
<div><br></div><div>BTW, you may be using CMAKE but I&#39;m not yet.  So please forgive my confusion.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Regards,<br><font color="#888888">
Ian<br>
<br>
</font></blockquote></div><br>