autoconf
[Top][All Lists]
Advanced

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

Re: Problems with GMP


From: Kevin Ryde
Subject: Re: Problems with GMP
Date: 27 Feb 2001 06:18:50 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Jorge Andres Devoto <address@hidden> writes:
>
> I am having some problems when I try to use autconf with the gmp
> library. I have the library installed
> in /usr/local/lib. For example I have /usr/local/lib/libgmp.a.
> 
> The problem is that if I have a configure.in with the lines
> 
> AC_CHECK_LIB(gmp, mpz_init, ,
>              [echo "** Cannot find gmp library **"])

In gmp 3 the library symbols are __gmpz_init and the like, you should
use that instead of just mpz_init.  The next gmp release will have
some notes on this.



reply via email to

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