Date: Sun, 31 Oct 1999 15:35:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kalum Somaratna aka Grendel cc: djgpp AT delorie DOT com, fineprint AT wr DOT com DOT au Subject: Re: coprocessor error In-Reply-To: <19991031115348.EC185639CC@zagnut.hotpop.com> 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, Kalum Somaratna aka Grendel wrote: > 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" I don't think this is needed in this case, since the program already knows there's no 387: that's why it complains, see above.