Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22001

How do I install libraries for ?

$
0
0

I am running Kali-Linux (debian+gnome). When I compile I get compilation error:

cc -Wall -g   -c -o frag.o frag.cfrag.c:7:10: fatal error: stropts.h: No such file or directory    7 | #include <stropts.h>      |          ^~~~~~~~~~~compilation terminated.make: *** [<builtin>: frag.o] Error 1

Can anyone tell me what am I missing and what should I install?I tried installing glibc-sources but still it didn't work out.


Viewing all articles
Browse latest Browse all 22001

Trending Articles