RE: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Danny Smith
Angelo Graziosi wrote: Thanks for the links. Unfortunately, the package files that David Billinghurst references therein seem to have disappeared; does anyone know where they can currently be found? ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.1.tar.bz2

Re: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Brooks Moses
Danny Smith wrote: Thanks for the links. Unfortunately, the package files that David Billinghurst references therein seem to have disappeared; does anyone know where they can currently be found? ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.1.tar.bz2 http://www.mpfr.org/mpfr-current/mpfr-2.2.0.tar.bz2

RE: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Billinghurst, David \(CALCRTS\)
From: Brooks Moses Angelo Graziosi wrote: Tim Prince wrote: This is not such a new problem, but I have not been able to get a working pre-built version of gmp from the mirrors I normally use. It worked fine when I installed from the source on the same server, once I recognized that

Re: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Wynfield Henman
1. The newes gnu mp (gmp) sources are at: http://swox.com/gmp/ 2.) To built it as a dll with cygwin you must use the following conffigure options. ./configure --disable-static --enable-shared CPPFLAGS=-DDLL_EXPORT make make check # All tests passed