Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Kai Tietz
2013/7/31 Earnie Boyd : > On Wed, Jul 31, 2013 at 3:47 PM, Kai Tietz wrote: >> 2013/7/31 Baruch Burstein : >>> On Wed, Jul 31, 2013 at 9:49 PM, Kai Tietz wrote: 2013/7/31 Earnie Boyd : > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: >> >> As there never was, and won't

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Kai Tietz
2013/7/31 Earnie Boyd : > On Wed, Jul 31, 2013 at 3:47 PM, Kai Tietz wrote: >> 2013/7/31 Baruch Burstein : >>> On Wed, Jul 31, 2013 at 9:49 PM, Kai Tietz wrote: 2013/7/31 Earnie Boyd : > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: >> >> As there never was, and won't

Re: [Mingw-w64-public] vsnprintf / snprintf problem with GCC 4.7.2 and 4.7.3 (rubenvb and mingw-builds)

2013-07-31 Thread Dongsheng Song
.2 (packages): > i686-w64-mingw32-gcc-4.7.2-release-win32_rubenvb.7z > i686_64-w64-mingw32-mingw-w64-update-v2.0.7_rubenvb.7z > > mingw-builds 4.7.3 (packages): > x32-4.7.3-release-win32-sjlj-rev1.7z > > Definitely I'm missing something here, so will appreciate any hint and &

[Mingw-w64-public] vsnprintf / snprintf problem with GCC 4.7.2 and 4.7.3 (rubenvb and mingw-builds)

2013-07-31 Thread Luis Lavena
Hello folks, As maintainer of RubyInstaller (binary distribution of Ruby on Windows), we opted to use Ruben's mingw-w64 binary packages as compiler toolchain and also as part of our DevKit, to allow users install and compile extensions to the language. A few days ago, a user reported an interesti

[Mingw-w64-public] [Patch] Exclude MS C runtime from w32api mode

2013-07-31 Thread JonY
Hi, Cygwin should not be using the MS C runtime. Patch removes msvcr* msvcp60 and crtdll import library from w32api mode. Patch OK? Index: Makefile.am === --- Makefile.am (revision 5982) +++ Makefile.am (working copy) @@ -344,11 +344

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Earnie Boyd
On Wed, Jul 31, 2013 at 3:47 PM, Kai Tietz wrote: > 2013/7/31 Baruch Burstein : >> On Wed, Jul 31, 2013 at 9:49 PM, Kai Tietz wrote: >>> >>> 2013/7/31 Earnie Boyd : >>> > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: >>> >> >>> >> As there never was, and won't be in next future a target with

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Kai Tietz
2013/7/31 Baruch Burstein : > On Wed, Jul 31, 2013 at 10:47 PM, Kai Tietz wrote: >> >> 2013/7/31 Baruch Burstein : >> > On Wed, Jul 31, 2013 at 9:49 PM, Kai Tietz >> > wrote: >> >> >> >> 2013/7/31 Earnie Boyd : >> >> > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: >> >> >> >> >> >> As there n

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Baruch Burstein
On Wed, Jul 31, 2013 at 10:47 PM, Kai Tietz wrote: > 2013/7/31 Baruch Burstein : > > On Wed, Jul 31, 2013 at 9:49 PM, Kai Tietz > wrote: > >> > >> 2013/7/31 Earnie Boyd : > >> > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: > >> >> > >> >> As there never was, and won't be in next future a ta

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Kai Tietz
2013/7/31 Baruch Burstein : > On Wed, Jul 31, 2013 at 9:49 PM, Kai Tietz wrote: >> >> 2013/7/31 Earnie Boyd : >> > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: >> >> >> >> As there never was, and won't be in next future a target with ending >> >> ...mingw64 in triplet. >> >> >> > >> > That st

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Baruch Burstein
On Wed, Jul 31, 2013 at 9:49 PM, Kai Tietz wrote: > 2013/7/31 Earnie Boyd : > > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: > >> > >> As there never was, and won't be in next future a target with ending > >> ...mingw64 in triplet. > >> > > > > That statement maybe here but not at MinGW.org.

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Kai Tietz
2013/7/31 Earnie Boyd : > On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: >> >> As there never was, and won't be in next future a target with ending >> ...mingw64 in triplet. >> > > That statement maybe here but not at MinGW.org. The x86_64-pc-mingw64 > triplet is contained in the config master

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Earnie Boyd
On Wed, Jul 31, 2013 at 8:21 AM, Kai Tietz wrote: > > As there never was, and won't be in next future a target with ending > ...mingw64 in triplet. > That statement maybe here but not at MinGW.org. The x86_64-pc-mingw64 triplet is contained in the config master repository. -- Earnie -- https://

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Baruch Burstein
Shouldn't it be updated to change x86_64-*pc*-mingw* to x86_64-*w64*-mingw*? On Wed, Jul 31, 2013 at 3:39 PM, JonY wrote: > On 7/31/2013 19:56, Earnie Boyd wrote: > > On Wed, Jul 31, 2013 at 5:52 AM, JonY wrote: > >> On 7/31/2013 17:21, Baruch Burstein wrote: > >>> The latest version of config.g

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread JonY
On 7/31/2013 19:56, Earnie Boyd wrote: > On Wed, Jul 31, 2013 at 5:52 AM, JonY wrote: >> On 7/31/2013 17:21, Baruch Burstein wrote: >>> The latest version of config.guess, when run on MSYS2 64bit (posted >>> elsewhere on this list) with ruben's 64bit native compilers reports: >>> x86_64-pc-mingw32

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Kai Tietz
2013/7/31 Earnie Boyd : > On Wed, Jul 31, 2013 at 5:52 AM, JonY wrote: >> On 7/31/2013 17:21, Baruch Burstein wrote: >>> The latest version of config.guess, when run on MSYS2 64bit (posted >>> elsewhere on this list) with ruben's 64bit native compilers reports: >>> x86_64-pc-mingw32 >>> >>> I recal

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread Earnie Boyd
On Wed, Jul 31, 2013 at 5:52 AM, JonY wrote: > On 7/31/2013 17:21, Baruch Burstein wrote: >> The latest version of config.guess, when run on MSYS2 64bit (posted >> elsewhere on this list) with ruben's 64bit native compilers reports: >> x86_64-pc-mingw32 >> >> I recall somewhere that the correct tri

Re: [Mingw-w64-public] config.guess

2013-07-31 Thread JonY
On 7/31/2013 17:21, Baruch Burstein wrote: > The latest version of config.guess, when run on MSYS2 64bit (posted > elsewhere on this list) with ruben's 64bit native compilers reports: > x86_64-pc-mingw32 > > I recall somewhere that the correct triplet should be: > x86_64-w64-mingw32 > > The relev

[Mingw-w64-public] config.guess

2013-07-31 Thread Baruch Burstein
The latest version of config.guess, when run on MSYS2 64bit (posted elsewhere on this list) with ruben's 64bit native compilers reports: x86_64-pc-mingw32 I recall somewhere that the correct triplet should be: x86_64-w64-mingw32 The relevant part of config.guess seems to be this: *:MINGW6