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,e580747ce4c83b36 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: NEED: Ada Compiler - Windows Date: 1997/09/13 Message-ID: #1/1 X-Deja-AN: 272209139 References: <3418B914.58DA@ptdprolog.net> <01bcbfaa$b4c9c980$6f0f79a8@local.mindspring.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-09-13T00:00:00+00:00 List-Id: Rick wrote in article <3418B914.58DA@ptdprolog.net>... > I am a college student and I am having problems finding an Windows > based Ada compiler. The compiler I have now runs on dos and is made by > GNAT 1995. It works but the linking takes forever and a day. Also my dos > screen has shrunk to half my screen size when running GNAT editor. > Is there a site on the net where I can download and Windows 95 based > editor and compiler for Ada 95? If so please help me, thanks. If you > have a solution to the above problems, I would appreciate you input. > Thanks! > If you find that linking on GNAT takes forever and a day, then almost certainly one of the following is true: 1. You have not enabled a decent sized disk cache 2. You have too little memory. We recommend an absolute minimum of 16 megs for running GNAT, and these days when 16 megs costs less than $100, it makes excellent sense to go to 32 megs. If you are compiling programs of any significant size, you will see a definite gain in performance from moving to 64 megs, or even more. These days memory is cheap, and GNAT is by no means the only program around to benefit from lots of memory!