[comp.emacs] compiling emacs 3.9e on a 3b1

pjh@mccc.UUCP (Peter J. Holsberg) (02/08/88)

I've had no luck compiling emacs 3.9e on my 3b1.  If I set TERMCAP to 1
it complains about some 'tget*' functions, and if TERMCAP is 0, then
it can't find the declaration of 'term' (and a couple of others).  I
have #included <curses.h> in tcap.c

Thanks for your help.

-- 
Peter Holsberg                  UUCP: {rutgers!}princeton!mccc!pjh
Technology Division             CompuServe: 70240,334
Mercer College                  GEnie: PJHOLSBERG
Trenton, NJ 08690               Voice: 1-609-586-4800

hart@amelia.nas.nasa.gov (Leslie B. Hart) (02/09/88)

Building emacs on another system I had to change the  Makefile
I had to include -ltermcap on the ld command (the variable TCAPLIB).

Maybe something like this will help.

Leslie Hart.
hart@prandtl.nas.nasa.gov