Date: Mon, 19 Oct 1998 19:17:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kory Hamzeh cc: djgpp AT delorie DOT com Subject: Re: gcc 2.7.2 crashing under win95 In-Reply-To: <3.0.5.32.19981019082748.00b81100@ns1.avatar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 19 Oct 1998, Kory Hamzeh wrote: > Here is autoexec.bat I don't see anything unusual here. If the advice below doesn't help, one last thought I have is that maybe stubify.exe got corrupted somehow. Please try to extract it again from djdev201.zip and see if that helps. > Reading specs from d:/djgpp/lib\specs > gcc version 2.7.2 ^^^^^ Version 2.7.2? This is an old version of the compiler built with DJGPP v2.0, right? (What are the sizes and time stamps of gcc.exe and cc1.exe?) If so, please try upgrading to GCC v2.7.2.1 (download gcc2721b.zip), since v2.0 had some subtle bugs related to Windows 95 and LFN support. It's possible your problems are somehow related to that. > d:/djgpp/bin\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 > -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ ^^^^^^^^^^^^^^^^^^^^^^^^^ And this says that your DJGPP is v2.01, so you are mixing gcc from v2.0 and stubify from v2.01. This is a sure way to disaster, so please upgrade to gcc 2.7.2.1.