Date: Tue, 23 May 1995 16:06:48 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: smr AT cs DOT murdoch DOT edu DOT au Subject: Re: DJGPP installation problems Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > On Tue, 23 May 1995, Michael Phelps wrote: > > > >processor: AMD 386sx/sxl 20 > > Many of the tools require a math coprocessor (or an emulator, if you don't > > have a 486(DX), Pentium, or 387). You mention DJEMU112.ZIP as one of the > > files you unzipped; did you make sure to set it up in your AUTOEXEC.BAT > > or however it says in the docs for that file? My guess is that the > > "Unsupported INT" is a call to a non-existant FPU. My advice would be to spend > > a little more time getting the emulator set up and then see if your problem > > has been solved. > > > > ---Michael Phelps, MD > > I have acutally tried using the emulator -although the particular version > of the environment variables doesn't show it in my last post - and it > gives the same error: Forget about the 387 for the moment: it's NOT the cause of what you report. About the only DJGPP program I know which requires a co-processor is Sed. Neither GCC nor go32 doesn't need floating point. The first and the most important problem you should take care of is the lack of XMS memory which is reported by go32. Until then, no DJGPP program will ever run for you.