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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ec027d79edf367ae X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-07 17:35:03 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!zip.eecs.umich.edu!panix!news.mathworks.com!zombie.ncsc.mil!paladin.american.edu!auvm!J64.STRATCOM.AF.MIL!BennettC Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU Newsgroups: comp.lang.ada Encoding: 44 TEXT X-Mailer: Microsoft Mail V3.0 Message-ID: <2EE640BF@SMTPGATE2.STRATCOM.AF.MIL> Date: Wed, 7 Dec 1994 15:14:00 PST Sender: Ada programming language From: "Bennett, Chip (KTR) ~U" Subject: Re: GNAT problem: Hello World Date: 1994-12-07T15:14:00-08:00 List-Id: Jacob Sparre Andersen writes: > I've got a problem with GNAT-1.83-DOS (just downloaded from ftp.cdrom.com > yesterday): > > The Hello.adb example freezes the computer when I try > to run it. It seems to compile and link fine. > > Could somebody please help me (or point me to some help). and W ALI writes: > I'm having exactly the same problem too ! > > I've even tried typing a short program myself, but this tells me that the > program is too big for memory. This is impossible as it is only a few > lines long. Anybody ? Are you remembering that "gnatbl" in 1.83 does not create a .EXE file, but rather a COFF executable. If you create your executable with: gnatbl test1 -o test1 Then you can execute it with: go32 test1 or convert it to a DOS executable with: coff2exe test1 I've heard that "gnatbl" in GNAT 2.00 generates DOS executables directly. By the way, send all problems with GNAT to gnat-report@cs.nyu.edu. Your welcome Robert. 8-) ***************************************************************** * Chip Bennett, GDE Systems Inc | BennettC@j64.stratcom.af.mil * * USSTRATCOM/J64213 | Voice (402)294-7360 * * 901 SAC Blvd, Suite 2B24 | FAX (402)294-7912 * * Offutt AFB, NE 68113-6600 | Proud member of Team Ada * * Opinions expressed here are my own _so_, TTFWTW * *****************************************************************