X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: GMP without FFT? Date: Sat, 10 Apr 2004 10:08:24 +1000 Organization: HOME Message-ID: References: X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 18 NNTP-Posting-Host: 202.154.115.197 X-Trace: 1081555207 news.syd.swiftdsl.com.au 27648 202.154.115.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >The current GMP version has a "Critical bug in FFT multiply code" (see >http://www.swox.com/gmp/). My current source is the GMP binary from >http://www.delorie.com/pub/djgpp/current/v2gnu/ and its timestamp is before >the bug was discovered, so it likely has the bug. > >Does anyone know where I can get a GMP library compiled with the option >"--disable-fft"? Alternately, has anyone had experience in compiling GMP >with djgpp? I tried looking through some of the GMP source files under >delorie.com, but I'm completely lost, no idea where to start. A few options come to mind:- 1) The source for GMP is in the same directory so you could always fix it youself by making the relevant changes, 2) The other option is to read the "" and then grab the latest GMP source with the fix and port it. 3) Read the readme.* files and see if the programmer who did the port to DJGPP has an update. Andrew