Top "Gmp" questions

The GNU Multiple-Precision Library (GMP) is a mature, free library for arbitrary-precision arithmetic with support for big signed integers, rational numbers, and floating point numbers.

How to install GCC piece by piece with GMP, MPFR, MPC, ELF, without shared libraries?

How do I install GCC (the GNU Compiler Collection) piece by piece, using the current version, using the correct versions …

gcc elf gmp mpfr mpc
Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+

I downloaded GCC 4.5 from http://www.netgull.com/gcc/releases/gcc-4.5.0/ but when I try to setup / build I am …

gcc gmp mpfr mpc
What does it mean double free detected in tcache 2 while using mpz?

I use this program to store a mpz value but when I add a 0 ( 400000000000000000000000000000000000000 instead of 40000000000000000000000000000000000000 -> 38 0s instead …

c++ memory rsa gmp alloc
How to add a path to LDFLAGS

I'm trying to set up a library called PBC (Pairing-based cryptography). And this library requires another library called GMP -(…

gnu gmp mingw32
c++ program using GMP library

I have installed GMP using the instruction on this website: http://www.cs.nyu.edu/exact/core/gmp/ Then I …

c++ gmp
GCC cant find GMP, MPFR and MPC libraries

I am trying to cross-compile GCC on Mac OS 10.5.7. I used this command to configure GCC after installing GMP, MPFR, …

configuration gcc makefile gmp mpfr
Adding Linker Flags in Xcode

(I'm not sure if "flag" is the word I'm looking for, but I'll explain it.) I am trying to compile …

c xcode gmp
Installing GCC 4.8.2 on Red Hat Enterprise linux 6.5

I am new to Red Hat Enterprise linux. I am facing issues while compiling gcc 4.8.2 on Red Hat Enterprise Linux 6.5 …

linux gcc gmp mpfr mpc
Building GMP library with Visual Studio?

Is there an easy way to build the GMP (GNU Multiple Precision Arithmetic Library, http://gmplib.org) under Windows, using …

c++ visual-studio-2005 build gmp mpfr
What are the best (portable) cross-platform arbitrary-precision math libraries?

I’m looking for a good arbitrary precision math library in C or C++. Could you please give me some …

c++ c biginteger bigdecimal gmp