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,19de7fb56fa1943f X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Is GNU Ada active? References: <02a86743-d112-4831-9650-aac4a9586b51@27g2000hsf.googlegroups.com> <489578ee$1@news.post.ch> <9e065e50-6e11-45bb-8d9c-4e0e57060235@r66g2000hsg.googlegroups.com> In-Reply-To: <9e065e50-6e11-45bb-8d9c-4e0e57060235@r66g2000hsg.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1218138023 12.201.97.213 (Thu, 07 Aug 2008 19:40:23 GMT) NNTP-Posting-Date: Thu, 07 Aug 2008 19:40:23 GMT Organization: AT&T ASP.att.net Date: Thu, 07 Aug 2008 19:40:23 GMT Xref: g2news1.google.com comp.lang.ada:1526 Date: 2008-08-07T19:40:23+00:00 List-Id: Tomek Walkuski wrote: > 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 Where are the *.o files? > 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? In addition to having the *.o files available, you should write-protect the *.ali files. -- Jeff Carter "To Err is human, to really screw up, you need C++!" St�phane Richard 63