Changes between Version 131 and Version 132 of DevWikiWinMingW64
- Timestamp:
- 04/01/12 21:56:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiWinMingW64
v131 v132 180 180 tar xjf geos-3.3.3.tar.bz2 181 181 cd geos-3.3.3 182 ./configure -- build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --prefix=/c/projects/geos/rel-3.3.3w64 | tee /c/geos_configure_3.3.log182 ./configure --host=x86_64-w64-mingw32 --prefix=/c/projects/geos/rel-3.3.3w64 | tee /c/geos_configure_3.3.log 183 183 make 184 184 make install … … 186 186 To strip all the debug info weight from the libgeos DLL files, run 187 187 {{{ 188 strip /c/projects/bin/geos/rel-3.3.3 /*.dll188 strip /c/projects/bin/geos/rel-3.3.3w64/*.dll 189 189 }}} 190 190 … … 391 391 CPPFLAGS="-I${PROJECTS}/pgx64/pg${PG_VER}/include -I${PROJECTS}/gettextrel-gettext-0.18.1/include -I${PROJECTS}/rel-libiconv-1.13.1w64/include" \ 392 392 LDFLAGS="-L${PROJECTS}/pgx64/pg${PG_VER}/lib -L${PROJECTS}/gdal/rel-${GDAL_VER}/lib -L${PROJECTS}/gettext/rel-gettext-0.18.1/lib -L${PROJECTS}/rel-libiconv-1.13.1w64/lib" ./configure \ 393 -- build=x86_64-w64-mingw32 \393 --host=x86_64-w64-mingw32 \ 394 394 --with-xml2config=${PROJECTS}/libxml/rel-libxml2-2.7.8w64/bin/xml2-config \ 395 395 --with-pgconfig=${PROJECTS}/pgx64/pg${PG_VER}/bin/pg_config \