From: Matthew Richey Date: Fri, 14 Apr 95 14:15:20 CDT To: eliz AT is DOT elta DOT co DOT il Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: c++ install problem Date: Fri, 14 Apr 1995 12:32:23 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) X-Sun-Charset: US-ASCII > The problem occurs when I try a C++ compile. I get the dreaded > segmentation fault. How much memory do you have on your system? What does go32 print when called with no arguments? Did you read Chapter 2 of the DJGPP FAQ list which describes the recommended configurations for memory-depleted systems? You can get the FAQ as faq100.zip from the same place you got DJGPP. I have 20 mbs of ram, seems like enough. I have DOS, TSR, and Drivers set to HIGH (now). I even went as far as to stubedit the gcc.exe to set the virtual memory to zero (what the heck). The bizarre thing is that it compiled once, but then it wouldn't do it again. I still got the segmentation fault messages. I have no idea what to do. Matt PS thanks for the above advice. I feel like I'm sneaking up on the problem.