Hi,

David Reiser <[EMAIL PROTECTED]> writes:

> ld: duplicate symbol ___gmpz_abs in
> .libs/libguile_gnutls_v_1_la-errors.o and
> .libs/libguile_gnutls_v_1_la-core.o

That's weird since `__gmpz_abs' is supposedly inline.

Can you try compiling something like:

  #include <gmp.h>

  void
  foo (mpz_t a, mpz_t b)
  {
    mpz_abs (a, b);
  }

And then run:

  $ nm -g the-file.o | grep mpz_abs

Thanks,
Ludovic.



_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to