From: Al Christians Newsgroups: comp.os.msdos.djgpp Subject: Re: Keyboard Locks Up While Developing Date: Tue, 31 Mar 1998 11:11:05 -0800 Organization: Trillium Resources Corporation Message-ID: <35213FC9.6DB6@easystreet.com> References: Reply-To: achrist AT easystreet DOT com NNTP-Posting-Host: dial-56-004.easystreet.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Salvador Eduardo Tropea (SET) wrote: > GCC makes strange things when you don't have enough memory. > > > > 4) As far as borlands make (I know it doesn't apply here but, > > for the record) borlands dpmi is totaly uncooperative with > > djgpps. I was assuming rhide ran make- (-anybody- does it?) > > No, RHIDE never calls make. > > This is curious. My machine has 32 MB. Mem at the DOS prompt shows 27 MB of XMS. Is that not enough for developing a 1-person program with djgpp? I'm writing makefiles with RHIDE, then running make from the command line because RHIDE also complains about out of memory when trying to make my program (50 modules of C++, about 5k statements). It seems to use about 10MB just to open my project. (Mem from the DOS command prompt from the RHIDE file menu). TIA for advice. Al