Changes between Version 2 and Version 3 of DevWikiWinMingW64_21
- Timestamp:
- 07/31/12 05:00:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64_21
v2 v3 45 45 }}} 46 46 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 49 47 50 48 == prefixed files == … … 74 72 Once done, type logout and the console should exit. 75 73 74 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 [http://www.gaia-gis.it/spatialite-3.0.0-BETA/mingw64_how_to.html#env] to bin of my msys. 75 76 76 == 3a. Installing Autoconf, Automake and Libtool == 77 Relaunch C:\mysy\msys.bat 78 79 {{{ 77 Relaunch C:\ming64\msys\msys.bat (or c:\ming32\msys\msys.bat) 78 79 I created a file with commands like this 80 and make sure this is included in all my compile scripts 81 82 {{{ 83 #if you are building for 32-bit change ming64 to ming32 80 84 export PROJECTS=/c/ming64/projects 81 85 }}}