From: hsbt@... Date: 2017-06-03T05:08:05+00:00 Subject: [ruby-core:81553] [Ruby trunk Bug#13619][Rejected] Unable to configure on Cygwin i686 environment Issue #13619 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Rejected It's my mistake. I forgot to install `make` package of i686 environment. `configure` detected msys `make. It's caused by this issue. After installing cygwin-i686 make, I'm done to build with cygwin i686. Thanks nobu for your advice. ---------------------------------------- Bug #13619: Unable to configure on Cygwin i686 environment https://bugs.ruby-lang.org/issues/13619#change-65256 * Author: hsbt (Hiroshi SHIBATA) * Status: Rejected * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: 2.5 * ruby -v: * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- When I invoke `configure` with cygwin i686 environment, I got following error: ``` config.status: creating Makefile /usr/bin/sed: -e expression #1, char 18: unterminated `s' command make: *** No rule to make target 'info-program'. Stop. ``` But I could not reproduce this with cygwin x86_64 environment. Anyone do finish `configure` with cygwin i686? ---Files-------------------------------- configure.log (1.59 MB) stdout.log (25.2 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>