home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / news / software / readers / 2194 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.3 KB  |  38 lines

  1. Newsgroups: news.software.readers
  2. Path: sparky!uunet!van-bc!cs.ubc.ca!destroyer!gumby!wupost!spool.mu.edu!umn.edu!math.fu-berlin.de!unidui!Germany.EU.net!anl433!Iain.Lea
  3. From: Iain.Lea%anl433.uucp@Germany.EU.net (Iain Lea)
  4. Subject: Re: How can I install tin1.16 on HP 9000/730?
  5. Message-ID: <1992Nov15.120533.17532@anl433.uucp>
  6. Sender: news@anl433.uucp (Netnews Administrator)
  7. Reply-To: Iain.Lea%anl433.uucp@Germany.EU.net
  8. Organization: TIN Support
  9. X-Newsreader: TIN [version 1.1 Beta PL7]
  10. References: <crj.4.721824982@nm.itri.org.tw>
  11. Date: Sun, 15 Nov 1992 12:05:33 GMT
  12. Lines: 24
  13.  
  14. Robert Ju-ching Chen (crj@nm.itri.org.tw) wrote:
  15. :
  16. :   I got the tin-1.16 and wanted to install tin on HP 9000/730 (HPUX 8.07).
  17. : But when I used command "make sysv" to make, I got the messages:
  18. :
  19. : ./tin.h: 100: Can't find include file sys/ptem.h
  20. : ./tin.h: 105: Can't find include file sys/bsdtypes.h
  21.  
  22. Try compiling with 'make sysvr4'. This will get you a 95% compile. 
  23. The other 5% requires editing line ~50 in signal.c:
  24.  
  25. Change
  26.     return ((void (*) (int)) (-1));
  27. to
  28.     return ((void (*) ()) (-1));
  29.  
  30. This problem (HPUX) is fixed in PL7 which I am releasing this week.
  31.  
  32. Iain
  33.  
  34. --
  35. NAMES  Iain Lea    Iain.Lea%anl433.uucp@Germany.EU.net
  36. SNAIL  Siemens AG, ANL A433SZ, Gruendlacher Str. 248, 8510 Fuerth, Germany.
  37. PHONE  +49-911-3089-407 (work) +49-911-331963 (home) +49-911-3089-290 (FAX)  
  38.