home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22468 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  1.0 KB

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