Date: Wed, 27 Sep 1995 09:01:47 +0200 (IST) From: Eli Zaretskii To: Todd Muhlfelder Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: emu387???? help... On Tue, 26 Sep 1995, Todd Muhlfelder wrote: > Changing this in my autoexec.bat: > > set GO32=emu c:\gcc\bin\emu387 to set GO32=emu c:/gcc/bin/emu387 > > did not work. Same error message. Did you try to do this: set 387=N (This is not required, strictly speaking, but if the code, which checks at the startup whether your machine has a 387, fails, then this setting will tell it to load the emulator unconditionally.) What version of DJGPP do you use?