Aubrey Jaffer <[EMAIL PROTECTED]> 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 via email to