Date: Wed, 13 Aug 1997 13:47:45 +0300 (IDT) From: Eli Zaretskii To: Ravenwing_np AT hotmail DOT com cc: djgpp AT delorie DOT com Subject: Re: Abnormal Program Termination In-Reply-To: <871419802.25059@dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 12 Aug 1997 Ravenwing_np AT hotmail DOT com wrote: > But when I run gcc on any c file, I just get "abnormal program > termination" and nothing else. I have checked the logs and FAQ and could > find nothing that matched this problem. Any ideas? Please add -v to the gcc switches and post everything that it prints. > DPMI memory available: 4063 Kb This is way too few. DJGPP should work even with this small amount, but it will run very slowly. You should enlarge the amount of DPMI memory that the NT DOS box makes available to DOS programs. I recommend at least 8MB, but make it as large as NT would let you. I don't use NT, so I don't know how to enlarge this setting; please consult your system documentation.