Date: Thu, 2 Aug 2001 09:57:38 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Manuel Vicente cc: djgpp AT delorie DOT com Subject: Re: Gcc crashes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 1 Aug 2001, Manuel Vicente wrote: > path=e:\util\bat;e:\djgpp\bin;E:\WINNT\system32;E:\WINNT;E:\WINNT\Syste > m32\Wbem;E:\ARCHIV~1\ULTRAE~1;e:/DJGPP/bin;e:/DJGPP/bin; Note that this mentions e:\djgpp\bin three times, the first one correctly, the other two times incorrectly (with forward slashes). I don't think this will solve your problem, but I suggest to fix that anyway. > Reading specs from e:/djgpp/lib/specs > gcc version 2.8.1 v2.8.1 is a _terribly_ ancient version of GCC. The current version is 2.95.3, with version 3.0 almost ready. Please upgrade. > Exiting due to signal SIGSEGV > General Protection Fault at eip=0002f768 > eax=ff990000 ebx=00000000 ecx=000001ea edx=ff990000 esi=00001000 edi=00000009 > ebp=00093430 esp=00093420 program=e:/djgpp/bin/ld.exe > cs: sel=026f base=01ea0000 limit=7e14ffff > ds: sel=0277 base=01ea0000 limit=7e14ffff > es: sel=0277 base=01ea0000 limit=7e14ffff > fs: sel=0247 base=0000b490 limit=0000ffff > gs: sel=0287 base=00000000 limit=000fffff > ss: sel=0277 base=01ea0000 limit=7e14ffff This is a known problem with Windows 2000 (and, to a lesser extent, with NT4): some system configurations crash in the way you see. We are working on a cure, but it will take time. Windows 2000 is not a recommended platform for using DJGPP, at this time. There are a number of nasty problems, in addition to this one. Try to switch to Windows 9X or Windows ME, if you can.