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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b9718fc889b868b7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-15 09:55:41 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!hub1.nntpserver.com!peer1-sjc1.usenetserver.com!usenetserver.com!newsfeed1.cidera.com!Cidera!dca6-feed2.news.digex.net!intermedia!nntp.abs.net!uunet!dca.uu.net!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: DEC Ada and packages X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3C6D4651.D0E1DDC6@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <3C6284CA.8987D330@NOSPAMcompaq.com> <3C62F1B4.AABA9910@acm.org> <3C6D0C4C.F2F29261@NOSPAMcompaq.com> Mime-Version: 1.0 Date: Fri, 15 Feb 2002 17:33:05 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:20051 Date: 2002-02-15T17:33:05+00:00 List-Id: Charlie McCutcheon wrote: > > I may not have used the preferred terms, but GNAT does require specific file > names, or you can't compile your program. Otherwise GNAT doesn't find package > specifications, etc.. GNAT has a default file-name scheme, but it doesn't require that files be named using that scheme. See the secret documentation for details. What GNAT does require that other compilers may not require is that each compilation unit be in a file by itself. > > On VMS, GNAT CHOP will take my usual Ada source and create the filenames > required by GNAT. Gnatchop will create files with the default GNAT file names. You are not obliged to use those names, though in many cases it's easiest to go with the flow. -- Jeffrey Carter