Changes between Version 118 and Version 119 of DevWikiWinMingW64

Show
Ignore:
Timestamp:
03/12/12 09:04:28 (15 months ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v118 v119  
    1616'''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) 
    1717 
    18  * Extract your respective zip into a folder called C:\mingw_w64 or c:\mingw_w32 
     18 * Extract your respective zip into a folder called C:\ming64\mingw64 or c:\ming32\mingw_w32 
    1919 
    2020 
     
    3232}}} 
    3333 
    34 To your folder: C:\mingw\mingw64\x86_64-w64-mingw32\lib 
     34To your folder: C:\ming64\x86_64-w64-mingw32\lib 
    3535and then rename them adding a lib extensions so you have 
    3636{{{ 
     
    5454 
    5555When prompted type in  
    56 {{{C:/mingw_w64/mingw}}} or {{{C:/mingw_w32/mingw}}}  depending on which tool chain you chose 
     56{{{C:/ming64/mingw64}}} or {{{C:/ming32/mingw32}}}  depending on which tool chain you chose 
    5757Once done, type logout and the console should exit. 
    5858 
     
    9393./configure --host=x86_64-w64-mingw32 --disable-shared --prefix=/mingw 
    9494#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 
    9598make clean && make && make install 
    9699libtool --version