From: dyad255 AT aol DOT com (Dyad255) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro WIP (make.exe crash) Date: 24 Sep 1997 04:20:34 GMT Lines: 16 Message-ID: <19970924042001.AAA05980@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com References: SnewsLanguage: English To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Eli suggests: >Did you try to bump up CWSDPMI's internal tables size, as the FAQ >suggests in section 6.4? If not, please do so and see if that helps. This worked for me in naked DOS mode using CWSDPMI v3. I don't think any of the '95 tricks worked for me, but I might have missed a setting. >Another thing to try is to stubedit cc1.exe and enlarge its stack size >(see section 6.3 in the FAQ). I stubedited every compiler program **MANY** times and noticed some differences (such as cc1 proceeding to line 1751 of the next included file, allegro.h), but '95's DPMI never allowed anything to go beyond physical RAM. Again, I could have missed the right DPMI setting in '95, and didn't really document my process. 8)