From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,da51e9958b929c0f X-Google-Attributes: gid103376,public From: labtek@cs.yale.edu (Tom Griest) Subject: Re: gnat / win95 Date: 1996/04/03 Message-ID: <4jutleINNrb2@RA.DEPT.CS.YALE.EDU>#1/1 X-Deja-AN: 145670417 references: <316171D9.1F26@math.tau.ac.il> <4ju09f$b67@sydney1.world.net> organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 newsgroups: comp.lang.ada Date: 1996-04-03T00:00:00+00:00 List-Id: seaton@bis.net.au (Stephen Eaton) writes: >G'day Yoav, > >>I'm currently runnign gnat 301a on win95 >>and I keep getting >>> GCC.EXE: installation problem, cannot exec `C:\gnat301a\cpp.exe': Not >>> enough space > >>any ideas > >I had exactly the same thing. What I found was that my hard drive had >something like 30MB free before I tried to compile, then after getting >the mentioned error message I had about 1-2mb free. I ended up moving >my windows 95 swap file to another drive that had heaps (500MB) of >free space. Bingo! works OK now. > >Still doesn't explain why >30Mb is needed on compilation. The problem (as noted before) was very large stack commit values for several executables. These are not necessary for most programs, and so a fix was developed. You can get the two "fixes" at: ftp.cs.yale.edu/pub/gnat/updates/gnat301a >On another note with the gnat compiler --- has anyone been able to >successfully run the adaide and adacaps enviroments with the windows >95 version ? The Adaide will run on WinNT, and I would assume on Win95 as well. You have to change the batch file that runs when a compile is initiated though. -Tom