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,d0331bd791bbe53b X-Google-Attributes: gid103376,public From: Jack Scheible Subject: Re: Compiler out or Memory Error Date: 1997/10/02 Message-ID: #1/1 X-Deja-AN: 277521646 Sender: js@pcnew1 References: <3432EAD1.B22C880C@panther.gsu.edu> <60vjb2$2qg@drn.zippo.com> <3433ca68.7484892@SantaClara01.news.InterNex.Net> To: tmoran@bix.com (Tom Moran) Organization: Sparta, Inc. Newsgroups: comp.lang.ada Date: 1997-10-02T00:00:00+00:00 List-Id: tmoran@bix.com (Tom Moran) writes: > > Is that Meridian compiler running as a DOS program? If so, do you > have lots of room in "real" memory? Do you have a single large > package that perhaps could be split into separate compilations? > The DOS version of the Meridian compiler is a hog. Run screaming from the Sun version. I got the DOS Meridian to work by compiling it through an editor (VEDIT) that could swap itself, and nearly everything else, out of memory before running the compiler. My honest opinion is that you get a good compiler (GNAT) and put it on a real OS (Linux). -jack