Changes between Version 2 and Version 3 of DevWikiWinMingW64_21


Ignore:
Timestamp:
Jul 31, 2012, 5:00:25 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64_21

    v2 v3  
    4545}}}
    4646
    47 GEOS also gives missing vtable message during link.  I think this was caused by msys missing find.exe, so I copied the find.exe from regular msys packaged as instructed in the above link to bin of my msys.
    48 
    4947
    5048== prefixed files ==
     
    7472Once done, type logout and the console should exit.
    7573
     74GEOS also gives missing vtable message during link.  I think this was caused by msys missing find.exe, so I copied the find.exe from regular msys packaged as instructed in the [http://www.gaia-gis.it/spatialite-3.0.0-BETA/mingw64_how_to.html#env] to bin of my msys.
     75
    7676== 3a. Installing Autoconf, Automake and Libtool ==
    77 Relaunch C:\mysy\msys.bat
    78 
    79 {{{
     77Relaunch C:\ming64\msys\msys.bat (or c:\ming32\msys\msys.bat)
     78
     79I created a file with commands like this
     80and make sure this is included in all my compile scripts
     81
     82{{{
     83#if you are building for 32-bit change ming64 to ming32
    8084export PROJECTS=/c/ming64/projects
    8185}}}