Date: Wed, 19 Apr 1995 09:21:35 +0300 From: eliz AT is DOT elta DOT co DOT il. (Eli Zaretskii) To: richeym AT stolaf DOT edu Subject: Re: djgcc install problems Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > I can compile and run C programs without a hitch. The problems occurs > when I try a C++ compile. I get segmentation fault (almost) every > time. I say almost because I did get one compile to work. I used > stubedit gcc.exe to change the virtual memory allocation to zero. > The next time, like magic, I got a "Hello World" C++ compile to work. > Alas, no go the next time. Is this a clue or a red herring? In any > case, being a novice at DOS and PC's in general, I don't have a clue > as to what to do next. > > Note: An additional clue is that 4th maintanence fix, 112m4.bat, also > has a segementation crash when I try to run it. The last problem seems to indicate that you are still running the old 1.12m3 version, right? Then you might be a victim of the bug there which raised its ugly head when working under XMS, like HIMEM.SYS. Try booting your machine with EMM386 or QEMM386 installed instead of HIMEM, then re-install the latest gcc263bn.zip and dj112m4.zip files, *then* try again with your original configuration and see if your problem went away. In any case, it will help if you post your CONFIG.SYS, AUTOEXEC.BAT and other pieces of information about your system, as described in the DJGPP FAQ list, section 6.10. You can get the latest version of the FAQ as faqNNN.zip from the same place you got DJGPP (where NNN is the revision number).