Date: Tue, 26 Sep 1995 11:54:17 -0400 (EDT) From: Todd Muhlfelder To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: EMU387????? Help... I do not have a math co-processor. Recently I compiled a program (maybe you wanna see the program [http://www.rdrop.com/~shavelk... follow the "source" link on page 2 or 3!]). I got no error messages while compiling the program, but when I ran the EXE, I got this half-a-screen error message about 80387 not present and then all theses different addresses and codes. I did the natural thing and I downloaded WMEMU387.ZIP from oak.oakland.edu and I unzipped it. There were three files: a readme file, emu387, and some source to the emulator. I moved the file emu387 to the directory c:\gcc\bin and I added this to my autoexec.bat: set GO32=emu c:\gcc\bin\emu387 and I rebooted my computer for the change to take affect. I then RE-compiled the program and ran it only to get the same error message. WHat am I doing wrong??????? twm AT escape DOT com