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 05:42:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!chnws02.mediaone.net!cyclone.ne.ipsvc.net!65.96.0.182!typhoon.ne.ipsvc.net.POSTED!not-for-mail Message-ID: <3C6D0E35.10903@attbi.com> From: Ed Falis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020211 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: DEC Ada and packages References: <3C6284CA.8987D330@NOSPAMcompaq.com> <3C62F1B4.AABA9910@acm.org> <3C6D0C4C.F2F29261@NOSPAMcompaq.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 15 Feb 2002 13:28:43 GMT NNTP-Posting-Host: 24.60.18.249 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.ipsvc.net 1013779723 24.60.18.249 (Fri, 15 Feb 2002 08:28:43 EST) NNTP-Posting-Date: Fri, 15 Feb 2002 08:28:43 EST Organization: ATT Broadband Xref: archiver1.google.com comp.lang.ada:20044 Date: 2002-02-15T13:28:43+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.. > > On VMS, GNAT CHOP will take my usual Ada source and create the filenames > required by GNAT. > > Charlie > > > GNAT has a default file-naming scheme, which can be overridden by source name pragmas or (in the about-to-be-released version of GNATPRO) by the new project scheme. - Ed Ada Core