To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Programmers' editor Date: Fri, 05 Feb 93 17:23:44 PST From: Jonathan Ryshpan Is it possible to invoke "M-X compile" under demacs. I always seem to run out of memory. Here is the result of invoking nmake as the program to be run by compile. Error D2027 probably indicates not enough memory (says Microsoft help). cd c:/src/which/ nmake Microsoft (R) Program Maintenance Utility Version 1.11 Copyright (c) Microsoft Corp 1988-90. All rights reserved. cl /Zi -DDOS which.c Microsoft (R) C Optimizing Compiler Version 6.00A Copyright (c) Microsoft Corp 1984-1990. All rights reserved. which.c Command line error D2027 : could not execute 'C:\C600\BIN\c2.exe' NMAKE : fatal error U1077: 'cl' : return code '2' Stop. Here is the result of running mapmen as the program to be invoked by "compile". Can the space occupied by DEMACS be recuced? Or can the space occupied by nmake be reduced? cd c:/src/which/ mapmem Allocated Memory Map - by TurboPower Software - Version 2.1 PSP blks bytes owner command line hooked vectors ----- ---- ----- -------- ------------------- -------------- 0008 2 87152 command 179D 2 3392 N/A 2E 2F 189A 2 14000 MOUSE 0A 10 33 7A 1C1B 2 111424 DEMACS N/A 30 F5 3751 3 4032 NMP85 22 24 3850 2 423680 free Jove produces essentially the same results. Is micrognu (mg) any better? Many Thanks: Jonathan Ryshpan ===============> I write for myself ONLY. <===============