Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!HARVARD.HARVARD.EDU!seung%husc4 From: seung%husc4@HARVARD.HARVARD.EDU Newsgroups: comp.emacs Subject: Emacs on Apollo DN3000 Message-ID: <8708211329.AA20848@EDDIE.MIT.EDU> Date: Fri, 21-Aug-87 09:25:27 EDT Article-I.D.: EDDIE.8708211329.AA20848 Posted: Fri Aug 21 09:25:27 1987 Date-Received: Sun, 23-Aug-87 00:44:06 EDT Sender: uucp@eddie.MIT.EDU Lines: 11 I am trying to bring GNU Emacs 18.47 up on an Apollo DN3000 running 4.2 BSD DOMAIN/IX SR9.5. The routines server.c, emacsclient.c, and unexec.c do not compile properly. At link time, the routine malloc_init is listed as an undefined global. It is my understanding that the Apollo system malloc call should be used. Yet given the conditional compilations in the routines emacs.c, there is still a call to malloc_init. The result is that xemacs cannot be dumped. Is there something wrong with the code, or am I doing something stupid? Sebastian Seung (seung@husc4.harvard.edu)