Bug #11837
closed./miniruby.exe: No such file or directory
Description
I get the error below when running autoconf; ./configure on a new checkout. It seems to be pretty clear that there will be no ./miniruby around at this point, so I'm not sure why it is necessary.
checking for prefix of external symbols... NONE
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for nroff... /usr/bin/nroff
.ext/include/x86_64-cygwin/ruby/config.h updated
configure: ruby library version = 2.3.0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
config.status: creating ruby-2.3.pc
compiling version.c
generating x86_64-cygwin-fake.rb
/bin/sh: line 1: ./miniruby.exe: No such file or directory
uncommon.mk:568: recipe for target 'x86_64-cygwin-fake.rb' failed
make: *** [x86_64-cygwin-fake.rb] Error 127