Date: Mon, 9 Jun 1997 09:03:33 +0300 (IDT) From: Eli Zaretskii To: Leonardo Ariel Saravia cc: djgpp AT delorie DOT com Subject: Re: GCC Crashes In-Reply-To: <339AC0D0.5442@mail.retina.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 8 Jun 1997, Leonardo Ariel Saravia wrote: > d:/djgpp/bin\cc1.exe d:/djgpp/tmp\ccqaaaaa -quiet -dumpbase umask.c > -version -o > d:/djgpp/tmp\ccraaaaa > GNU C version 2.7.2 (80386, BSD syntax) compiled by GNU C version 2.7.2. > > and the compilation stops here, I wait half an hour and nothing more > happens so I assumed that de DOS Box hangs up. It seems that you mix DJGPP v2.0 and v2.01. This fragment of the compiler output says you have DJGPP v2.01: > -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32 ^^^^^^^^^^^^^^^^^^^ However, this fragment says that you use gcc 2.7.2 while v2.01 comes with 2.7.2.1: > Reading specs from d:/djgpp/lib\specs > gcc version 2.7.2 I suggest you upgrade to the latest version of gcc (v2gnu/gcc2721b.zip from the same place you get DJGPP) and see whether it helps to solve the problem. I'm not sure this is the cause of your trouble, but v2.0 had subtle problems related to long filename support on Windows 95, so it might just be it. If the problem persists, post this info again. Other things to check: whether d:/djgpp/tmp exists and whether drive d: has enough free space.