you need to install
libgmp3-dev
depends on your linux
yum install libgmp3-dev
apt-get install libgmp3-dev
Related Contents:
- makefile:4: *** missing separator. Stop
- DESTDIR and PREFIX of make
- How do I make a simple makefile for gcc on Linux?
- make: Nothing to be done for `all’
- How to pass macro definition from “make” command line arguments (-D) to C source code?
- How can I create a Makefile for C projects with SRC, OBJ, and BIN subdirectories?
- Makefile to compile multiple C programs?
- How do I make Makefile to recompile only changed files?
- How to compile makefile using MinGW?
- Using make with -j4 or -j8
- “fatal error: bits/libc-header-start.h: No such file or directory” while compiling HTK
- Append to GNU make variables via command line
- makefiles – compile all c files at once
- Preventing console window from closing on Visual Studio C/C++ Console application
- How to printf “unsigned long” in C?
- Printing all global variables/local variables?
- How do I trim leading/trailing whitespace in a standard way?
- Undefined reference to pow( ) in C, despite including math.h [duplicate]
- Get the current time in C [duplicate]
- Difference between *ptr += 1 and *ptr++ in C
- How to define several include path in Makefile
- What is the purpose of the RBP register in x86_64 assembler?
- Struct memory layout in C
- Is C strongly typed?
- Math constant PI value in C
- How to solve “ptrace operation not permitted” when trying to attach GDB to a process?
- Socket accept – “Too many open files”
- How to convert const char* to char* in C?
- Why GDB jumps unpredictably between lines and prints variables as “”?
- The difference between stdout and STDOUT_FILENO
- How to write a while loop with the C preprocessor?
- Is NULL always zero in C?
- Can I share a file descriptor to another process on linux or are they local to the process?
- How do I execute an external program within C code in Linux with arguments?
- Maximum memory which malloc can allocate
- Dynamically create an array of strings with malloc
- How can I make a char string from a C macro’s value?
- Append Char To String in C?
- Returning string from C function
- Why does mulss take only 3 cycles on Haswell, different from Agner’s instruction tables? (Unrolling FP loops with multiple accumulators)
- How to write a simple Linux device driver?
- Should I explicitly cast malloc()’s return value? [duplicate]
- unsigned long long type printing in hexadecimal format
- Why doesn’t GCC optimize structs?
- Should we break the default case in switch statement?
- Getting started with Intel x86 SSE SIMD instructions
- C Linking Error: undefined reference to ‘main’
- How to use boolean datatype in C?
- Order of evaluation of array indices (versus the expression) in C
- Use printf to format floats without decimal places if only trailing 0s