From: duerst@... Date: 2015-12-19T00:12:05+00:00 Subject: [ruby-core:72371] [Ruby trunk - Bug #11837] ./miniruby.exe: No such file or directory Issue #11837 has been updated by Martin D��rst. Martin D��rst wrote: > 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. To others who hit this bug: It's of course possible to solve this by coping a miniruby.exe from another checkout if you are lucky enough to have one. (but the problem shouldn't happen in the first place) ---------------------------------------- Bug #11837: ./miniruby.exe: No such file or directory https://bugs.ruby-lang.org/issues/11837#change-55662 * Author: Martin D��rst * Status: Open * Priority: Normal * Assignee: Nobuyoshi Nakada * ruby -v: ruby 2.3.0dev (2015-12-17 trunk 53170) [x86_64-cygwin] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- 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 -- https://bugs.ruby-lang.org/