Changes between Version 65 and Version 66 of UsersWikiWinCompile


Ignore:
Timestamp:
Aug 3, 2009, 6:46:26 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v65 v66  
    202202and [http://lists.osgeo.org/pipermail/geos-devel/2009-June/004240.html] for details
    203203
     204If you are runnning 4.4.0 and you get complaints about link g++ you probably need to do this too:
     205
     206and changing library_names='libstdc++.dll.a'
     207
     208to
     209#library_names='libstdc++.dll.a'
     210
     211library_names='libstdc++.a'
     212
     213As alluded to here http://www.nabble.com/GCC-4.4.0-fails-with-GMP-td24191439.html
     214
    204215
    205216'''11. Compiling Proj'''[[BR]]