prije par dana presao sam na linux, na windowsima sam se bavio programiranjem u c-u. sad u linuxu imam problema sa gcc kompajlerom. kad idem kompajlirat jedan program pise mi ovo
no.c:7:23: error: stdio.h: No such file or directory
no.c:9:24: error: stdlib.h: No such file or directory
no.c:11:23: error: errno.h: No such file or directory
no.c:13:23: error: netdb.h: No such file or directory
no.c:15:27: error: sys/types.h: No such file or directory
no.c:17:28: error: sys/socket.h: No such file or directory
no.c:19:28: error: netinet/in.h: No such file or directory
no.c:21:27: error: arpa/inet.h: No such file or directory
no.c: In function ‘main’:
no.c:31: warning: incompatible implicit declaration of built-in function ‘fprintf’
no.c:31: error: ‘stderr’ undeclared (first use in this function)
no.c:31: error: (Each undeclared identifier is reported only once
no.c:31: error: for each function it appears in.)
no.c:33: warning: incompatible implicit declaration of built-in function ‘exit’
no.c:37: warning: assignment makes pointer from integer without a cast
no.c:37: error: ‘NULL’ undeclared (first use in this function)
no.c:41: warning: incompatible implicit declaration of built-in function ‘exit’
no.c:45: warning: incompatible implicit declaration of built-in function ‘printf’
no.c:45: error: dereferencing pointer to incomplete type
no.c:47: error: dereferencing pointer to incomplete type
jos me zanima u kojem se folderu nalaze biblioteke za c
i gdje ih mogu skinuti