[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gmp] (no subject)
From: |
Kevin Ryde |
Subject: |
Re: [Bug-gmp] (no subject) |
Date: |
25 Aug 2000 08:28:59 +1000 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 |
Troy Kessler <address@hidden> writes:
>
> I have a question about the gmp libraries. I am using them on my amd k62
> pc. When I use them in unix, I get a warning for mpz_out_str and in cygwin
> I get a error. Both messages are implicit definition. I like out_str
> because it is easier to print mpz's than using get_str.
Perhaps you need to #include <stdio.h> somewhere before gmp.h, see the
node "I/O of Integers" in the manual. If that's not the problem
you'll need to provide more information, see "Reporting Bugs".