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!a26g2000vbo.googlegroups.com!not-for-mail From: Julian Leyh Newsgroups: comp.lang.ada Subject: Re: Packaging and linking shared Ada libraries Date: Mon, 7 Mar 2011 05:27:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <36a59322-cc9b-4120-9abe-ad12d779f235@a26g2000vbo.googlegroups.com> References: <4d746dde$0$10593$742ec2ed@news.sonic.net> NNTP-Posting-Host: 194.156.172.86 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1299504559 18028 127.0.0.1 (7 Mar 2011 13:29:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 7 Mar 2011 13:29:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a26g2000vbo.googlegroups.com; posting-host=194.156.172.86; posting-account=4IMjSwoAAABghF4GBOy5ozdaZM8EkGwR User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:18913 Date: 2011-03-07T05:27:53-08:00 List-Id: On 7 Mrz., 06:32, R Tyler Croy wrote: > 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? > > -- > - R. Tyler Croy > -------------------------------------- > =A0 =A0 Code:http://github.com/rtyler Using project files makes it easier, but you forgot to tell gnat where to look for the .ali files of xmlada (-aL...)