On 2015-02-18, Gary Johnson wrote: > On 2015-02-18, Gary Johnson wrote: > > I just pulled the latest version of the Vim source to my Windows 7 > > machine and attempted to build it for Windows using the same Cygwin > > command I've used successfully since December 22, 2014. (I don't > > have the version number, but it was probably 7.4.560.) The last > > time I used it was to build 7.4.617, which was also successful. > > Today, attempting to build 7.4.640, it failed. > > > > In /usr/local/src/vim-7.4/vim/src: > > > > $ make -B -f Make_cyg.mak OLE=yes STATIC_STDCPLUS=yes > > /usr/bin/make.exe: error while loading shared libraries: ?: cannot open > > shared object file: No such file or directory > > After some testing, this appears to be a problem with Cygwin or my > installation of it. A make of a simple test file fails with the > same message.
Solved! Somehow the Cygwin gcc-core package got uninstalled, and maybe the libltd7 package as well. I have no idea how that happened. Installing them both fixed the problem. Sorry for the noise. Regards, Gary -- -- 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/d/optout.
