Re: 'long double' support on MacOS X and BSD platforms

2008-10-18 Thread Bruno Haible
Hello Nelson, > > Builds of m4-1.4.12 fail on Apple Mac OS X 10.x PowerPC systems > > with this error: > > > > gcc -std=gnu99 -I. -I../lib -I. -I. -I.. -I./.. -I../lib -I./../lib > > -I/usr/local/include -g -O2 > > -MT test-frexpl.o -MD -MP -MF .deps/test-frexpl.Tpo -c -o test-frexpl.o

abort() on Windows 2008 Server

2008-10-18 Thread Ramiro Polla
Hello, GNU m4 1.4.12 abort()s running on Windows 2008 Server. It doesn't go further than setting the signal handlers, so any call to m4.exe will fail. The problem does not occur with Windows XP. The build was made using MinGW gcc 4.2.4, mingw-runtime 3.15.1, w32api 3.12. The reason: The loop at s

Re: abort() on Windows 2008 Server

2008-10-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ramiro Polla on 10/18/2008 10:55 AM: Hello Ramiro, and thanks for the report. > Hello, > > GNU m4 1.4.12 abort()s running on Windows 2008 Server. It doesn't go > further than setting the signal handlers, so any call to m4.exe will > fai

Re: abort() on Windows 2008 Server

2008-10-18 Thread Bruno Haible
Hi Eric, Thanks for the forward. Ramiro Polla wrote: > > The loop at sigprocmask.c:197 tests signal() on all signals up to NSIG > > for SIG_ERR. On some version of Windows (I haven't checked which one, > > but it affects Windows 2008 Server), a new signal has been added. It > > is the SIGABRT_COM