From: Charles Sandmann Subject: Re: DJGPP & MATH To: BILLM AT vaxc DOT cc DOT monash DOT edu DOT au (Bill Metzenthen) Date: Tue, 15 Nov 1994 11:17:56 -0600 (CST) Cc: UCKO AT VAX1 DOT ROCKHURST DOT EDU, djgpp AT sun DOT soe DOT clarkson DOT edu > In my opinion, the lack of support for signals is a serious > deficiency of djgpp. Signals are supported in V2.0, although all of them don't work yet :-( SIGFPE works for integer divide by zero, but dealing with the hardware interrupt for exceptions under DPMI isn't completed. I have to steal some of my code from GO32's dpmi.asm to make this work.