This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: failure notice


On Nov 27, 1999, Siu.Bun.Chu@ap.abnamro.com wrote:

> inet_addr                           /var/tmp/cchrLbqU.o  (symbol belongs to implicit dependency /usr/lib/libnsl.so.1)

Please look at the man page of the socket functions you have used in
your program.  It says you must link in `-lsocket -lnsl', not just
`-lsocket'.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]