Re: [Mingw-w64-public] There is no mingw-w64 (GCC) 4.8 Linux x86_64 binary

2014-03-28 Thread hua andy
https://sourceforge.net/projects/libportable/files/Tools/ 2014-03-20 14:11 GMT+08:00 Liu, DongxingX : > Dear maintainers, > > I want to use mingw-w64 (GCC) 4.8 on Ubuntu 12.04/13.10 64-bit. But the > version we can install on Ubuntu 12.04/13.10 is mingw-w64 (GCC) 4.6.3. > And I also cannot find

Re: [Mingw-w64-public] [PATCH] Add secapi wrapper for strerror_s

2014-03-28 Thread Jacek Caban
On 03/28/14 15:39, Erik van Pienbroek wrote: > Hi, > > Attached patch fixes a compatibility issue with p11-kit and sigar on > Windows XP (missing strerror_s symbol). Okay to commit? > Looks good to me. Thanks, Jacek -- _

[Mingw-w64-public] [PATCH] Add secapi wrapper for strerror_s

2014-03-28 Thread Erik van Pienbroek
Hi, Attached patch fixes a compatibility issue with p11-kit and sigar on Windows XP (missing strerror_s symbol). Okay to commit? Regards, Erik van Pienbroek >From aa643f570cd1cb7c515af405fd844aab3c69ab45 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Fri, 28 Mar 2014 15:14:25 +0100 Su

Re: [Mingw-w64-public] Trouble with pow()

2014-03-28 Thread Roland Schwingel
Hi... Whenever possible I investigated pow() more the last days. I calculated billions of pow() values on windows/linux/mac and compared them. First one my main test code. I did let it run in variety of numeric ranges. // powtest2.c // gcc -O3 -fno-builtin powtest2.c -o powtest (-lm) #include #