Changes between Version 100 and Version 101 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 5, 2012, 7:13:29 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v100 v101  
    1919 * Add c:\mingw_w64\bin (or c:\mingw_w32\bin) to your windows environment path variable in System Control Panel Advanced Settings -- PATH
    2020
     21
     22Geos fails to link if it picks up 32-bit dlls so to overcome this, I copied over the dlls from windows/sytem32 and renamed them as
     23described in
     24#linking errors seems to be caused by as described here [http://www.gaia-gis.it/spatialite-3.0.0-BETA/mingw64_how_to.html#env]
     25mingw64 is picking up the 32-bit dlls from syswow64 instead of the 64-bit dlss from windows/system32
     26I may have over-copied, but to remedy before evening starting configure
     27with windows explorer copy the files from windows/system32
     28
     29{{{
     30ws2_32.dll, kernel32.dll, advapi32.dll, mscvrt.dll, user32.dll
     31}}}
     32
     33To your folder: C:\mingw\mingw64\x86_64-w64-mingw32\lib
     34and then rename them adding a lib extensions so you have
     35{{{
     36libws2_32.dll, libkernel32.dll, libadvapi32.dll, libmscvrt.dll, libuser32.dll
     37}}}
    2138
    2239== 2. Installing Msys ==