<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">okay.. just looked closer at this, we hard set libesl as static, which seems strange to me.. not a good reason to do that, other than when we link that static to the individual modules... if what you are trying to do is get a mod you can link to java... try&nbsp;<div class=""><br class=""></div><div class="">cd libs/esl &nbsp;&amp;&amp; make javamod</div><div class=""><br class=""></div><div class="">this will make a:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">libesljni.so</div></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 22, 2016, at 3:02 PM, Ben Hood &lt;<a href="mailto:0x6e6562@gmail.com" class="">0x6e6562@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Mon, Mar 21, 2016 at 5:26 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com" class="">mike@jerris.com</a>&gt; wrote:<br class=""><blockquote type="cite" class="">all you should need is ./configure. &nbsp;&nbsp;The others shouldn't be necessary at all. &nbsp;a .la file is a libtool library file and has nothing to do with if its dynamic or static. &nbsp;The configure args you specified will also produce a dynamic, but none of those are necessary to get that result. &nbsp;--enable-64 is really just used for solaris where the default compiler is 32 bit on 64 bit os.<br class=""></blockquote><br class="">Many thanks for your response. It's good to know that the &nbsp;--enable-64<br class="">flag is only relevant for Solaris.<br class=""><br class="">I did try to answer my own question, but there seems to be some MX DNS<br class="">issues with the mailing list, so responses from yesterday got<br class="">rejected.<br class=""><br class="">In the meantime I had created a workaround that I could load via JNA:<br class=""><br class="">g++ -fpic -shared -Wl,-all_load libesl.la -Wl,-noall_load -o libesl.dylib<br class=""><br class="">_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org<br class=""></div></div></blockquote></div><br class=""></div></body></html>