home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / editmisc / emu387.zip / EMU387.DOC < prev    next >
Text File  |  1994-05-16  |  499b  |  12 lines

  1. Q: I don't have an 80387.  How do I compile floating point programs?
  2. A: Add "emu c:\djgpp\bin\emu387" to the GO32 environment variable
  3.    (see go32 section in readme).  This tells go32 to use the given file
  4.    as an 80387 emulator.  If you don't load this emulator, and you try
  5.    to run floating point without a 387, you will get an error.
  6.  
  7. NB. this is a cut-out section from DJGPP.FAQ.
  8.  
  9. Basically, put 'SET GO32=emu c:\emu387' into your AUTOEXEC.BAT and put
  10. the file 'emu387' into C:\
  11.  
  12.