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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8f734cdbc8408497,start X-Google-Attributes: gid103376,public From: Mike Ibarra Subject: Gnat 2.06 Ada95 (unix) File format???? Date: 1996/06/12 Message-ID: <4pmfr5$epc@news3.digex.net>#1/1 X-Deja-AN: 159762165 content-type: text/plain; charset=us-ascii organization: Express Access Online Communications, USA x-url: news:comp.lang.ada mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4c) Date: 1996-06-12T00:00:00+00:00 List-Id: In my brief experience with this Ada95 Compiler, it seems that it expects certain file formats. Are physical files limited to one compilation unit per file? It doesn't seem to like it when there is a spec, body and proc all in the same physical file. Is there a way around this? Also on user defined inherited packages, i.e., PACKAGE mypack.childpack.newpack IS, The compiler seems to expect the physical file name to match the actual package name. Is this true as well, or is there any way around this? Any information would be greatly appreciated. Thank you in advance, -- Mike Ibarra