Date: Wed, 22 May 1996 10:49:40 +0200 (IST) From: Eli Zaretskii To: Martynas Kunigelis Cc: DJGPP mailing list Subject: Re: 'make' problem In-Reply-To: <199605220647.CAA08925@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 22 May 1996, Martynas Kunigelis wrote: > maker.exe, the latter is a pure real mode program. I think I can recall > it working with Beta 3 (the DPMI version surely didn't). However, it does > not now, giving a floating point exception. I'll examine the stack trace > and post the details if you care. Again, the utility is a real mode program. OK, if that's a real-mode program, then maybe it puts the FPU into a state that somehow conflicts with DJGPP. Try using `_control87' to investigate.