Date: Fri, 16 Jul 93 09:45:47 EDT From: DJ Delorie To: iclone!mjhostet AT cs DOT unm DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: How do I use emu387 only when necessary? > It seems that setting the "emu" field in the go32 environment > variable automatically disables the 80387 and uses the emulator > instead. Without it, I expect that the program will crash on a > non-387 equipped machine. One of the "future" projects for djgpp is to switch to a linked-in emulator instead of the go32-provided one. The linked-in version could install itself only when it doesn't detect a real 80387. This would also alleviate some of the code in go32. Currently, however, what you want to do is not possible. DJ