Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!nuchat!sugar!karl From: karl@sugar.UUCP (Karl Lehenbauer) Newsgroups: comp.sources.bugs Subject: MicroEMACS works but eats CPU on SysV Message-ID: <1107@sugar.UUCP> Date: Mon, 23-Nov-87 00:09:31 EST Article-I.D.: sugar.1107 Posted: Mon Nov 23 00:09:31 1987 Date-Received: Wed, 25-Nov-87 19:46:39 EST Organization: Sugar Land UNIX - Houston, TX Lines: 14 Keywords: MicroEMACS, Microport, USG Well, I pulled MicroEMACS 3.9e off of comp.sources.misc and gave them a try under Microport Sys V/286 2.2. After changing the makefile to do a -lcurses in the link rather than a -ltermcap, the linker bombed on an object too big, requiring a recompile with "-Ml" in the CFLAGS in the makefile. One of the modules causes the optimizer to bomb. I invoked the compiler by hand without the -O option and it compiled fine. Everything then linked OK. Anyway, emacs works just fine, but it totally eats CPU time (pretty much all that's available), even when it's just sitting there waiting for keys. Anybody know what's happening? I selected USG and Unix compiler, terminal output as termcap; the rest are defaults. I thought I'd ask around before trying to dig through it myself. -karl --