Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!allosaur.cis.ohio-state.edu!bob From: bob@allosaur.cis.ohio-state.edu (Bob Sutterfield) Newsgroups: comp.emacs Subject: Re: compiling emacs Message-ID: Date: 6 Feb 89 20:27:36 GMT References: <1034@sdcc15.ucsd.edu> Sender: news@tut.cis.ohio-state.edu Distribution: usa Organization: The Ohio State University Dept of Computer & Information Science Lines: 13 In-reply-to: pa1343@sdcc15.ucsd.edu's message of 5 Feb 89 05:00:18 GMT In article <1034@sdcc15.ucsd.edu> pa1343@sdcc15.ucsd.edu (pa1343) writes: I wish to compile GNU-Emacs on a System V AT&T 3b20. Do I need a lisp compiler to do this? If so, is there any pd versions of lisp which would work? When you get GNU Emacs, you get the source to everything you need. If you want to think of it this way, you get both a lisp interpreter and a huge pile of code that implements a user environment (that sometimes behaves like a text editor :-). But you can even ignore the fact that there's Lisp involved if you want to. After the distribution is configured correctly, just say "make" and away it goes.