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,46825ad1dc67a573 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII X-Received: by 10.224.18.132 with SMTP id w4mr10941382qaa.1.1363084836175; Tue, 12 Mar 2013 03:40:36 -0700 (PDT) X-Received: by 10.49.71.135 with SMTP id v7mr1155033qeu.28.1363084836140; Tue, 12 Mar 2013 03:40:36 -0700 (PDT) Path: o5ni743qas.0!nntp.google.com!dd2no1770298qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Mar 2013 03:40:36 -0700 (PDT) In-Reply-To: <0529b394-0d5d-46ee-bcf2-9de351c16f89@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.190.25.159; posting-account=DAe9nQkAAAB9gkplHzkiZyyp2GkJ0X9B NNTP-Posting-Host: 109.190.25.159 References: <1ab3e76d-0ebd-472c-a279-eceeb03018d7@googlegroups.com> <0529b394-0d5d-46ee-bcf2-9de351c16f89@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4a8a68ce-21b6-4b63-b8e6-4a88763d02ff@googlegroups.com> Subject: Re: Gnattest under Debian/Ubuntu Linux/Linux Lint From: Justin Time Injection-Date: Tue, 12 Mar 2013 10:40:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-12T03:40:36-07:00 List-Id: Le vendredi 8 f=E9vrier 2013 23:45:47 UTC+1, ziot...@gmail.com a =E9crit=A0= : =20 > I am writing this here so perhaps it'll be of some use for somebody else = in my situation. >=20 > Maurizio. Thanks Maurizio, Your post proved very helfull for installing on Adacore Debian Wheezy AMD64 To build GtkAda (or any program using C files), you must also specify varia= ble C_INCLUDE_PATH. So file /etc/profile.d/gnat.sh should look like : #!/bin/sh export PATH=3D/usr/gnat/2012/bin:$PATH export LD_LIBRARY_PATH=3D/usr/gnat/2012/lib:/usr/lib/x86_64-linux-gnu:$LD_L= IBRARY_PATH export LIBRARY_PATH=3D/usr/gnat/2012/lib:/usr/lib/x86_64-linux-gnu:$LIBRARY= _PATH export C_INCLUDE_PATH=3D/usr/include/x86_64-linux-gnu export GPR_PROJECT_PATH=3D/usr/gnat/2012/lib/gnat