[gnu.emacs.help] gnu emacs source code

falsafi@jomby.cs.wisc.edu (Babak Falsafi) (11/06/90)

I am looking for a copy of the source code for gnu emacs
compilable on a DEC3100 running Ultrix Worksystem V2.1.

Could someone help please.


--
Babak Falsafi

internet: falsafi@cs.wisc.edu	       bitnet:  falsafi@wircs2.bitnet

aks (Alan Stebbens) (11/09/90)

> I am looking for a copy of the source code for gnu emacs
> compilable on a DEC3100 running Ultrix Worksystem V2.1.

Get Gnu Emacs from prep.ai.mit.edu.

The following #includes were used in an otherwise standard config.h file
from Emacs 18.55

#include "s-bsd4-3.h"

#include "m-pmax.h"

The following were the significant #defines:

#define HAVE_X_WINDOWS
#define X11
#define C_DEBUG_SWITCH -g3

Good luck.
Alan Stebbens <aks@hub.ucsb.edu>