Hi, 2013/05/12 Sun 8:28:51 UTC+9 skeept wrote: > I am trying to build windows binary using cygwin. The command line and the > error I get is bellow. > > make -f Make_cyg.mak SHELL=bash CC=i686-pc-cygwin-gcc CXX=i686-pc-cygwin-g++ > RC=windres ARCH=i686 CROSS_COMPILE=x86_64-w64-mingw32- USEDLL=no > PYTHON=/cygdrive/c/Python27 PYTHON_VER=27 DYNAMIC_PYTHON=yes > PERL=/cygdrive/c/htemp/Perl PERL_VER=516 DYNAMIC_PERL=yes GUI=yes gvim.exe
If you want to build a Win32 binary, use i686-pc-mingw32-gcc or i686-w64-mingw-gcc, not i686-pc-cygwin-gcc. i686-pc-cygwin-gcc is a compiler for building cygwin binary. Thanks, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
