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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ad69f6f503ef8029 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: deepblue2@gmail.com Newsgroups: comp.lang.ada Subject: Re: GNAT Error - Subunit not found Date: 19 Jan 2006 16:35:32 -0800 Organization: http://groups.google.com Message-ID: <1137717332.272435.275210@z14g2000cwz.googlegroups.com> References: <1137715719.821015.209390@o13g2000cwo.googlegroups.com> <1137716667.782382.262610@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: 199.46.245.234 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1137717341 26011 127.0.0.1 (20 Jan 2006 00:35:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Jan 2006 00:35:41 +0000 (UTC) In-Reply-To: <1137716667.782382.262610@g49g2000cwa.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 Firefox/1.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 tus-gate5.raytheon.com:8080 (Squid/2.4.STABLE7) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=199.46.245.234; posting-account=GjEIkgwAAAAiHC2qORPfS5p8R4KvYgqf Xref: g2news1.google.com comp.lang.ada:2552 Date: 2006-01-19T16:35:32-08:00 List-Id: do you know under what section of user guide is it in? John wrote: > There are specific requirements for the (default) names of files > containing subunits. In your example the subunit should be in file > temp-temp1.adb. > > The gnat users' guide describes the convention and explains how to > establish a different convention. > > John