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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7be3870dd9c9518f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-16 10:55:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.nacamar.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: CONSTRAINT_ERROR - why? Date: Mon, 16 Dec 2002 19:50:39 +0100 Organization: T-Online Message-ID: <3DFE207F.1D864C7C@t-online.de> References: <3DFB7841.F898C02@t-online.de> <3DFB9276.7070809@acm.org> <3DFC8B43.68D99D1C@t-online.de> <3DFCC831.2040103@acm.org> <3DFCD136.A8F3760@t-online.de> <4h9jta.1p3.ln@beastie.ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1040064732 00 27899 QH11E7zGSNAcQt 021216 18:52:12 X-Complaints-To: abuse@t-online.com X-Sender: 320001779794-0001@t-dialin.net X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de Xref: archiver1.google.com comp.lang.ada:31905 Date: 2002-12-16T19:50:39+01:00 List-Id: Dennis Lee Bieber schrieb: > > Alfred Hilscher fed this fish to the penguins on Sunday 15 December > 2002 11:00 am: > > > > > I tried to build this (with AdaGide 6.43): > > > > procedure Test3 is > > > > > > The link failed: "undefined reference to `_ada_test3'" > > > > What happened here? > > > > Even a simple: > > > > procedure T is > > begin > > null; > > end T; > > > > failed. > > What name did you give the source file when you saved it in AdaGIDE? > The first is stored in test3.adb and the second in t.adb