Message-Id: <3.0.5.32.19981019202551.008d8100@ns1.avatar.com> X-Sender: kory AT ns1 DOT avatar DOT com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 19 Oct 1998 20:25:51 -0600 To: Eli Zaretskii From: Kory Hamzeh Subject: Re: gcc 2.7.2 crashing under win95 Cc: djgpp AT delorie DOT com In-Reply-To: References: <3 DOT 0 DOT 5 DOT 32 DOT 19981019082748 DOT 00b81100 AT ns1 DOT avatar DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com Eli, I decided to figure out what mcutil was that was causing the crash. It turned out to be the mcafee virus checker software. I disabled it and everything seems to run just fine now! I'm going to try to upgrade to a new version and see if the problem goes away. Thanks for you help. Kory At 07:17 PM 10/19/98 +0200, Eli Zaretskii wrote: > >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. > >