Date: Thu, 2 Nov 1995 08:22:00 +0200 (IST) From: Eli Zaretskii To: byron lee newberry Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Ez-GCC Trouble (DJGPP) On 1 Nov 1995, byron lee newberry wrote: > I recently downloaded "EZ-GCC" which as I understand it is a > minimal distribution of DJGPP. I installed it as described in > the readme's and all seemed to be well. I can compile my C codes > and I receive no compilation errors. However, when I run the > compiled codes my computer locks-up. Could this be a memory Does every program you compile locks your machine, or just some of them? E.g., can you run ``Hello, world'', or will it lock, too? If every program does it, add ``topline'' to your GO32 environment variable and tell us what does the top display line show when the programs crash. It might also be of benefit to read the relevant chapters of the DJGPP FAQ lis (available as faq102.zip from any full DJGPP distribution; I don't know if EZ-GCC has it), because it includes description of some reasons for similar problems and the ways to pinpoint and solve them.