Mail Archives: djgpp/2001/12/16/03:10:10
On Fri, 14 Dec 2001, Derek wrote:
> > Do you have a file emu387.dxe in your `bin' subdirectory?
>
> The bin directory of DJGPP? Yes, but ah, this may be my problem. I am
> compiling on a more modern PC to run on my 386 laptop. All the above
> diagnostics were for the laptop. I should probably set 387=n on my compiling
> pc. This would fix it, right?
You should indeed set 387=n on the laptop, but you should also copy
emu387.dxe to the laptop and put it into the same directory where you
keep the program which needs floating-point computations. The
emulator code is loaded at run time, so it must be available on the
target machine.
- Raw text -