[comp.emacs] GNU Emacs on the Tektronix 4301

robert@csustan.UUCP (Robert Zeff) (12/17/88)

I have just installed UTEK 3.1 on my Tektronix 4301 and
have re-compiled GNU emacs.  I get the message: 'Killed'.
Anyone have GNU running on UTEK 3.1?
Thanks,

Robert

-- 
Robert Zeff                         (209) 577-4268 voice, FAX: (209) 577-8548
2549 Yosemite Blvd Ste. E           {lll-lcc,lll-crg}!csustan!zhome!robert
Modesto, Ca. 95354                  {lll-lcc,lll-crg}!csustan!robert

karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) (12/19/88)

robert@csustan.UUCP (Robert Zeff) writes:
   I have just installed UTEK 3.1 on my Tektronix 4301 and
   have re-compiled GNU emacs.  I get the message: 'Killed'.
   Anyone have GNU running on UTEK 3.1?

Sigh...

Let me guess: UTEK 3.1 is SysV-based, yes?  Trying to be
SVID-compliant in a BSDish sort of way?

#undef NO_REMAP and give it another try, from scratch.  The symptom
you describe is very reminiscent of a SysV kernel COFFing up blood on
you by noticing exec format errors *after* accepting the exec(2).  The
kernel murders the process with SIGKILL and no acceptable diagnostics.

--Karl