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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.13.17 with SMTP id 17mr11376665oti.81.1491381137676; Wed, 05 Apr 2017 01:32:17 -0700 (PDT) X-Received: by 10.157.41.1 with SMTP id d1mr312416otb.10.1491381137646; Wed, 05 Apr 2017 01:32:17 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!1.us.feeder.erje.net!feeder.erje.net!2.us.feeder.erje.net!news.ripco.com!news.glorb.com!y18no4501382itc.0!news-out.google.com!j72ni3365itb.0!nntp.google.com!y18no4501372itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 5 Apr 2017 01:32:17 -0700 (PDT) In-Reply-To: <510a4934-6292-4067-b4ca-3ec6cfad6e47@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=220.233.175.88; posting-account=4ayn4woAAADnVypQTO_KOekJA3eJDijd NNTP-Posting-Host: 220.233.175.88 References: <510a4934-6292-4067-b4ca-3ec6cfad6e47@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <388bc9ed-ebbe-4d93-a065-fb28abd1ffb1@googlegroups.com> Subject: Re: Installing AdaSDL to a Debian system From: LaeMing Ai Injection-Date: Wed, 05 Apr 2017 08:32:17 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:46534 Date: 2017-04-05T01:32:17-07:00 List-Id: I have done some thinking and some redesign and I am determined to have another go at SDL with Ada. So far: SDL itself is (AFAIK )installed: # sdl2-config --libs returns -L/usr/lib/x86_64-linux-gnu -lSDL2 I (believe I have successfully) installed sdlada with this command line: sudo make SDL_PLATFORM=linux SDL_BUILD=static SDL_MODE=release DESTDIR=/usr/lib/x86_64-linux-gnu/ada/adalib/ install (Note: in the sdlada readme there is a typo: DESTDIR is DESTDIT) It installs in the expected place: /usr/lib/x86_64-linux-gnu/ada/adalib/sdlada/ contains folders: 'include', 'lib' and 'share' and their contents. The question now is... What next? How do I tell GPS to use the installed libraries?