home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!serval!luke.eecs.wsu.edu!hlu
- From: hlu@luke.eecs.wsu.edu (H.J. Lu)
- Newsgroups: comp.os.linux
- Subject: Re: Where are gethostbyname() & getservbyname()?
- Message-ID: <1993Jan2.185307.26005@serval.net.wsu.edu>
- Date: 2 Jan 93 18:53:07 GMT
- Article-I.D.: serval.1993Jan2.185307.26005
- References: <1993Jan2.144136.29452@athena.mit.edu>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: Washington State University!
- Lines: 14
-
- In article <1993Jan2.144136.29452@athena.mit.edu> nmp08@rz.uni-kiel.dbp.de writes:
- >I have a problem with the new gcc-2.3.3 stuff: several packages won't compile
- >anymore (e.g. plp) because of two missing functions: 'gethostbyname()' and
- >'getservbyname()'. ld claims about not finding these symbols.
- >Where are these functions gone?
- >
- >Any hints would be appreciated.
- >Please reply to: nmp08@rz.uni-kiel.dbp.de
- >
-
- Did you use -g? I forget to put ./inet in libg.a and libc_p.a. Please
- use -static instead.
-
- H.J.
-