We tried compiling a code - multiply1.c in the Linux environment
by giving the command gcc multiply1.c (we have renamed it) but its throwing
errors like :-
In function "main": undefined reference to '_gmpz_init_set_str'
We are getting 6 to 7 this type of errors.
Can you please let us know how to compile your code in Linux environment.