Cesar Romani wrote: > On 18/05/2010 03:43 a.m., Bram Moolenaar wrote: > > > > Cesar Romani wrote: > > > >> I got following error: > >> > >> -------------------- > >> gobjZ/ex_docmd.o:ex_docmd.c:(.text+0x1116c): undefined reference to > >> `blowfish_self_test' > >> gobjZ/fileio.o:fileio.c:(.text+0x704f): undefined reference to > >> `blowfish_self_test' > >> gobjZ/fileio.o:fileio.c:(.text+0x7f18): undefined reference to > `bf_key_init' > >> gobjZ/fileio.o:fileio.c:(.text+0x7f2b): undefined reference to > `bf_ofb_init' > >> gobjZ/fileio.o:fileio.c:(.text+0xc1f9): undefined reference to > `sha2_seed' > >> gobjZ/fileio.o:fileio.c:(.text+0xc207): undefined reference to > `bf_ofb_init' > >> gobjZ/fileio.o:fileio.c:(.text+0xc216): undefined reference to > `bf_key_init' > >> gobjZ/main.o:main.c:(.text+0x3e21): undefined reference to > >> `blowfish_self_test' > >> gobjZ/misc2.o:misc2.c:(.text+0x2ce3): undefined reference to > `bf_ofb_update' > >> gobjZ/misc2.o:misc2.c:(.text+0x2bbe): undefined reference to > `bf_ranbyte' > >> gobjZ/misc2.o:misc2.c:(.text+0x2bf5): undefined reference to > `bf_ofb_update' > >> gobjZ/option.o:option.c:(.text+0x54ac): undefined reference to > >> `blowfish_self_test' > >> collect2: ld returned 1 exit status > >> make: *** [gvim.exe] Error 1 > >> -------------------- > >> > >> Many thanks in advance > > > > I suspect the blowfish.c and sha256.c files are missing from the > > Makefile. Which Makefile were you using? > > > > I'm using Make_ming.mak and it also misses from Make_cyg.mak
And a few others, some were only partly adjusted by the patch. I'll go through all of them. -- hundred-and-one symptoms of being an internet addict: 63. You start using smileys in your snail mail. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
