Sorry, didn&#39;t work.&nbsp; See results below.<br><br>Roger@obelix /cygdrive/c/gdal/gdal-1.4.1<br>
$ ./configure --disable-shared; make; make install&nbsp; &lt;====== ok<br><br>Roger@obelix /cygdrive/c/gdal/gdal-1.4.1<br>$ which gdalinfo<br>/usr/local/bin/gdalinfo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;====== ok<br>
<br>Roger@obelix /cygdrive/c/gdal/gdal-1.4.1<br>$ python<br>Python 2.5 (r25:51908, Mar 13 2007, 08:13:14)<br>[GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
<br>&gt;&gt;&gt; import gdal<br>Traceback (most recent call last):<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>&nbsp; File &quot;/usr/lib/python2.5/site-packages/gdal.py&quot;, line 191, in &lt;module&gt;
<br>&nbsp;&nbsp;&nbsp; import _gdal<br>ImportError: No module named _gdal&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;======== Boom!<br>&gt;&gt;&gt;<br><br><br><br><div><span class="gmail_quote">On 4/13/07, <b class="gmail_sendername">Norman Vine</b> &lt;<a href="mailto:nhv@cape.com">
nhv@cape.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Alessandro Amici writes:<br>&gt;<br>&gt; Norman,<br>&gt;<br>
&gt; On Friday 13 April 2007 01:44, Norman Vine wrote:<br>&gt; &gt; Shouldn&#39;t have to change anything<br>&gt; &gt;<br>&gt; &gt; To check I just did a fresh Cygwin install and<br>&gt; &gt;<br>&gt; &gt; ./configure --with-libtool=no; make; make install
<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp; &lt; might work with libtool I don&#39;t know I just can&#39;t stand the<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; glacially slow Cygwin compiles with libtool &gt;<br>&gt;<br>&gt; in order to avoid the double compile with libtool you may use
<br>&gt; the &#39;--disable-static&#39; (tested on unix/linux) or<br>&gt; &#39;--disable-shared&#39; (maybe on cygwin, but not tested) options.<br>&gt;<br>&gt; this is not as fast as &#39;--without-libtool&#39;, but much, much closer.
<br>&gt;<br>&gt; if you test it on cygwin (i don&#39;t have a cygwin install at<br>&gt; hand, currently), please report back how it goes.<br><br>Alessandro<br><br>Libtool&#39;s &#39;glacial pace&#39; is due to the many levels of indirection
<br>that it forces.<br><br>Cygwin is not Linux.&nbsp;&nbsp;:-)<br><br>Cheers<br><br>Norman<br><br><br><br>_______________________________________________<br>Gdal-dev mailing list<br><a href="mailto:Gdal-dev@lists.maptools.org">Gdal-dev@lists.maptools.org
</a><br><a href="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br>