Xref: news2.mv.net comp.os.msdos.djgpp:2491 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: GDB gives SIGFPE for program using 387 emulator Date: Sat, 06 Apr 1996 13:15:47 CST Organization: Rice University, Houston, Texas Lines: 6 Message-ID: <3166c2e3.sandmann@clio.rice.edu> References: <4jurpd$q0j AT newsbf02 DOT news DOT aol DOT com> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > How do I debug a program compiled with the 387 coprocessor emulator? With V1.x or printf statements. The FPU emulator and support code can't handle debugging. Since coprocessors are essentially free, I couldn't justify the hours needed to fix it. If someone has lots of free time, I'd be happy to give hints as to what's needed.