Changes between Version 36 and Version 37 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 13, 2011, 2:49:31 PM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v36 v37  
    9191  //using ::vswprintf;
    9292}}}
     93
     94-- If you get errors about g++ and libstdc++ moved try this
     95If you are runnning gcc 4.4.0+ and you get complaints about link g++ you probably need to do this too. Changing
     96file: mingw*\i686-w64-mingw32\lib32\libstdc++.la
     97
     98{{{
     99
     100library_names='libstdc++.dll.a'
     101}}}
     102
     103
     104to
     105
     106{{{
     107#library_names='libstdc++.dll.a'
     108library_names='libstdc++.a'
     109}}}
     110
    93111#this currently fails at linker phase with a whole bunch of
    94112