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-08 19:29:31 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!swrinde!pipex!uunet!gwu.edu!gwu.edu!not-for-mail From: mfeldman@seas.gwu.edu (Michael Feldman) Newsgroups: comp.lang.ada Subject: Re: GNAT problem: Hello World Date: 8 Dec 1994 22:04:16 -0500 Organization: George Washington University Message-ID: <3c8hfg$dvc@felix.seas.gwu.edu> References: <2EE640BF@SMTPGATE2.STRATCOM.AF.MIL> NNTP-Posting-Host: 128.164.9.3 Date: 1994-12-08T22:04:16-05:00 List-Id: In article <2EE640BF@SMTPGATE2.STRATCOM.AF.MIL>, Bennett, Chip (KTR) ~U wrote: >Jacob Sparre Andersen writes: >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 This has not been explained very well in NYU's documentation; I think they are changing the docs. It is inherent in the djgpp system that GNAT rides on top of. Read the djgpp.faq file that is (I think) included in the djgpp zipfile. >or convert it to a DOS executable with: > > coff2exe test1 which produces test1.exe. > >I've heard that "gnatbl" in GNAT 2.00 generates DOS executables directly. True. Doug Rupp has very considerately included the coff2exe step in this version of gnatbl. A round of applause for Doug! > >By the way, send all problems with GNAT to gnat-report@cs.nyu.edu. Your >welcome Robert. 8-) Amen to that. Mike Feldman