[ prev | next | up ]

Sockets example: Undefined symbol

> I am trying to compile the code from the 4.4BSD tutorial, however I get an
> "undefined symbol" error from "socket" and "bind".  What could this be?
Ah yes; the Solaris default libraries problem. Try linking with -lsocket -lnsl - Jeremy