home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp / 12693 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.2 KB  |  33 lines

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