This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: #include <Integer.h> // valid for GNU g++ Integer.h: No such fileor directory


Brian Budge wrote:

Morten -

From what I can tell, you need to (1) download the files Integer.h and
Integer.cc, as well as the gnu multiple precision library (gmp).  With
the Integer.* files in your project, and linking gmp, your program
will likely work.

Brian


Thanks,
I did google


http://www.swox.com/gmp/


Welcome to the GMP web pages!
Here you can find information about the GNU Multiple Precision Arithmetic Library,
the fastest bignum library on the planet!




First time I only found something about long long int

http://gcc.gnu.org/onlinedocs/gcc-3.2.3/gcc/Long-Long.html#Long%20Long

It was unsuccesful.

The latest versions
of the compiler requires that the library

libg++.a // greek to me!

So I now have todo,

Where is the right place to discuss the gnu multiple precision library (gmp) please ?

also here ?




best regards


Morten Gulbrandsen







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]