I/m trying to compile c++ files using Dev-cpp 4.9.7.0 with gcc3.2
The compiler complains abount missing files <sys/socket.h> <netdb.h> <netinet/in.h> etc.
Where can I find that files? Is it possible to compile project under win32 that uses that files at all?
Thanks in advance for any help.
Check your inlude dir. If the files are there set the paths. If not check if there is a package or something to download, if you need it
upcase
Log in to post a comment.
I/m trying to compile c++ files using Dev-cpp 4.9.7.0 with gcc3.2
The compiler complains abount missing files
<sys/socket.h>
<netdb.h>
<netinet/in.h>
etc.
Where can I find that files? Is it possible to compile project under win32 that uses that files at all?
Thanks in advance for any help.
Check your inlude dir. If the files are there set the paths. If not check if there is a package or something to download, if you need it
upcase