home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp / 13276 < prev    next >
Encoding:
Internet Message Format  |  1992-11-24  |  2.1 KB

  1. From: darrylo@hpnmdla.sr.hp.com (Darryl Okahata)
  2. Date: Mon, 23 Nov 1992 22:08:46 GMT
  3. Subject: Re: tcsh, emacs, rlogin and termcap support
  4. Message-ID: <430148@hpnmdla.sr.hp.com>
  5. Organization: Center for Primal Scream Therapy
  6. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!hp-col!news.dtc.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!hplextra!hpl-opus!hpnmdla!darrylo
  7. Newsgroups: comp.sys.hp
  8. References: <1992Nov23.153242.10946@relay.nswc.navy.mil>
  9. Lines: 36
  10.  
  11. In comp.sys.hp, whiles@nswc.navy.mil (William Scott Hiles x1568) writes:
  12.  
  13. > Example 2:
  14. >   Emacs is a very popular editor for all platforms but it requires
  15. >   termcap to work.  It comes with the necessary code to be compiled
  16. >   without a termcap library, but you need a good termcap file.  I
  17. >   could not find one on my system by typing "find / -name termcap
  18. >   -print" so I got one from some other system and added the alias of
  19. >   hpterm to the hp2621.  It works fine.
  20.  
  21.      I don't understand this.  I had to do absolutely *NOTHING* with
  22. respect to termcap in order to get Emacs to work (there was, however, a
  23. lot of work that Emacs required for non-VT100 terminals).  I suspect
  24. that you're doing something wrong.  Here are the ld(1) command used to
  25. link emacs here:
  26.  
  27.         ld  -o temacs crt0.o dispnew.o scroll.o xdisp.o window.o  term.o \
  28.         cm.o x11term.o x11fns.o xmenu.o  emacs.o keyboard.o \
  29.         macros.o keymap.o sysdep.o  buffer.o filelock.o insdel.o \
  30.         marker.o  minibuf.o fileio.o dired.o filemode.o  cmds.o \
  31.         casefiddle.o indent.o search.o regex.o undo.o alloc.o \
  32.         data.o doc.o editfns.o callint.o  eval.o fns.o print.o \
  33.         lread.o  abbrev.o syntax.o unexec.o mocklisp.o bytecode.o \
  34.         process.o callproc.o environ.o  doprnt.o terminfo.o \
  35.         lastfile.o alloca.o malloc.o \
  36.         -lcurses libXMenu11.a -lX11   -ln   -lc
  37.  
  38. Note that libcurses.a, libtermcap.a, and libtermlib.a are all the SAME
  39. library (they're all linked to each other).
  40.  
  41.      -- Darryl Okahata
  42.     Internet: darrylo@sr.hp.com
  43.  
  44. DISCLAIMER: this message is the author's personal opinion and does not
  45. constitute the support, opinion or policy of Hewlett-Packard or of the
  46. little green men that have been following him all day.
  47.