Message-ID: <35C14A9C.12D0@icrdl.net> From: Michel Huot MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: getting many many errors References: <35B79A63 DOT 9EC996C7 AT earthlink DOT net> <3 DOT 0 DOT 5 DOT 32 DOT 19980723172807 DOT 007a8890 AT www DOT eccel DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 24 Date: Fri, 31 Jul 1998 04:40:37 GMT NNTP-Posting-Host: 207.236.233.104 NNTP-Posting-Date: Fri, 31 Jul 1998 00:40:37 EDT Organization: Bell Solutions To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Jorge Ivan Meza Martinez wrote: > > Hello, > > when I compile & link using DJGPP I am getting too many errors, I mean, > "Internal Errors" and errors that dump the registers and stuff on screen. > > I think that is not normal, I compile seven times, three I get dump screen > errors, two "Internal Errors" and only two times it compile succesful. > > a friend from the mail list ( SET ) told me that maybe I have a damaged > memory, but I downloaded a couple of utilities that check the memory and > reported all working, also, I don't have other problems. > > What other things can produce this errors ? > > thanks, > > jorge ivan meza martinez. I recently got a problem like that whan I installed DJGPP on my 386 w/o coprocessor, 8mb RAM. The problem was that the compiler needed a math coprocessor to optimize my program.(-O2). Now im compiling with all optimization switch turned off and GCC did not crash anymore. Hope this will help.