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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:bdc7:: with SMTP id x190-v6mr1587778ite.29.1539086226714; Tue, 09 Oct 2018 04:57:06 -0700 (PDT) X-Received: by 2002:a9d:24e8:: with SMTP id z95mr383763ota.1.1539086226450; Tue, 09 Oct 2018 04:57:06 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!z5-v6no49227ite.0!news-out.google.com!n199-v6ni82itn.0!nntp.google.com!x98-v6no49394ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 9 Oct 2018 04:57:06 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=62.121.55.154; posting-account=9KbC2woAAAA0kK2IAUr3-FkzJBtOzrhm NNTP-Posting-Host: 62.121.55.154 References: <84ec9c9b-0c32-40da-998f-8a5ad122f243@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Per-project third party library management From: =?UTF-8?B?SGVucmlrIEjDpHJrw7ZuZW4=?= Injection-Date: Tue, 09 Oct 2018 11:57:06 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54525 Date: 2018-10-09T04:57:06-07:00 List-Id: > If you don't want to follow the rules imposed by the OS, there is no > such thing as "install" anymore. Simply copy the library file where you > want it to be. > > Specifically for GNAT Ada there is a ready-to-use tool gprinstall which > does installation of Ada projects. A third-party library can be > described as a separate (externally built) library project. I didn't try > it, but I suppose it must work as expected. > > But again, for anything beyond simplest stuff you have no choice but to > use the corresponding packaging tool of the corresponding OS, however > painful, like in the case of DEB and RPM, it might be. Ok, I have to tinker with these options and see what seems like the best option. The gprinstall at least seems nice in that way that it would reduce some manual and error prone steps on the way, perhaps. -Henrik