From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Internal compiler error - not covered by the FAQ Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <8t3lg2$o6t$1 AT nnrp1 DOT deja DOT com> <9743-Tue24Oct2000203809+0200-eliz AT is DOT elta DOT co DOT il> <8tp2a8$nfv$1 AT nnrp1 DOT deja DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 36 X-Trace: /bCCZGsAcsVsjYRqOXCKqXZkTrBQuvamhltlAjYtyLsVMcsDni7nn0i4jCHn60D/4cz96Y1JSp0l!yEY74tnqgONvIZSHpn2O72PbqMDsfuk6NbMM+NZcvi96Ns0kXcI3LawALJb3FKk3uGhHYjN5E4OU!FaJaaQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 01 Nov 2000 14:03:38 GMT Distribution: world Date: Wed, 01 Nov 2000 14:03:38 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 01 Nov 2000 12:29:00 GMT, Rudolf Polzer wrote: >In article <9743-Tue24Oct2000203809+0200-eliz AT is DOT elta DOT co DOT il>, > djgpp AT delorie DOT com wrote: >> This sounds awfully like a hardware problem; see section 6.6 of the >> FAQ for more details. > >I can compile a Linux kernel and there should be a h/w problem? Have you tried three or four simultaneous compiles at the same time, almost enough to make the machine dig into swap? Try compiling the kernel, the kernel modules, and the Allegro library. >I found out: >1) it cannot be a h/w problem because everything works when compiling >in Linux with GCC. Linux uses less memory than WinDOS. Your hardware flaw may be in unused memory under Linux but in GCC's memory under WinDOS. > #include > int _crt0_startup_flags = _CRT0_FLAG_UNIX_SBRK; > >But I do not have the djgpp source to change this! 1. This goes in _your_ source. 2. The DJGPP source can be found on any simtel mirror. --