What is the library file name where BSD's socket(), recv(), send(), etc defined on Linux OS? (I'm using RedHat). Is the file located in /usr/lib?
+5
A:
They're in glibc (libc.so/libc.a). You don't need to link against anything special to use these functions on Linux.
Tyler McHenry
2010-07-07 18:48:33