home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: news.software.readers
- 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
- From: Iain.Lea%anl433.uucp@Germany.EU.net (Iain Lea)
- Subject: Re: How can I install tin1.16 on HP 9000/730?
- Message-ID: <1992Nov15.120533.17532@anl433.uucp>
- Sender: news@anl433.uucp (Netnews Administrator)
- Reply-To: Iain.Lea%anl433.uucp@Germany.EU.net
- Organization: TIN Support
- X-Newsreader: TIN [version 1.1 Beta PL7]
- References: <crj.4.721824982@nm.itri.org.tw>
- Date: Sun, 15 Nov 1992 12:05:33 GMT
- Lines: 24
-
- Robert Ju-ching Chen (crj@nm.itri.org.tw) wrote:
- :
- : I got the tin-1.16 and wanted to install tin on HP 9000/730 (HPUX 8.07).
- : But when I used command "make sysv" to make, I got the messages:
- :
- : ./tin.h: 100: Can't find include file sys/ptem.h
- : ./tin.h: 105: Can't find include file sys/bsdtypes.h
-
- Try compiling with 'make sysvr4'. This will get you a 95% compile.
- The other 5% requires editing line ~50 in signal.c:
-
- Change
- return ((void (*) (int)) (-1));
- to
- return ((void (*) ()) (-1));
-
- This problem (HPUX) is fixed in PL7 which I am releasing this week.
-
- Iain
-
- --
- NAMES Iain Lea Iain.Lea%anl433.uucp@Germany.EU.net
- SNAIL Siemens AG, ANL A433SZ, Gruendlacher Str. 248, 8510 Fuerth, Germany.
- PHONE +49-911-3089-407 (work) +49-911-331963 (home) +49-911-3089-290 (FAX)
-