home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-col!fc.hp.com!rwp
- From: rwp@fc.hp.com (Bob Proulx)
- Subject: Re: termcap lib for tcsh? How do I get it ?
- Sender: news@fc.hp.com (news daemon)
- Message-ID: <BxFy2A.2vH@fc.hp.com>
- Date: Mon, 9 Nov 1992 08:54:10 GMT
- References: <1992Nov9.034416.9860@ccu1.aukuni.ac.nz>
- Organization: Fort Collins
- X-Newsreader: TIN [version 1.1.8 PL6]
- Lines: 20
-
- Nick Holford (nholford@ccu1.aukuni.ac.nz) wrote:
- > I have tried to make tcsh on an HP730 with HP-UX 8.07. cc complains about
- > not understanding "a" or "A" options. (What do you expect when the
-
- Sounds like you are trying to compile in ANSI mode but do not have an
- ANSI mode compiler. "cc -Aa" turns on ANSI mode if you have it.
-
- > compiler is "free"?). But more seriously tchs wants to find a termcap
- > library. There is no such file on my machine. Can anybody suggest where
- > I can get one?
-
- Link with -ltermcap at the END of the line. This should link in
- /usr/lib/libtermcap.a. This file is in the PROG-MIN fileset. Maybe
- it was removed on your system?
-
- Bob Proulx
-
- Remember that anything I say here is only my opinion and not an
- official statement of any kind. Its not even an official opinion
- unless I say it is
-