Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!mcsun!unido!pcsbst!jkh From: jkh@meepmeep.pcs.com (Jordan K. Hubbard) Newsgroups: comp.emacs Subject: Re: MIPSCo m-xxx.h and s-xxx.h needed for GNU Emacs Message-ID: Date: 2 Oct 89 14:11:52 GMT References: <2578@basser.oz> Sender: news@pcsbst.UUCP Organization: PCS Computer Systems, GmbH Lines: 27 In-reply-to: ted@nmsu.edu's message of 29 Sep 89 18:24:53 GMT In article ted@nmsu.edu (Ted Dunning) writes: Could someone please mail me the m-xxx.h and s-xxx.h config files for a MIPSCo M/120 running RISC/os (UMIPS) 4.0. I have GNU Emacs 18.53. i was able to derive m- and s- files for the m/120, and was able to make the other necessary mods (due largely to the fact that RISC/os is sys5 but _very_ close to berkeley). in addition, for some reason, the mips has crt1.o instead of crt0.o which requires also requires a change. this got things to the point where the load succeeds, but temacs crashes. i suspect that this is because crt1.o really is different Load crt1.o after pre-crt0.o AND /lib/crtn.o after libc.a I.E: ld -o temacs pre-crt0.o /lib/crt1.o -lc /lib/crtn.o This should give you a working emacs. Jordan Hubbard -- PCS Computer Systeme GmbH, Munich, West Germany UUCP: pyramid!pcsbst!jkh jkh@meepmeep.pcs.com EUNET: unido!pcsbst!jkh ARPA: jkh@violet.berkeley.edu or hubbard@decwrl.dec.com