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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,4201333ce83cfb73,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.182.74 with SMTP id cb10mr3478478qab.0.1347687912880; Fri, 14 Sep 2012 22:45:12 -0700 (PDT) Received: by 10.52.33.34 with SMTP id o2mr198051vdi.12.1347687912855; Fri, 14 Sep 2012 22:45:12 -0700 (PDT) Path: da15ni55818832qab.0!nntp.google.com!v8no3621265qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 14 Sep 2012 22:45:12 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.235.52.218; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I NNTP-Posting-Host: 90.235.52.218 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: GPS doesn't work in GNAT GPL From: Ada novice Injection-Date: Sat, 15 Sep 2012 05:45:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-14T22:45:12-07:00 List-Id: Sorry for the double posting! I cannot erase the other incomplete post on my phone it seems but I can do it later when I am at the computer. ------------- I have installed crunchbang linux which is a direct derivative of Debian. Crunchbang is very fast! However with the GNAT GPL, I cannot get GPS to launch. For example with the year 2010 GNAT version I get on launching GPS: /usr/local/gnat-2010/bin/gps.exe; Error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory I can put the Debian Ada though but I am interested in making the GPS with GNAT GPL to work. Compiling via gnatmake on the command line works fine and my programs run well. Any suggestion? Thanks