Changes between Version 102 and Version 103 of DevWikiWinMingW64
- Timestamp:
- 03/05/12 19:49:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v102 v103 24 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] 25 25 mingw64 is picking up the 32-bit dlls from syswow64 instead of the 64-bit dlss from windows/system32 26 I may have over-copied, but to remedy before evening starting configure 26 I only needed to copy ws2_32.dll for geos to compile without errors 27 Others may be needed not sure. 27 28 with windows explorer copy the files from windows/system32 28 29 29 30 {{{ 30 ws2_32.dll , kernel32.dll, advapi32.dll, mscvrt.dll, user32.dll31 ws2_32.dll 31 32 }}} 32 33 … … 34 35 and then rename them adding a lib extensions so you have 35 36 {{{ 36 libws2_32.dll, libkernel32.dll, libadvapi32.dll, libmscvrt.dll, libuser32.dll 37 libws2_32.dll 38 # don't think these ones are needed , libkernel32.dll, libadvapi32.dll, libmscvrt.dll, libuser32.dll 37 39 }}} 38 40