On Thursday, November 15, 2012 2:42:32 AM UTC-5, Heptite wrote: > gcc-3 -O3 -fomit-frame-pointer -freg-struct-return -fno-strength-reduce > -DWIN32 -DHAVE_PATHDEF -DFEAT_BIG -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 > -DFEAT_PERL -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl512.dll\" -DFEAT_PYTHON > -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_RUBY > -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"msvcrt-ruby191.dll\" > -DDYNAMIC_RUBY_VER=191 -DDYNAMIC_GETTEXT -DDYNAMIC_ICONV -DFEAT_MBYTE > -DFEAT_MBYTE_IME -DDYNAMIC_IME -DMSWINPS -DFEAT_CSCOPE -DFEAT_NETBEANS_INTG > -DFEAT_XPM_W32 -DFEAT_GUI_W32 -DFEAT_CLIPBOARD -DFEAT_OLE -march=i386 -Iproto > -I/cygdrive/c/strawberry/perl/lib/CORE > -I/cygdrive/c/Ruby192/include/ruby-1.9.1 > -I/cygdrive/c/Ruby192/include/ruby-1.9.1/i386-mingw32 -s -mno-cygwin > -Ixpm/include -o gvim.exe gobj/blowfish.o gobj/buffer.o gobj/charset.o > gobj/diff.o gobj/digraph.o gobj/edit.o gobj/eval.o gobj/ex_cmds.o > gobj/ex_cmds2.o gobj/ex_docmd.o gobj/ex_eval.o gobj/ex_getln.o > gobj/fileio.o gobj/fold.o gobj/getchar.o gobj/hardcopy.o gobj/hashtab.o > gobj/main.o gobj/mark.o gobj/memfile.o gobj/memline.o gobj/menu.o > gobj/message.o gobj/misc1.o gobj/misc2.o gobj/move.o gobj/mbyte.o > gobj/normal.o gobj/ops.o gobj/option.o gobj/os_win32.o gobj/os_mswin.o > gobj/pathdef.o gobj/popupmnu.o gobj/quickfix.o gobj/regexp.o > gobj/screen.o gobj/search.o gobj/sha256.o gobj/spell.o gobj/syntax.o > gobj/tag.o gobj/term.o gobj/ui.o gobj/undo.o gobj/version.o gobj/vimrc.o > gobj/window.o gobj/if_perl.o gobj/if_python.o gobj/if_ruby.o > gobj/if_cscope.o gobj/netbeans.o gobj/xpm_w32.o gobj/gui.o gobj/gui_w32.o > gobj/gui_beval.o gobj/os_w32exe.o gobj/if_ole.o -L/lib/w32api > -L/usr/lib/mingw -L/usr/lib/w32api -I/usr/include/mingw -I/usr/include/w32api > -luuid -lole32 -lwsock32 -Lxpm/lib -Lxpm/x86/lib -lXpm -L/lib/w32api > -mwindows -lcomctl32 -lversion -loleaut32 -lstdc++ > > gobj/eval.o:eval.c:(.text+0x70b7): undefined reference to `_pow' > > collect2: ld returned 1 exit status > > Make_cyg.mak:534: recipe for target `gvim.exe' failed > > make: *** [gvim.exe] Error 1 > > > > -- > > Having a non-smoking section in a restaurant > > is like having a non-peeing section in a pool. > > Christian J. Robinson <[email protected]> http://christianrobinson.name/
I can't understand why it doesn't work. I can compile vim in cygwin in 32 bits, but don't know how to do it in 64 bits. I have to change the name of the compiler tough. See https://groups.google.com/d/msg/vim_use/80X4edvhEeo/u7oYDye-5oYJ for what I usually when compiling vim in cygwin. Regards, Jorge -- 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
