Changes between Version 2 and Version 3 of BuildingWithMinGW


Ignore:
Timestamp:
Jan 1, 2008, 11:15:56 PM (16 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWithMinGW

    v2 v3  
    99And you should have libgdal-1.dll in your c:\msys\1.0\local\bin and libgdal-1.dll.a in c:\msys\1.0\local\lib.
    1010
    11 expat:
     11'''linking:'''
     12
     13Edit libtool at line 6114 to sed out the MSYS-anchored absolute path and replace it by a relative path or possibly a Windows drive-based absolute path.
     14
     15or
     16
     17Edit GNUmakefile on lines 6-12 and replace $(GDAL_ROOT) with . (a dot).
     18
     19'''expat:'''
    1220
    1321get libexpat.dll and create an import library with commands (in mingw\bin):