Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!mit-eddie!uw-beaver!uw-june!hacherl From: hacherl@uw-june.UUCP Newsgroups: comp.sys.misc Subject: Re: Compiling within Epsilon Message-ID: <2286@uw-june.UUCP> Date: Thu, 26-Mar-87 02:03:34 EST Article-I.D.: uw-june.2286 Posted: Thu Mar 26 02:03:34 1987 Date-Received: Fri, 27-Mar-87 07:26:22 EST References: <5488@brl-adm.ARPA> Reply-To: hacherl@uw-june.UUCP (Don Hacherl) Organization: U of Washington, Computer Science, Seattle Lines: 20 In article <5488@brl-adm.ARPA> KRULWICH@c.cs.cmu.edu (Bruce Krulwich) writes: > >I am having a problem compiling within a process in Epsilon 3.1. What I am >doing is this: > : > [running MSC from within make] > : > COMMAND LINE FATAL ERROR 19: COULD NOT EXECUTE 'C1.EXE' > >When I run MAKE from DOS it works fine. > It looks like the compilation process has run out of memory. By default Epsilon reserves only 190k for a sub-process, which isn't enough to load make and a compiler. You can increase the amount of process memory via the -m switch on the command line when you invoke Epsilon. I've found that -m400000 will let almost anything compile, but your mileage may vary. Don Hacherl ...uw-beaver!uw-june!hacherl