Changes between Version 131 and Version 132 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 1, 2012, 9:56:23 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v131 v132  
    180180tar xjf geos-3.3.3.tar.bz2
    181181cd 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.log
     182./configure --host=x86_64-w64-mingw32 --prefix=/c/projects/geos/rel-3.3.3w64 | tee /c/geos_configure_3.3.log
    183183make
    184184make install
     
    186186To strip all the debug info weight from the libgeos DLL files, run
    187187{{{
    188 strip /c/projects/bin/geos/rel-3.3.3/*.dll
     188strip /c/projects/bin/geos/rel-3.3.3w64/*.dll
    189189}}}
    190190
     
    391391CPPFLAGS="-I${PROJECTS}/pgx64/pg${PG_VER}/include -I${PROJECTS}/gettextrel-gettext-0.18.1/include -I${PROJECTS}/rel-libiconv-1.13.1w64/include" \
    392392LDFLAGS="-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  \
    394394  --with-xml2config=${PROJECTS}/libxml/rel-libxml2-2.7.8w64/bin/xml2-config \
    395395  --with-pgconfig=${PROJECTS}/pgx64/pg${PG_VER}/bin/pg_config \