Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles hp lake stevens 04/16/86; site hplsla.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!tektronix!uw-beaver!tikal!hplsla!rickf From: rickf@hplsla.UUCP (rickf) Newsgroups: net.micro.pc Subject: Re: micro emacs 3.5 Message-ID: <7800003@hplsla.UUCP> Date: Thu, 1-May-86 15:13:00 EDT Article-I.D.: hplsla.7800003 Posted: Thu May 1 15:13:00 1986 Date-Received: Sun, 4-May-86 23:33:55 EDT References: <526@sdcc13.UUCP> Lines: 12 Nf-ID: #R:sdcc13:-52600:hplsla:7800003:000:459 Nf-From: hplsla!rickf May 1 12:13:00 1986 The estruct.h file contains two sets of #defines at the beginning, one is for the system --> #define MSDOS 1 and the other is for the terminal type #define ANSI 1. These should be the only variables set to 1 in those sections. This should get rid of the undefined externals once you recompile and relink. I did this using Microsoft C (small model) on my AT clone, but the executable still generates a stack overflow. Maybe you will have better luck.