[comp.sources.bugs] Unresolved lables in Emacs 3.8b

cpc@vaxine.UUCP (03/23/87)

> 
> Upon compiling emacs 3.8b under HP-UX, which seems to be a pretty good
> Sys5 port, I get the following unresolved symbols:
> 
> /bin/ld: Unsatisfied symbols:
>    sysint (code)
>    mlreplyt (code)
>  etc...

I had the same problem.  These routines are in tcap.c, and all the other
driver files.  I first tried to compile with VT100 set, along with BSD,
in the config file estruct.h.  Set TERMCAP to 1, all others to zero, and
it should almost go away.  The routine spal() was missing from tcap.c,
it sets the pallet, which does nothing.  Copy the same do-nothing routine
from ibmpc.c or some other driver, and you should be all set. Famous
last words. :-)

Good luck,
-- 
-- 
Chris Cullen                UUCP: {ucbvax!allegra,decvax}!encore!vaxine!cpc
Automatix, Inc.             Phone: 617-667-7900 x2066
1000 Technology Park Dr.
Billerica, Mass. 01821