Xref: news2.mv.net comp.os.msdos.djgpp:2261 Newsgroups: comp.os.msdos.djgpp Subject: Re: floating point error Message-ID: <4jd887$t24@newsbf02.news.aol.com> From: twinkieman AT aol DOT com (TwinkieMan) Date: 28 Mar 1996 00:31:51 -0500 Reply-To: twinkieman AT aol DOT com (TwinkieMan) Sender: root AT newsbf02 DOT news DOT aol DOT com Organization: America Online, Inc. (1-800-827-6364) NNTP-Posting-Host: newsbf02.mail.aol.com Lines: 6 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am using DJGCC v2.0 on a 386SX-20 (no math coprocessor) and cannot debug floating point programs using GDB without getting a floating point exception. I've tried linking with the emulator library (LIBEMU.A I believe), but that doesn't seem to help. I have the EMU387 environment variable pointing to the .DXE math coprocessor emulator file and have 387 set to "n". Any suggestions?