Date: Wed, 13 Nov 1996 09:26:30 +0200 (IST) From: Eli Zaretskii To: EJ Cc: djgpp AT delorie DOT com Subject: Re: Floating-point errors In-Reply-To: <56bgcj$4oo@news2.alpha.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 13 Nov 1996, EJ wrote: > I just got djgpp and I've been compiling some simple code from a basic > C++ course i recently took. It compiles fine, but when i run it I > always get floating point errors whenever I'm doing somthing w/ #'s. Does your computer have an FPU? If not, you should install the FP emulator (see the DJGPP FAQ, v2/faq202b.zip from the same place you get DJGPP, for details). If the above doesn't help, please post the source of a shortest program you can craft that exhibits these problems. In any case, post the exact error message(s) you get when running the program.