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-Thread: 103376,ad69f6f503ef8029 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail From: "John" Newsgroups: comp.lang.ada Subject: Re: GNAT Error - Subunit not found Date: 19 Jan 2006 16:24:27 -0800 Organization: http://groups.google.com Message-ID: <1137716667.782382.262610@g49g2000cwa.googlegroups.com> References: <1137715719.821015.209390@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 66.81.68.118 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1137716672 16062 127.0.0.1 (20 Jan 2006 00:24:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Jan 2006 00:24:32 +0000 (UTC) In-Reply-To: <1137715719.821015.209390@o13g2000cwo.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=66.81.68.118; posting-account=SN40OAwAAABM_rISntbjsmd9hGuJXrzP Xref: g2news1.google.com comp.lang.ada:2551 Date: 2006-01-19T16:24:27-08:00 List-Id: 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