home *** CD-ROM | disk | FTP | other *** search
- Q: I don't have an 80387. How do I compile floating point programs?
- A: Add "emu c:\djgpp\bin\emu387" to the GO32 environment variable
- (see go32 section in readme). This tells go32 to use the given 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.
-
- NB. this is a cut-out section from DJGPP.FAQ.
-
- Basically, put 'SET GO32=emu c:\emu387' into your AUTOEXEC.BAT and put
- the file 'emu387' into C:\
-
-