Changes between Version 65 and Version 66 of UsersWikiWinCompile
- Timestamp:
- 08/03/09 06:46:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v65 v66 202 202 and [http://lists.osgeo.org/pipermail/geos-devel/2009-June/004240.html] for details 203 203 204 If you are runnning 4.4.0 and you get complaints about link g++ you probably need to do this too: 205 206 and changing library_names='libstdc++.dll.a' 207 208 to 209 #library_names='libstdc++.dll.a' 210 211 library_names='libstdc++.a' 212 213 As alluded to here http://www.nabble.com/GCC-4.4.0-fails-with-GMP-td24191439.html 214 204 215 205 216 '''11. Compiling Proj'''[[BR]]