Changes between Version 21 and Version 22 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 11, 2011, 11:41:21 PM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v21 v22  
    6363}}}
    6464
     65repeat same exercise for automake
     66
     67For libtool -- GOT STUCK HERE/
     68{{{
     69cd /c/projects
     70tar -xvf libtool-2.2.10.tar.gz
     71cd libtool-2.2.10
     72./configure --host=i686-w64-mingw32 --build=i686-w64-mingw32  (if you are building for 64-bit then use --host=x86_64-w64-mingw32)
     73make
     74
     75}}}
     76
     77