[Gdal-dev] Instructions for Cygwin compile of GDAL

Norman Vine nhv at cape.com
Thu Apr 12 19:44:08 EDT 2007


Roger André writes:
> 
> Can someone please tell me what file to edit, and what to 
> change/add to it, so that I can compile GDAL in Cygwin and 
> obtain Python support?  

Shouldn't have to change anything 

To check I just did a fresh Cygwin install and

./configure --with-libtool=no; make; make install

  < might work with libtool I don't know I just can't stand the 
    glacially slow Cygwin compiles with libtool >

This works for me

Make sure you use Python 2.4  or else you will need to compile
your own Numeric extension module

This was with the latest GDAL source tarball from gdal.org

Cheers

Norman





More information about the Gdal-dev mailing list