From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: "Robert Nail" Cc: Subject: Re: Where are the socket libraries? Date: Thu, 07 Dec 2000 08:36:00 -0000 Message-id: References: <20001207140759.3268.qmail@mailweb20.rediffmail.com> <003d01c06060$b99a54c0$02c44720@ENTACTNAIL> X-SW-Source: 2000-12/msg00036.html On Dec 7, 2000, "Robert Nail" wrote: > I try to link a simple socket program for Linux 6.0 but it can't find the > SOCKADDR structure. This will list the header files you may have to include to get its definition: grep -l -r SOCKADDR /usr/include Then, you may have to link your program with some libraries (!= header files) to get definitions of whatever functions you use. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist *Please* write to mailing lists, not to me