Date: Mon, 21 Aug 1995 11:04:42 +0300 (IDT) From: Eli Zaretskii To: Andreas Busse Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Again: make-3.71 and WfW 3.11 On Sun, 20 Aug 1995, Andreas Busse wrote: > perhaps some of you can remember my problem with DJGPP 1.12's > make-3.71 running under WfW 3.11 in a dos box. I installed > DJGPP on a 386DX40 with *no* FPU and 5 Megs Ram (yeah, I know > that this isn't state of the art :-)). Make works fine under > DOS but immediately crashes when run in a Windows dox box. Did you put ``emu c:/..whatever../emu387'' into your GO32 environment variable? This is documented in the DJGPP FAQ list: 11.1 Q: I don't have an 80387. How do I compile and run floating point programs? A: Add "emu c:\djgpp\bin\emu387" to the GO32 environment variable (see Section 5 above). This tells go32 to use the named file as an 80387 emulator. If you don't load this emulator, and you try to run floating point without a 387, you will get an error.