Changes between Version 3 and Version 4 of BuildingWithMinGW


Ignore:
Timestamp:
Feb 20, 2008, 7:26:10 AM (16 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWithMinGW

    v3 v4  
    1 Get MinGW-5.1.3 exe, MSYS-1.0.10.exe, w32api-3.8.tar.gz, binutils-2.17.50-20060824-1.tar.gz and install them (this may not be a comprehensive list but start with MinGW and execute the install package and try to add gcc etc. - the tar packages you just unpack to c:\mingw). Then open MSYS prompt, go to the dir where you unpacked GDAL, and issue commands:
     1Get MinGW-5.1.3 exe, MSYS-1.0.10.exe, w32api-3.8.tar.gz, binutils-2.17.50-20060824-1.tar.gz and install them (this may not be a comprehensive list but start with MinGW and execute the install package and try to add gcc etc. - the tar packages you just unpack to c:\mingw). Then open MSYS prompt, go to the dir where you unpacked GDAL, and issue commands (but see below for configure switches):
    22
    33{{{
     
    1919'''expat:'''
    2020
    21 get libexpat.dll and create an import library with commands (in mingw\bin):
     21By default configure tries to add support for Expat. To enable it, use configure switch --with-expat=/c/mingw, get libexpat.dll and create an import library into /c/mingw/lib with commands (in mingw\bin):
    2222
    2323{{{
     
    3939}
    4040}}}
     41
     42'''tiff:'''
     43
     44If you have a development version of GTK+ installed, its (old) libtiff confuses configure. It is best to use --with-libtiff=internal
     45
     46'''PostgreSQL and PostGIS:'''
     47
     48I've successfully used
     49
     50--with-pg=/c/Progra~1/PostgreSQL/8.2/bin/pg_config