Changes between Version 140 and Version 141 of DevWikiWinMingW64


Ignore:
Timestamp:
Jul 3, 2012, 4:38:23 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v140 v141  
    8181Relaunch C:\mysy\msys.bat
    8282
     83{{{
     84export PROJECTS=/c/ming64/projects
     85}}}
     86
     87
    8388Verify which versions of these you have with
    8489
     
    96101
    97102{{{
    98 cd /c/projects
     103
     104cd ${PROJECTS}
    99105tar -xvf autoconf-2.65.tar.gz
    100106cd autoconf-2.65
     
    107113
    108114For 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{{{
     116cd ${PROJECTS}
     117tar -xvf libtool-2.4.10.tar.gz
     118
     119cd libtool-2.4.10
    114120./configure --host=x86_64-w64-mingw32 --disable-shared --prefix=/mingw
    115121#if you are building on 32-bit then use --host=i686-w64-mingw32 for the host
     
    399405export PG_VER=91
    400406export PGWINVER=${PG_VER}edb
     407export GEOS_VER=3.3.5
    401408# had to override the paths since cunit was picking up 32-bit junk and crashing
    402409export PATHOLD=".:/bin:/include:/mingw/bin:/mingw/include:/c/Windows/system32:/c/Windows:/c/ming64/mingw64/include"
     
    417424  --with-xml2config=${PROJECTS}/libxml/rel-libxml2-2.7.8w64/bin/xml2-config \
    418425  --with-pgconfig=${PROJECTS}/pgx64/pg${PG_VER}/bin/pg_config \
    419   --with-geosconfig=${PROJECTS}/geos/rel-${GEOSVER}/bin/geos-config \
     426  --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}/bin/geos-config \
    420427  --with-projdir=${PROJECTS}/proj/rel-4.7.0w64 \
    421428  --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}/bin/gdal-config \