Path: utzoo!utgpu!attcan!uunet!husc6!uwvax!oddjob!matt From: matt@oddjob.UChicago.EDU ("Don't even know my real name!") Newsgroups: comp.emacs Subject: Re: Need pointer to documentation for temacs Message-ID: <14982@oddjob.UChicago.EDU> Date: 4 Aug 88 17:54:54 GMT References: <8808032120.AA08239@EDDIE.MIT.EDU> Organization: Network 23 Lines: 14 thakur%cfa201@HARVARD.HARVARD.EDU (Manavendra K. Thakur) writes: ) I'm trying to install 18.51 on a Sun 2 running OS 3.4. Each time the ) xmakefile tires to run temacs, it bombs out with a strange error, like ) this one: ./temacs: ^B^A^K: not found I bet you copied the emacs distribution from a sun-3 on which it had already been built, and there was a "temacs" already present. It did not have a good "magic number" for a sun-2 so the shell tried to run it as a shell script. The first four bytes were hex 00 02 01 0b, which spell a non-existant command name ^B^A^K. Delete *all* object files and start again. ________________________________________________________ Matt Crawford matt@oddjob.uchicago.edu