MPFR error

Jenn-Ching Luo luo@equation.com
Mon Apr 24 18:54:00 GMT 2006


GMP (4.2) and MPFR (2.2.0) were built without error. However, when trying to
build gfortran, I got the following. What may be the cause? Thank you.





       undefined reference to `___gmpfr_default_fp_bit_precision@INDNTPOFF'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2306 "configure"
#include "confdefs.h"
#include <gmp.h>
#include <mpfr.h>
int main() {
mpfr_t n; mpfr_init(n);
; return 0; }



More information about the Fortran mailing list