regressions?
Steve Kargl
sgk@troutmask.apl.washington.edu
Wed Oct 4 20:31:00 GMT 2006
On Wed, Oct 04, 2006 at 02:24:36PM -0600, Christopher D. Rickett wrote:
> i'm not sure which mpfr i have, and i'm not sure how to figure it out. i
> looked in mpfr.h and didn't see any version number, but it's latest
> copyright is 2002. i guess i'll update mpfr and try again. is this the
> only thing i need to update?
>
You have a pre-2.x.x version that was probably installed
with your gmp. Newer versions have version info in the
header file.
#ifndef __MPFR_H
#define __MPFR_H
/* Define MPFR version number */
#define MPFR_VERSION_MAJOR 2
#define MPFR_VERSION_MINOR 2
#define MPFR_VERSION_PATCHLEVEL 0
#define MPFR_VERSION_STRING "2.2.0"
--
Steve
More information about the Fortran
mailing list