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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,19de7fb56fa1943f X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!postnews.google.com!r66g2000hsg.googlegroups.com!not-for-mail From: Tomek Walkuski Newsgroups: comp.lang.ada Subject: Re: Is GNU Ada active? Date: Thu, 7 Aug 2008 11:43:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9e065e50-6e11-45bb-8d9c-4e0e57060235@r66g2000hsg.googlegroups.com> References: <02a86743-d112-4831-9650-aac4a9586b51@27g2000hsf.googlegroups.com> <489578ee$1@news.post.ch> NNTP-Posting-Host: 79.185.202.61 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218134637 6898 127.0.0.1 (7 Aug 2008 18:43:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 7 Aug 2008 18:43:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r66g2000hsg.googlegroups.com; posting-host=79.185.202.61; posting-account=Ar5oKAoAAAD4cyp5eTv5CtR88dGtUxxC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1518 Date: 2008-08-07T11:43:56-07:00 List-Id: Ok, maybe it is "dumb" question, but I will risk: I have done: 1. untar xmlada 2. configure and make in xmlada/ 3. copied all *.ali into (for example) /usr/lib/xmlada 4. copied all *.ads and *.adb into /usr/include/xmlada 5. wrote small script a'la gtkada-config which prints paths to libraries: gnatmake sample -aI/usr/include/xmlada -iO/usr/lib/xmlada -largs -L/ usr/lib/xmlada and... sample.adb builds fine, but with with lots of *.ali's and *.o's in directory. And my dumb question: how to avoid this?