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-18 10:52:02 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: Wed, 18 Dec 2002 19:47:37 +0100 Organization: T-Online Message-ID: <3E00C2C9.81956D91@t-online.de> References: <3DFB7841.F898C02@t-online.de> <3DFCC831.2040103@acm.org> <3DFCD136.A8F3760@t-online.de> <4h9jta.1p3.ln@beastie.ix.netcom.com> <3DFE207F.1D864C7C@t-online.de> <3DFF6B1A.9345B493@t-online.de> <26tuvu4ekeigls0bnd2okavrdhfu0tir4a@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1040237354 03 1739 dg31ELDSJAmgT 021218 18:49:14 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:32043 Date: 2002-12-18T19:47:37+01:00 List-Id: Dennis Lee Bieber schrieb: > (I think I'm a bit behind -- I have > downloaded the 7.x AdaGIDE and GNAT 3.15p, but haven't installed them) Me, too. > GNAT 3.14p (20010503) Copyright 1992-2001 Free Software Foundation, > Inc. > > Compiling: e:\t.adb (source file time stamp: 2002-12-17 18:39:28) > > 1. procedure T is > 2. > 3. begin > 4. null; > 5. end T; > > 5 lines: No errors > > And runs, though all it does is open a command line shell, and > then a pop-up to close. I compiled it is a DOS-window by simply typing "gnatmake test3.adb" and it works well. When I select "build - F3" from the AdaGide menu then I get the error during gnatlink:"b~test3.o(.test+0x9f):b~test3.adb: undefined reference to _ada_test3'". Ok, this is mysterious but not really problematic. Thanks.