From: Lennart Marien Newsgroups: comp.os.msdos.djgpp Subject: The Problem in Detail! Date: Thu, 28 May 1998 20:01:46 +0200 Organization: Metronet Lines: 59 Message-ID: <356DA68A.F26CB891@metronet.de> References: <356999D4 DOT 626D8E7E AT metronet DOT de> <356AC1A6 DOT 6AA3EC93 AT cais DOT kaist DOT ac DOT kr> NNTP-Posting-Host: hamburg2.pop.metronet.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Okay.Itīs me again.Obviously there was some misunderstanding concerning my problems with GCC.Here is ist in detail: Under Real-Dos my GCC Compiler works great, all my programs run. But I just noticed, that my compiled programs donīt work under Win95.The programs abort with a "general protection fault". I then wanted to recompile my C programs under WIN95, unfortunately GCC crashed with the same error while *creating the *.exe file*.The error messages are shown by Win95 not by GCC. Here are some more details about my system: ---------------------- mem under WIN95: free RAM:578Kb EMS:45Mb free EMS:16Mb High Memory: 0Kb ---------------------- go32-v2 crashes under Win95 as GCC does. ----------------------- the GPF **always** ocurrs at address 00A7:10815 !!!!!! ----------------------- Iīm using GCC version 2.7.2.1 ----------------------- 166MMX 48megs RAM EMM386 and HIMEM installed ----------------------- SET DJGPP=C:\DJGPP\DJGPP.ENV SET PATH=C:\DJGPP\BIN;%PATH% ----------------------- GCC *only* crashes while producing the *.exe files. ---------------------- error happens under RHIDE as well ---------------------- The file does not include any files and does not use *any* command.Just: main(void) { } Thatīs it. Can anyone help me? BTW:I apologize for every inconvinience that I caused through my first posting. TIA Lennart