Package gcc-2.95 build-depends on libgmp3-dev

2004-10-11 Thread Steve M. Robbins
Hello again, The previous email left out a couple of things. First, MPFR is for multiple precision floating point computations. You can check whether your package uses it by grepping for the two header files, mpfr.h and mpf2mpfr.h. For example grep -r mpfr.h TOP_OF_YOUR_SOURCE_TREE Sec

Package gcc-2.95 build-depends on libgmp3-dev

2004-10-11 Thread Steve M. Robbins
Hello, The Debian packaging of GNU MP has, since version 4.1.2-2 (4 Apr 2003) been built with --enable-mpfr. It turns out that MPFR has subsequently been split off into its own project and has released several versions later than that included in GMP. Paul Zimmermann, one of the developers of