[comp.sys.amiga] MG2a compiling problem

ins_adjb@jhunix.HCF.JHU.EDU (Daniel Jay Barrett) (06/06/88)

The public domain editor MG2a (a Microemacs variant) was recently posted
to comp.sources.misc, and there is a problem in the Amiga Makefile for
the MANX C compiler.

When linking the final program, an error message appears that
"_offset_dummy" is undefined, and the link fails.  This is for
the default, full-blown, "big burrito" version of MG in the Makefile.

MY SOLUTION:	Change the XOBJ line in the "big burrito" from:

	XOBJ = $(MOUSEOBJ) $(MENUOBJ) $(ICONIFYOBJ)

to:

	XOBJ = $(MOUSEOBJ) $(MENUOBJ) $(ICONIFYOBJ) $(OFFSETOBJ)

Now everything compiles and links no problem.  I have reported this
problem to "mg-support".
-- 
Dan Barrett	ins_adjb@jhunix.UUCP
		barrett@cs.jhu.edu