Xref: news2.mv.net comp.os.msdos.djgpp:2418 From: twinkieman AT aol DOT com (TwinkieMan) Newsgroups: comp.os.msdos.djgpp Subject: GDB gives SIGFPE for program using 387 emulator Date: 3 Apr 1996 16:49:33 -0500 Organization: America Online, Inc. (1-800-827-6364) Lines: 5 Sender: root AT newsbf02 DOT news DOT aol DOT com Message-ID: <4jurpd$q0j@newsbf02.news.aol.com> Reply-To: twinkieman AT aol DOT com (TwinkieMan) NNTP-Posting-Host: newsbf02.mail.aol.com 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? I have the environment variables 387 and EMU387 set to "N" and "emu387.dxe", respectively. I've tried compiling the program with the LIBEMU.A (gcc -o prog prog.c -lemu -lm) and I still get the SIGFPE error. Any suggestions, short of buying a coprocessor? Thanks in advance!