"Justin Hart" <[EMAIL PROTECTED]> writes: > I'm trying to compile some network code... but gcc is telling me > cannot find -lsocket > > libsocket** is nowhere to be found in my library path?!?! Is there a > package that I can emerge to acquire this?
You should not need -lsocket as all of the socket 'stuff' is in glibc. I suspect that you code was written for some other *nix not Linux and does not use autoconf to detect the build environment. -- [email protected] mailing list

