Date: Tue, 15 Jun 1999 09:47:07 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Floating point..... I think.... In-Reply-To: <01beb63f$a8e494a0$fc4484ce@sub> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 14 Jun 1999, 0/0 wrote: > I'm playing around with FFTs, and I notice my DFT and FFT functions become > less acurate when I compile for DJGPP then they do when I compile with > watcom and Visual C++... Did you link with "-lm" in the end of the command line? Did you #include ?