From: Luis Lavena Date: 2010-12-27T06:41:09+09:00 Subject: [ruby-core:33911] [Ruby 1.9-Bug#3889] Incorrectly detected i686-w64-mingw32 as x64-mingw Issue #3889 has been updated by Luis Lavena. Assigned to set to Usaku NAKAMURA Hello, The following patch resolves the x64-mingw64 issue described in previous comment: diff --git a/configure.in b/configure.in index 3a1999c..1093a92 100644 --- a/configure.in +++ b/configure.in @@ -39,9 +39,7 @@ AS_CASE(["$target_os"], [mingw*msvc], [ target_os="`echo ${target_os} | sed 's/msvc$//'`" ]) AS_CASE(["$target_cpu-$target_os"], [x86_64-mingw*], [ -# canonicalize as like mswin version. see win32/setup.mak. target_cpu=x64 -target_os="`echo ${target_os} | sed 's/32$/64/'`" ]) ]) I would like to ask Mr. Usaku NAKAMURA to review it as mswin64 != mingw64, so there is no reason for canonicalize it as VC builds. Of course, I might be missing something down the line, but will appreciate the feedback. Thank you. ---------------------------------------- http://redmine.ruby-lang.org/issues/show/3889 ---------------------------------------- http://redmine.ruby-lang.org