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-14 12:01:35 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!udel!gatech!psuvax1!news.cc.swarthmore.edu!netnews.upenn.edu!gopher.cs.uofs.edu!guinness.cs.uofs.edu!beidler From: beidler@guinness.cs.uofs.edu (Jack Beidler) Newsgroups: comp.lang.ada Subject: Re: GNAT problem: Hello World Date: 14 Dec 1994 20:01:35 GMT Organization: Department of Computing Sciences Distribution: world Message-ID: <3cniuv$7lp@gopher.cs.uofs.edu> References: <2EE640BF@SMTPGATE2.STRATCOM.AF.MIL> <3c8je2$n99@Starbase.NeoSoft.COM> NNTP-Posting-Host: guinness.cs.uofs.edu Date: 1994-12-14T20:01:35+00:00 List-Id: In article <3c8je2$n99@Starbase.NeoSoft.COM>, daver@Starbase.NeoSoft.COM (Dave Retherford) writes: |> In article <2EE640BF@SMTPGATE2.STRATCOM.AF.MIL>, |> Bennett, Chip (KTR) ~U wrote: |> > 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. |> > |> I have used version 1.83 in DOS since it has become available and I now have at least a dozen students attacking v. 1.83 in a DOS environment with great success. I have a copy of the CDROM but I have not used that copy. |> > I've heard that "gnatbl" in GNAT 2.00 generates DOS executables directly. |> > |> TRUE: I've been using 2.00 in DOS for about a week and, yes, it creates DOS executable files (I found out the hard way, I have this terrible habit of not reading readme files). +----------------------------------------+------------------------+ |John (Jack) Beidler ++ beidler@cs.uofs.edu | | Professor, Computing Sciences Dept. ++ | | University of Scranton ++ (717) 941-7446 (voice) | | Scranton, PA 18510 ++ (717) 941-4250 (FAX) | +------------------------------------+----------------------------+