Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

Programming • Re: [Software] GNU make can't make GMP

$
0
0
Why do you not use Debian package of GMP?
Hello , libgmp10 is installed by default in Debian 12 Bookworm . But it's not available in GCC .... I tested GNU GMP's own example ( primes.c ) by :

Code:

sudo gcc -o primes primes.c -lgmp[sudo] password for lovelorn: primes.c:53:10: fatal error: gmp.h: No such file or directory   53 | #include "gmp.h"      |          ^~~~~~~compilation terminated.
I tried by <gmp.h> as it's not true either , But same error happened and also I want to compile My application as Cross-Platform

Statistics: Posted by Hadi_Lovelorn — 2024-02-20 22:29



Viewing all articles
Browse latest Browse all 2849

Trending Articles