From: "Kalum Somaratna aka Grendel" To: djgpp AT delorie DOT com Date: Sun, 31 Oct 1999 17:53:35 +0600 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: coprocessor error Cc: fineprint AT wr DOT com DOT au In-reply-to: <381BE252.E7128D47@wr.com.au> X-mailer: Pegasus Mail for Win32 (v3.12) Message-Id: <19991031115348.EC185639CC@zagnut.hotpop.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- 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 31 Oct 99, at 17:31, 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". > Can anyone tell me how to explain to the system that I don't have a > coprocessor? > Thanks. MickB. > > > Try "SET 387=NO" . You can add this to your autoexec.bat file and reboot. So that the 387 Environment variable will be set to NO and the DJGPP program will know that no FPU is installed. Please read Section 11 of the DJGPP FAQ as it contains information on running programs on machines without a co- processor and on the floating point emulator. Hope This Helps! Kalum.