bug-gmp
[Top][All Lists]
Advanced

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

Re: bugs report - gmp_sprintf(...) - plz help...


From: Kevin Ryde
Subject: Re: bugs report - gmp_sprintf(...) - plz help...
Date: Tue, 29 Jul 2003 08:43:38 +1000
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux)

"MoZeS Rotgizer" <address@hidden> writes:
>
> 1.cpp: In function `int main(...)':
> 1.cpp:9: implicit declaration of function `int gmp_sprintf(...)'

You're most likely hitting an old version of gmp.h.  If you run the
preprocessor separately with

        g++ -E 1.cpp

you should be able to see exactly what gmp.h it picks up, and whether
it has gmp_sprintf declared.

-- 
All followups to address@hidden please.




reply via email to

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