[net.micro.pc] micro emacs 3.5

ma71sdk@sdcc13.UUCP (Bradley Wong{|stu) (04/26/86)

I am having problems in linking micro emacs 3.5 which was recently posted
to the net.  I am trying to get it to work on an ibmpc running msdos and
get _term as an unresolved external when I link.  Can anyone shed some light on
my problem???

				Brad Wong
	               sdcsvax!sdcc13!ma71sdk

rickf@hplsla.UUCP (rickf) (05/01/86)

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.

lawrence@duncan.UUCP (05/07/86)

	for the microsoft compiler, use the small program, large data
model.
					Daniel Lawrence