home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22641 < prev    next >
Encoding:
Text File  |  1993-01-04  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!think.com!spool.mu.edu!enterpoop.mit.edu!bloom-picayune.mit.edu!daemon
  3. From: "4-JAN-1993 13:42:54.79" <nmp08@rz.uni-kiel.dbp.de>
  4. Subject: Re: Re: Where are gethostbyname() & getservbyname()?
  5. Message-ID: <1993Jan4.125716.12578@athena.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Reply-To: nmp08@rz.uni-kiel.dbp.de
  8. Organization: The Internet
  9. Date: Mon, 4 Jan 1993 12:57:16 GMT
  10. Lines: 30
  11.  
  12. |From: hlu@luke.eecs.wsu.edu (H.J. Lu)
  13. |Subject: Re: Where are gethostbyname() & getservbyname()?
  14. |Date: 2 Jan 93 18:53:07 GMT
  15. |
  16. |In article <1993Jan2.144136.29452@athena.mit.edu> nmp08@rz.uni-kiel.dbp.de writes:
  17. |>I have a problem with the new gcc-2.3.3 stuff: several packages won't compile
  18. |>anymore (e.g. plp) because of two missing functions: 'gethostbyname()' and 
  19. |>'getservbyname()'. ld claims about not finding these symbols.
  20. |>Where are these functions gone?
  21. |>
  22. |>Any hints would be appreciated.
  23. |>Please reply to: nmp08@rz.uni-kiel.dbp.de
  24. |> 
  25. |
  26. |Did you use -g? I forget to put ./inet in libg.a and libc_p.a. Please
  27. |use -static instead.
  28. |
  29. |H.J.
  30.  
  31. No. I just used -O2. And as I've mentioned before plp was not the only 
  32. package that won't compile anymore. Ghostscript won't either.
  33. I have also tried to use the -static option during compilation but ld 
  34. complains about an unknown option '-static' (I have tried -nojump with
  35. the same result).
  36. But I am definitely using the newest binutils version from tsx-11 
  37. (dated nov. 24 as far as I remember).
  38. So what am I doing wrong?
  39.  
  40. Andreas Wacknitz
  41. Internet: nmp08@rz.uni-kiel.dbp.de
  42.