Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!botter!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Re: Request for information about editors Message-ID: <1546@botter.cs.vu.nl> Date: Wed, 29-Jul-87 11:26:56 EDT Article-I.D.: botter.1546 Posted: Wed Jul 29 11:26:56 1987 Date-Received: Fri, 31-Jul-87 04:57:28 EDT References: <392@louie.udel.EDU> <1539@botter.cs.vu.nl> <919@minnow.UUCP> Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Organization: VU Informatica, Amsterdam Lines: 13 In article <919@minnow.UUCP> kjt@minnow.UUCP (Kevin Thomas) writes: >I cannot get mined to recompile successfully using the Minix >compiler. Perhaps someone can help me with my problems. > I just tried compiling mined and it went through flawlessly. Now it is true I am now using the 1.2 compiler, but my suspicion is that the real problem is the stack space. If the compiler stack overflows, weird things happen (the 8088 has no protection, as you may recall). Try chmem'ing the stack to 60000 and using the -F flag to run cpp and cem separately and see if that helps. Andy Tanenbaum (ast@cs.vu.nl)