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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.191.37 with SMTP id f25mr26158230yhn.44.1410361360498; Wed, 10 Sep 2014 08:02:40 -0700 (PDT) X-Received: by 10.50.30.38 with SMTP id p6mr496071igh.8.1410361360354; Wed, 10 Sep 2014 08:02:40 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!dc16no2616012qab.1!news-out.google.com!ef6ni0igb.0!nntp.google.com!uq10no11894644igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Sep 2014 08:02:39 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: is this a mistake in the book or ... From: Adam Beneschan Injection-Date: Wed, 10 Sep 2014 15:02:40 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:188946 Date: 2014-09-10T08:02:39-07:00 List-Id: On Wednesday, September 10, 2014 1:26:11 AM UTC-7, gdo...@gmail.com wrote: > so do they need to be compiled together? > if so, how do i do that? "anon" gave you the answer you need, it appears. I just wanted to emphasiz= e that that's a GNAT-specific answer. GNAT requires specifications to be i= n files with .ads extensions and bodies to be in files with .adb extensions= , but other Ada compilers do things differently. =20 -- Adam