<div dir="ltr"><div><div><div><div>Hi Charles<br><br></div>Being the guy behind proj4-cmake old repository I supect to be also the guy who wrote this warning. <br></div>If a remember well is due to the fact that nad2nad and nad2bin include &quot;project.h&quot; and not &quot;proj_api.h&quot;. So as on windows dll only include (export) symbol defined in proj_api.h ( more precisely in proj.def) I was thinking that when you include &quot;project.h&quot; it&#39;s better to link to static lib in order to have all symbol defined. <br><br>I&#39;m note 100% of this fact and I could be wrong but I think it was the explanation of this warning.  Looking deeper in the code it seems that nad2bin only use struct defined in project.h and not function so it could work. <br></div><br></div>Nicolas DAVID<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-03 15:34 GMT+01:00 Charles Karney <span dir="ltr">&lt;<a href="mailto:charles.karney@sri.com" target="_blank">charles.karney@sri.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">To stay consistent with our previous (4.8.0) build of proj on Windows,<br>
I&#39;d like to build proj as a shared library.  However this triggers a<br>
warning<br>
<br>
nad2nad can&#39;t be build with a DLL proj4 library you need a static lib<br>
<br>
Can anyone explain the origin of this warning?  I note that the nad2nad<br>
executable gets created OK with the shared library and that it can<br>
report its usage when given no arguments.<br>
<br>
On 2015-02-24 16:28, Howard Butler wrote:<br>
&gt;<br>
&gt;&gt; On Feb 23, 2015, at 8:04 AM, Sebastiaan Couwenberg &lt;<a href="mailto:sebastic@xs4all.nl">sebastic@xs4all.nl</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt; <a href="https://trac.osgeo.org/proj/ticket/255" target="_blank">https://trac.osgeo.org/proj/ticket/255</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I propose we dial back the precision on the test as Frank suggested.<br>
&gt;&gt;<br>
&gt;&gt; That&#39;s probably the best short term solution, yes.<br>
<span class="im HOEnZb">&gt;<br>
&gt; I have issued RC4 to address this issue.<br>
&gt;<br>
&gt; <a href="http://download.osgeo.org/proj/proj-4.9.1RC4.tar.gz" target="_blank">http://download.osgeo.org/proj/proj-4.9.1RC4.tar.gz</a><br>
&gt;<br>
</span><div class="HOEnZb"><div class="h5">&gt; Howard<br>
_______________________________________________<br>
Proj mailing list<br>
<a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/proj" target="_blank">http://lists.maptools.org/mailman/listinfo/proj</a><br>
</div></div></blockquote></div><br></div>