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,bc4137777a63bff X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!feed.news.tiscali.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Thu, 04 Aug 2005 18:27:05 +0200 From: Georg Bauhaus User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Help needed for ada package References: <2OudnZo-iL1aN3jfRVn-iQ@comcast.com> <1123173235.773051.23360@z14g2000cwz.googlegroups.com> <1123174747.107994.317580@o13g2000cwo.googlegroups.com> In-Reply-To: <1123174747.107994.317580@o13g2000cwo.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <42f24bb4$0$11746$9b4e6d93@newsread4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 04 Aug 2005 19:09:08 MEST NNTP-Posting-Host: 93d887f3.newsread4.arcor-online.net X-Trace: DXC=YL^^XcE?lI6j12nnM8XB1>:ejgIfPPld4jW\KbG]kaM8]kI_X=5Kea6_f\Lo=]XPV=hP3YJKgE\j<=W=:3E8MV3< X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:3966 Date: 2005-08-04T19:09:08+02:00 List-Id: strictly_mk@hotmail.com wrote: > I am using gnatmake but I dont know which switch/option to use. I cant > see an appropriate one. > no switches needed except -gnato if you want integer overflow checking (as per Ada standard). the generic package body that you have written cannot be used alone to compile an executable. some other compilation unit (source file) must have code that instantiates your generic package and calls the subprograms. Have you been given only the spec of the generic package, or is there something else?