Xref: utzoo comp.emacs:4917 misc.wanted:3550 Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.emacs,misc.wanted Subject: Re: GNU Emacs on the Tektronix 4301 Message-ID: Date: 19 Dec 88 14:44:33 GMT References: <1185@csustan.UUCP> Sender: news@tut.cis.ohio-state.edu Distribution: na Organization: OSU Lines: 16 In-reply-to: robert@csustan.UUCP's message of 16 Dec 88 19:16:52 GMT 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