Changes between Version 140 and Version 141 of DevWikiWinMingW64
- Timestamp:
- 07/03/12 04:38:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v140 v141 81 81 Relaunch C:\mysy\msys.bat 82 82 83 {{{ 84 export PROJECTS=/c/ming64/projects 85 }}} 86 87 83 88 Verify which versions of these you have with 84 89 … … 96 101 97 102 {{{ 98 cd /c/projects 103 104 cd ${PROJECTS} 99 105 tar -xvf autoconf-2.65.tar.gz 100 106 cd autoconf-2.65 … … 107 113 108 114 For libtool 109 unzip tar -xvf libtool-2.4.10.tar.gz with 7zip into projects folder 110 {{{ 111 cd /c/projects 112 113 cd libtool-2.4 115 {{{ 116 cd ${PROJECTS} 117 tar -xvf libtool-2.4.10.tar.gz 118 119 cd libtool-2.4.10 114 120 ./configure --host=x86_64-w64-mingw32 --disable-shared --prefix=/mingw 115 121 #if you are building on 32-bit then use --host=i686-w64-mingw32 for the host … … 399 405 export PG_VER=91 400 406 export PGWINVER=${PG_VER}edb 407 export GEOS_VER=3.3.5 401 408 # had to override the paths since cunit was picking up 32-bit junk and crashing 402 409 export PATHOLD=".:/bin:/include:/mingw/bin:/mingw/include:/c/Windows/system32:/c/Windows:/c/ming64/mingw64/include" … … 417 424 --with-xml2config=${PROJECTS}/libxml/rel-libxml2-2.7.8w64/bin/xml2-config \ 418 425 --with-pgconfig=${PROJECTS}/pgx64/pg${PG_VER}/bin/pg_config \ 419 --with-geosconfig=${PROJECTS}/geos/rel-${GEOS VER}/bin/geos-config \426 --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}/bin/geos-config \ 420 427 --with-projdir=${PROJECTS}/proj/rel-4.7.0w64 \ 421 428 --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}/bin/gdal-config \