bug-gmp
[Top][All Lists]
Advanced

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

Re: GMP


From: Kevin Ryde
Subject: Re: GMP
Date: Sun, 03 Mar 2002 06:41:45 +1000
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

Kendal Lacey <address@hidden> writes:
>
> Problem: Everytime I try to use "gmp_printf("%Zd\n",op1) I get a
> fatal error which indicates that it could not find gmp_printf(..)
> and it also returns a shared library error.

You're probably hitting a GMP 3 version of the libgmp shared library.
You can run "ldd myprog" to find out what it ends up using.  GMP 4.0.1
(which contains gmp_printf) should come out as libgmp.so.3.2.1 whereas
GMP 3.1.1 will be libgmp.so.3.1.1.

If you've got GMP 4 installed in a standard location then you might
just need to re-run "ldconfig", as root.  The gmp installation is
supposed to have done that already though.



reply via email to

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