bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FC2 configure: error: At least GNU MP 4.1 is required, see README


From: Rob Browning
Subject: Re: FC2 configure: error: At least GNU MP 4.1 is required, see README
Date: Wed, 15 Mar 2006 19:59:14 -0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Aubrey Jaffer <address@hidden> writes:

> Here it is:

What happens if you try to compile this program on your system

  #include <gmp.h>
  int
  main ()
  {
    mpz_import (0, 0, 0, 0, 0, 0, 0);
    return 0;
  }

using

  gcc -o foo -g -O2 foo.c -lgmp -lcrypt -lm -lltdl

or just

  gcc -o foo -g -O2 foo.c -lgmp -lm

Does the compilation fail (with the same error in the config.log)?

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]