unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Rob Browning <rlb@defaultvalue.org>
Cc: bug-guile@gnu.org, neil@ossau.uklinux.net
Subject: Re: FC2 configure: error: At least GNU MP 4.1 is required, see README
Date: Wed, 15 Mar 2006 19:59:14 -0800	[thread overview]
Message-ID: <87lkvbca5p.fsf@trouble.defaultvalue.org> (raw)
In-Reply-To: <20060316032005.150011B77C9@home.voluntocracy.org> (Aubrey Jaffer's message of "Wed, 15 Mar 2006 22:20:05 -0500 (EST)")

Aubrey Jaffer <agj@alum.mit.edu> 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


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


  reply	other threads:[~2006-03-16  3:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-14 15:59 FC2 configure: error: At least GNU MP 4.1 is required, see README Aubrey Jaffer
2006-03-14 19:56 ` Neil Jerram
2006-03-14 22:57   ` Aubrey Jaffer
2006-03-15 19:20     ` Neil Jerram
2006-03-16  3:20       ` Aubrey Jaffer
2006-03-16  3:59         ` Rob Browning [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-03-14 15:57 Aubrey Jaffer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lkvbca5p.fsf@trouble.defaultvalue.org \
    --to=rlb@defaultvalue.org \
    --cc=bug-guile@gnu.org \
    --cc=neil@ossau.uklinux.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).