I have the following problem: I wrote a C program which uses the GNU gmp library, but this library exists not on all computers and so I decided to link the program statically.
I have the following problem: I wrote a C program which uses the GNU gmp library, but this library exists not on all computers and so I decided to link the program statically.