home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9237 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!cs.utexas.edu!convex!convex!neal
  3. From: neal@convex.com (John Neal)
  4. Subject: Re: read() not blocking on empty stdin in 8.07
  5. Sender: usenet@news.eng.convex.com (news access account)
  6. Message-ID: <neal.713712275@neptune>
  7. Date: Thu, 13 Aug 1992 13:24:35 GMT
  8. References: <86042@netnews.upenn.edu>
  9. Nntp-Posting-Host: neptune.convex.com
  10. Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
  11. X-Disclaimer: This message was written by a user at CONVEX Computer
  12.               Corp. The opinions expressed are those of the user and
  13.               not necessarily those of CONVEX.
  14. Lines: 18
  15.  
  16. A fellow here was having a similar problem not long ago.  After much 
  17. experimentation and gnashing of teeth, he believes that he solved the
  18. problem.  He was linking libBSD *before* libc (which is what happens
  19. by default when you add a -lBSD).  Forcing libc to link before libBSD
  20. by specifying "-lc -lBSD" seemed to clear things up for him.
  21.  
  22. Note though that I got this explanation by word of mouth and did not
  23. actually try it myself.  
  24.  
  25. Good luck!
  26.  
  27. john
  28.  
  29. --
  30. John Neal
  31.    neal@convex.com         .  Convex Computer Corporation
  32.       Phone: (214)497-4396    .  3000 Waterview Parkway
  33.          Fax: (214)497-4500      .  Richardson, Texas 75083
  34.