Xref: utzoo gnu.emacs.bug:1744 comp.sys.encore:551 Path: utzoo!attcan!uunet!cs.utexas.edu!mailrus!ncar!tank!mimsy!jds From: jds@mimsy.umd.edu (James da Silva) Newsgroups: gnu.emacs.bug,comp.sys.encore Subject: Re: Dumping emacs on an Encore Multimax Message-ID: <23172@mimsy.umd.edu> Date: 19 Mar 90 16:47:14 GMT References: Reply-To: jds@mimsy.umd.edu (James da Silva) Organization: University of Maryland, Department of Computer Science Lines: 30 In article lawley@cs.mu.OZ.AU writes: >I have compiled Gnu-emacs on our encore and the temacs runs fine. However, >when it dumps the xemacs, the output file is 4.5Meg! and it doesn't do >anything. Can anyone tell me what to change in dump to fix this? > >mike You don't mention what Emacs version nor what kind of Encore you have, but I had similar problems and the following worked. It may or may not work for you. Read s-umax.h carefully. At the tail you will find: /* Encore machines with APC processor boards align sections on 4M boundaries, so it is not easy to remap the start of the text segment in the unexec() routine. For them you need the following two lines. For DPC processors you can enable these or not, as you wish, but you will get better performance without them. */ /* #define NO_REMAP #define TEXT_START 0 */ What goes for APC also goes for XPC processors. I uncommented the last two lines, recompiled, and it worked fine. Jaime ........................................................................... : domain: jds@cs.umd.edu James da Silva : path: uunet!mimsy!jds Systems Design & Analysis Group