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,d99dc61bb22990d2 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!34g2000pru.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Packaging and linking shared Ada libraries Date: Mon, 7 Mar 2011 01:55:13 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <4d746dde$0$10593$742ec2ed@news.sonic.net> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1299491713 17143 127.0.0.1 (7 Mar 2011 09:55:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 7 Mar 2011 09:55:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 34g2000pru.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012111 Red Hat/3.0.6-1.el5 Firefox/3.0.6,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:18909 Date: 2011-03-07T01:55:13-08:00 List-Id: R Tyler Croy wrote on comp.lang.ada: > I'm trying to figure out how to package up and use XML/Ada for openSUSE a= nd I'm > having a bit of trouble trying to figure what actually needs to be packag= ed. > > Right now I'm packaging up the .so and the .ads files and trying to use t= hem > but to no avail: > > =A0 =A0 tyler@spinach:~/source> gnatmake -aI/usr/include/xmlada -aO/usr/l= ib64 test.adb -largs -lxmlada > =A0 =A0 gnatmake: "dom-readers.adb" not found > =A0 =A0 tyler@spinach:~/source> > > I've seen this post on SO, but it didn't help: > =A0 =A0 > > Any ideas? Thoughts/etc? There is a full discussion of this topic in the Debian Policy for Ada: http://people.debian.org/~lbrenta/debian-ada-policy.html In particular read the sections defining the contents of the -dev and runtime library packages. -- Ludovic Brenta.