Sorry, didn't work. See results below.<br><br>Roger@obelix /cygdrive/c/gdal/gdal-1.4.1<br>
$ ./configure --disable-shared; make; make install <====== ok<br><br>Roger@obelix /cygdrive/c/gdal/gdal-1.4.1<br>$ which gdalinfo<br>/usr/local/bin/gdalinfo <====== 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 "help", "copyright", "credits" or "license" for more information.
<br>>>> import gdal<br>Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br> File "/usr/lib/python2.5/site-packages/gdal.py", line 191, in <module>
<br> import _gdal<br>ImportError: No module named _gdal <======== Boom!<br>>>><br><br><br><br><div><span class="gmail_quote">On 4/13/07, <b class="gmail_sendername">Norman Vine</b> <<a href="mailto:nhv@cape.com">
nhv@cape.com</a>> 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>><br>> Norman,<br>><br>
> On Friday 13 April 2007 01:44, Norman Vine wrote:<br>> > Shouldn't have to change anything<br>> ><br>> > To check I just did a fresh Cygwin install and<br>> ><br>> > ./configure --with-libtool=no; make; make install
<br>> ><br>> > < might work with libtool I don't know I just can't stand the<br>> > glacially slow Cygwin compiles with libtool ><br>><br>> in order to avoid the double compile with libtool you may use
<br>> the '--disable-static' (tested on unix/linux) or<br>> '--disable-shared' (maybe on cygwin, but not tested) options.<br>><br>> this is not as fast as '--without-libtool', but much, much closer.
<br>><br>> if you test it on cygwin (i don't have a cygwin install at<br>> hand, currently), please report back how it goes.<br><br>Alessandro<br><br>Libtool's 'glacial pace' is due to the many levels of indirection
<br>that it forces.<br><br>Cygwin is not Linux. :-)<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>