Date: Sun, 31 Oct 1999 13:02:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Fine Print Books cc: djgpp AT delorie DOT com Subject: Re: coprocessor error In-Reply-To: <381BE252.E7128D47@wr.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 31 Oct 1999, Fine Print Books wrote: > I have been using djgpp successfully on a 486dx but when I try to run > it on a 486sx I get a runtime error - "coprocessor not available at > eip=00002eac". You need to install a floating-point emulator. djdev202.zip comes with emu387.dxe; make sure it is installed on your 486SX, and point the EMU387 environment variable to the full path of emu3876.dxe. Then it should work. > Can anyone tell me how to explain to the system that I don't have a > coprocessor? Your system already knows that it doesn't have a coprocessor. That's why it complains.