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,88ed72d98e6b3457 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-10 10:19:00 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!news.cambrium.nl!news.cambrium.nl!news.cambrium.nl!nntpfeed-01.ops.asmr-01.energis-idc.net!newshub1.home.nl!home.nl!skynet.be!skynet.be!louie!tlk!not-for-mail Sender: lbrenta@lbrenta Newsgroups: comp.lang.ada Subject: Re: POSIX File Structure Conventions for Ada (Was: Standard Library Interest?) References: <3F7F760E.2020901@comcast.net> <3F8035B0.7080902@noplace.com> <3F816A35.4030108@noplace.com> <3F81FBEC.9010103@noplace.com> <6Ingb.30667$541.13861@nwrdny02.gnilink.net> <3F82B4A4.5060301@noplace.com> <3F82F527.3020101@noplace.com> <3F836528.9020906@noplace.com> <3F84A3F9.6@comcast.net> <6oBhb.12980$fP6.400934@news20.bellglobal.com> From: Ludovic Brenta Date: 10 Oct 2003 19:17:29 +0200 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 80.200.130.222 X-Trace: 1065806338 reader2.news.skynet.be 10711 80.200.130.222:41244 X-Complaints-To: usenet-abuse@skynet.be Xref: archiver1.google.com comp.lang.ada:631 Date: 2003-10-10T19:17:29+02:00 List-Id: "Warren W. Gay VE3WWG" writes: > I would love to hear what the generally accepted practice is for > placing Ada packages on a UNIX file system should be. The library > files are already well defined, but where is the standard location > to put: > > Ada specs (and bodies for generics)? > Those GNAT *.ali files? > > in a POSIX compliant platform? On Linux? In /opt? In /usr/local? > If so, where in there? > > Warren. Florian Weimer has put together a proposal for this. Details are available at http://cert.uni-stuttgart.de/files/ada/gnae/gnae-0.5.html. I have followed the recommendations in my Debian packages. Basically: *.ad[bs] go in /usr/share/ada/adainclude// *.ali and *.o go in /usr/lib/ada/adalib// *.a and *.so go in /usr/lib And I've added: *.gpr go in /usr/share/ada/adainclude/ HTH -- Ludovic Brenta.