Re: [Mingw-w64-public] FPU control word on startup

2014-11-25 Thread Dongsheng Song
On 2014-11-26 04:58, Kai Tietz wrote: 2014-11-25 21:49 GMT+01:00 Carl Kleffner : Hi Kai, you may take notice of some inconsistent behaviour. The master thread starts with extended precision. Newly created threads start with the MSVC standard double precision. https://bugs.debian.org/cgi-bin/bu

Re: [Mingw-w64-public] FPU control word on startup

2014-11-25 Thread Carl Kleffner
Him Rule thumb 1: A callee should not NEVER affect the FPU setting of the caller. If a different setting is necessary, it should be switched back before return. Is this the case for mingw-w64 DLLs? Rule thumb 2: If main is created by mingw-w64 the thread should inherit the setting from the caller

Re: [Mingw-w64-public] FPU control word on startup

2014-11-25 Thread Kai Tietz
2014-11-25 21:49 GMT+01:00 Carl Kleffner : > Hi Kai, > > you may take notice of some inconsistent behaviour. The master thread starts > with extended precision. Newly created threads start with the MSVC standard > double precision. > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761175 > > #i

Re: [Mingw-w64-public] FPU control word on startup

2014-11-25 Thread Carl Kleffner
Hi Kai, you may take notice of some inconsistent behaviour. The master thread starts with extended precision. Newly created threads start with the MSVC standard double precision. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761175 #include #include void *thread_fun(void *x_void_ptr) {

Re: [Mingw-w64-public] [Wt-interest] Building Wt with mingw-w64 -- prefer Mingw-builds or Win-builds?

2014-11-25 Thread K. Frank
Hi nixMan! On Tue, Nov 25, 2014 at 4:55 AM, niXman wrote: > K. Frank 2014-11-24 04:32: >> No, no proxy. I use a wireless router that provides local, internal >> ip addresses through dhcp, but is seen by the outside world as >> a single ip address (dynamically) assigned by my isp. > > Hmm... > >

Re: [Mingw-w64-public] i686-w64-mingw32-gcc-4.9 and -static-libgcc not working as advertise

2014-11-25 Thread josealf
Did you try adding just -static to the link command? -Original Message- From: Erik de Castro Lopo Date: Tue, 25 Nov 2014 01:47:05 To: Reply-To: mingw-w64-public@lists.sourceforge.net Subject: [Mingw-w64-public] i686-w64-mingw32-gcc-4.9 and -static-libgcc not working as advertise Hi a

[Mingw-w64-public] i686-w64-mingw32-gcc-4.9 and -static-libgcc not working as advertise

2014-11-25 Thread Erik de Castro Lopo
Hi all, I'm using i686-w64-mingw32-gcc-4.9 installed from the Debian unstable package (gcc-mingw-w64-i686 4.9.1-7+14.2) to build libsndfile. My aim is to get a libsndfile-1.dll which depends on nothing more than KERNEL32.dll, msvcrt.dll and USER32.dll. Unfortunately, it ends up depending on .. Af

Re: [Mingw-w64-public] [Wt-interest] Building Wt with mingw-w64 -- prefer Mingw-builds or Win-builds?

2014-11-25 Thread niXman
K. Frank 2014-11-24 04:32: > No, no proxy. I use a wireless router that provides local, internal > ip addresses through dhcp, but is seen by the outside world as > a single ip address (dynamically) assigned by my isp. Hmm... Please create the bug-ticket: http://sourceforge.net/p/mingw-w64/bugs/