X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 16 Dec 2001 10:05:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Derek cc: djgpp AT delorie DOT com Subject: Re: Does LWP need a coprocessor? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.