So I have a program I need to run but when I compile it I get some undefined symbol errors.
Here they are.
{code]
Undefined
symbol
bind
accept
listen
socket
inet_addr
[/code]
So it appears I'm missing some of the following header files.
Perhaps only the socket.h.
Everywhere I look online, everyone is trying to run in windows and they need to use winsock. I'm on linux and I can't find the header file, can anyone help?