Changes between Version 36 and Version 37 of DevWikiWinMingW64
- Timestamp:
- 04/13/11 14:49:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v36 v37 91 91 //using ::vswprintf; 92 92 }}} 93 94 -- If you get errors about g++ and libstdc++ moved try this 95 If you are runnning gcc 4.4.0+ and you get complaints about link g++ you probably need to do this too. Changing 96 file: mingw*\i686-w64-mingw32\lib32\libstdc++.la 97 98 {{{ 99 100 library_names='libstdc++.dll.a' 101 }}} 102 103 104 to 105 106 {{{ 107 #library_names='libstdc++.dll.a' 108 library_names='libstdc++.a' 109 }}} 110 93 111 #this currently fails at linker phase with a whole bunch of 94 112