bug-gmp
[Top][All Lists]
Advanced

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

I found the bug


From: Piotr Jurgas
Subject: I found the bug
Date: Fri, 12 Nov 2004 13:15:10 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

I have to use a very old version of Red Hat. There is compiller gcc with library glibc (version 2.2). I have installed library GMP, and I tried to compile the program, which calls the function gmp_printf and I discovered that compiller don't know where to find the function gmp_printf

There is the source of my program

#include <stdio.h>
#include <gmp.h>

main()
{
   mpz_t a;
   mpz_init(a);
   gmp_printf("%Zd",a);
}

Is there any solution of this problem?

Have nice day
Piotr Jurgas





reply via email to

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