On Fri, Feb 15, 2013 at 9:58 AM, Ken Takata <[email protected]> wrote: > 2013/02/15 Fri 22:54:17 UTC+9 Steve Hall wrote: > >> Perhaps it was an earlier patch (my previous build was .801), but my >> build with Cygwin now is broken: [...] >> Make_cyg.mak:613: recipe for target `obj/blowfish.o' failed >> make: *** [obj/blowfish.o] Error 127 > > The default compiler for Make_cyg.mak was changed from 'gcc' to > 'i686-pc-mingw32-gcc' in 7.3.814. It is because the latest > cygwin-gcc (gcc-4) does not support -mno-cygwin option anymore. > > You may do one of the following: > > 1. Install mingw-gcc-g++ package. > i686-pc-mingw32-gcc (4.5.2) can be used.
This solved my build error, but now I have a dependency problem: The program can't start because libstdc++-6.dll is missing from your computer. Try reinstalling the program to fix this problem. I'm trying to build Vim binaries without library dependencies. Is it going to be possible with Cygwin's mingw-gcc-g++? Not sure why this was changed. > 2. Specify the old version of gcc explicitly. > E.g. > $ make -f Make_cyg.mak CC=gcc-3 I wonder how long this will be supported. Is it, too, going to break in the near future? -- Steve Hall [ digitect dancingpaper com ] -- -- 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.
