Hello,

I've been having some problems compiling vim with

  make -f Make_cyg.mak

using cygwin and vista.  In particular,

gobj/os_win32.o:os_win32.c:(.text+0x1f5): undefined reference to `_wcsicmp'
gobj/os_win32.o:os_win32.c:(.text+0x24f2): undefined reference to `__wmkdir'
gobj/os_win32.o:os_win32.c:(.text+0x3d10): undefined reference to `__wopen'
gobj/os_win32.o:os_win32.c:(.text+0x3da1): undefined reference to `__wfopen'
gobj/os_mswin.o:os_mswin.c:(.text+0x19da): undefined reference to `__wchdir'
gobj/os_mswin.o:os_mswin.c:(.text+0x1b13): undefined reference to `__wstat'
gobj/os_mswin.o:os_mswin.c:(.text+0x1ee4): undefined reference to `__wfullpath' gobj/os_mswin.o:os_mswin.c:(.text+0x201d): undefined reference to `__wfullpath' gobj/os_mswin.o:os_mswin.c:(.text+0x3f0e): undefined reference to `_IID_IPersistFile' gobj/if_cscope.o:if_cscope.c:(.text+0x26b5): undefined reference to `__open_osfhandle' gobj/if_cscope.o:if_cscope.c:(.text+0x26f9): undefined reference to `__open_osfhandle'

I tried searching for the libraries:  nm -A *.a */*.a */*/*.a | fgrep wmkdir

but was unable to find the library holding these functions. Help would be appreciated!

Regards,
Chip Campbell

--
You received this message from the "vim_use" 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

Reply via email to