Hi Steve,
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:
>
> mkdir -p obj i686-pc-mingw32-gcc -c -O3 -fomit-frame-pointer
> -freg-struct-return -fno-strength-reduce -DWIN32 -DHAVE_PATHDEF
> -DFEAT_H UGE -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -DFEAT_PERL
> -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl58.dll\" -DFEAT_PYTHON -D
> DYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_RUBY
> -DDYNAMIC_RUBY -DDYNAMIC_RUBY_DLL=\"msvcrt-ruby191.dll\ "
> -DDYNAMIC_RUBY_VER=191 -DFEAT_LUA -DDYNAMIC_LUA
> -DDYNAMIC_LUA_DLL=\"lua51.dll\" -DDYNAMIC_GETTEXT -DDYNAMIC_ICONV -DFE
> AT_MBYTE -DFEAT_MBYTE_IME -DDYNAMIC_IME -DFEAT_CSCOPE -DFEAT_OLE
> -march=i386 -Iproto -I/cygdrive/c/strawberry/perl/lib/C ORE
> -I/cygdrive/c/Ruby193/lib/ruby/1.9.1/i386-mingw32
> -I/cygdrive/c/Ruby193/include/ruby-1.9.1 -I/cygdrive/c/Ruby193/inc
> lude/ruby-1.9.1/i386-mingw32 -I/cygdrive/c/PROGRA~2/Lua/5.1/include -s
> -mno-cygwin blowfish.c -o obj/blowfish.o /bin/sh: i686-pc-mingw32-gcc:
> command not found
> 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.
2. Specify the old version of gcc explicitly.
E.g.
$ make -f Make_cyg.mak CC=gcc-3
Regards,
Ken Takata
--
--
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.