Changes between Version 118 and Version 119 of DevWikiWinMingW64
- Timestamp:
- 03/12/12 09:04:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v118 v119 16 16 '''mingw-w32-1.0-bin_i686-mingw_''' (for my purposes I used mingw-w32-1.0-bin_i686-mingw_20110408.zip) and for native 64-bit (currently using mingw-w64-1.0-bin_i686-mingw_20110516) 17 17 18 * Extract your respective zip into a folder called C:\ming w_w64 or c:\mingw_w3218 * Extract your respective zip into a folder called C:\ming64\mingw64 or c:\ming32\mingw_w32 19 19 20 20 … … 32 32 }}} 33 33 34 To your folder: C:\ming w\mingw64\x86_64-w64-mingw32\lib34 To your folder: C:\ming64\x86_64-w64-mingw32\lib 35 35 and then rename them adding a lib extensions so you have 36 36 {{{ … … 54 54 55 55 When prompted type in 56 {{{C:/ming w_w64/mingw}}} or {{{C:/mingw_w32/mingw}}} depending on which tool chain you chose56 {{{C:/ming64/mingw64}}} or {{{C:/ming32/mingw32}}} depending on which tool chain you chose 57 57 Once done, type logout and the console should exit. 58 58 … … 93 93 ./configure --host=x86_64-w64-mingw32 --disable-shared --prefix=/mingw 94 94 #if you are building on 32-bit then use --host=i686-w64-mingw32 for the host 95 #if you get a message that gcc is not usable, then you probably set your 96 # mingw setting wrong or did not install automake/autotools in /mingw 97 #try to fix by rerunning the sh /postinstall/pi.sh again 95 98 make clean && make && make install 96 99 libtool --version