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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,24e6afa64057ccaf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-09 18:28:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc02.gnilink.net.POSTED!53ab2750!not-for-mail Subject: Re: Building a minimal-source-code Ada library with GNAT From: Michael Card Newsgroups: comp.lang.ada Message-ID: <090320022128186090%thehouseofcards@remove.this.part.mac.com> References: <080320022124260513%thehouseofcards@remove.this.part.mac.com> <3C8A2E34.AFD31B2D@despammed.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8bit User-Agent: Thoth/1.4.5 (Carbon/OS X) Date: Sun, 10 Mar 2002 02:28:44 GMT NNTP-Posting-Host: 129.44.208.128 X-Complaints-To: business-support@verizon.com X-Trace: nwrddc02.gnilink.net 1015727324 129.44.208.128 (Sat, 09 Mar 2002 21:28:44 EST) NNTP-Posting-Date: Sat, 09 Mar 2002 21:28:44 EST Xref: archiver1.google.com comp.lang.ada:21003 Date: 2002-03-10T02:28:44+00:00 List-Id: In article <3C8A2E34.AFD31B2D@despammed.com>, Wes Groleau wrote: > > 1. I ran gnatmake a few times to build several applications, so that as > > a result all of the top-level packages would be used (i.e. all of the > > top-level public generics would be instantiated), i.e. > > Couldn't you just make one "dummy app" that withs ALL of your APIs > and does nothing else? Yes, but I already had real apps. Also, I *think* you have to actually instantiate the generics once but I could be wrong sbout that - Mike