I used to build 32 bit Vim with perl support using mingw regularly, but stopped 
when I got 64 bit Windows 7 since my attempts at building a 64 bit version 
failed.  Some hours ago, I got the latest vim sources using mercurial, and 
succeeded at building gvim and vim with support for 64 bit perl.  The MinGW64 I 
used was:
  
      x86_64-w64-mingw32-gcc-4.6.3-2-release-win64_rubenvb.7z
      x86_64-w64-mingw32-mingw-w64-update-trunk-20130115_rubenvb.7z

and the commands were:

   c:\opt\mingw64\bin\mingw32-make.exe
        -f Make_ming.mak
        CPU=IA64
        ARCH=x86-64
        FEATURES=HUGE
        DEBUG=no
        GUI=no
        OLE=no
        STATIC_STDCPLUS=yes
        PERL=C:/opt/perl64
        PERL_VER=516
        CC="c:/opt/mingw64/bin/x86_64-w64-mingw32-gcc.exe"

and a similar one with both GUI and OLE set to yes.

Thanks for the tools,

--Suresh









------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to