Date: Sun, 29 Aug 93 17:54:03 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: seabrook AT umbc DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Running under OS/2? > Hullo list -- I installed djgpp under OS/2 2.1 to run in a > DOS window and when I try to compile hello.c I get > DPMI: Not enough memory (0x00410000 bytes). Open settings for the window in question, switch to the session page, select DOS settings, and change DPMI_MEMORY_LIMIT to a larger number. I use 16MB. I have a strange problem running under OS/2 2.1. Gcc seems to consume some resource. After about 14 separate compilations, I get an access violation. Sometimes, it even brings down OS/2. But if I close and reopen the window before triggering the crash, the counter gets reset and I can again do about 14 compilations. I'd be interested in hearing whether you or anyone else sees the same problem.