comp.lang.ada
 help / color / mirror / Atom feed
From: Justin Time <francois_fabien@hotmail.com>
Subject: Re: Gnattest under Debian/Ubuntu Linux/Linux Lint
Date: Tue, 12 Mar 2013 03:40:36 -0700 (PDT)
Date: 2013-03-12T03:40:36-07:00	[thread overview]
Message-ID: <4a8a68ce-21b6-4b63-b8e6-4a88763d02ff@googlegroups.com> (raw)
In-Reply-To: <0529b394-0d5d-46ee-bcf2-9de351c16f89@googlegroups.com>

Le vendredi 8 février 2013 23:45:47 UTC+1, ziot...@gmail.com a écrit :
 
> I am writing this here so perhaps it'll be of some use for somebody else in my situation.
> 
>   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 variable C_INCLUDE_PATH.
So file /etc/profile.d/gnat.sh should look like :

#!/bin/sh
export PATH=/usr/gnat/2012/bin:$PATH
export LD_LIBRARY_PATH=/usr/gnat/2012/lib:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
export LIBRARY_PATH=/usr/gnat/2012/lib:/usr/lib/x86_64-linux-gnu:$LIBRARY_PATH
export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu
export GPR_PROJECT_PATH=/usr/gnat/2012/lib/gnat



      reply	other threads:[~2013-03-12 10:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 16:50 Gnattest under Debian/Ubuntu Linux/Linux Lint ziotom78
2013-02-08 18:04 ` Simon Wright
2013-02-08 19:14   ` Ludovic Brenta
2013-02-08 20:53 ` ziotom78
2013-02-08 22:45 ` ziotom78
2013-03-12 10:40   ` Justin Time [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox