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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2.glorb.com!news.netfront.net!not-for-mail From: Alex Newsgroups: comp.lang.ada Subject: Re: Trying to install GTKAda on Ubuntu Date: Sat, 26 Sep 2009 19:07:41 +0000 (UTC) Organization: Netfront http://www.netfront.net Message-ID: References: NNTP-Posting-Host: 213.1.50.244 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: adenine.netfront.net 1253992061 61150 213.1.50.244 (26 Sep 2009 19:07:41 GMT) X-Complaints-To: news@netfront.net NNTP-Posting-Date: Sat, 26 Sep 2009 19:07:41 +0000 (UTC) User-Agent: Pan/0.132 (Waxed in Black) Xref: g2news2.google.com comp.lang.ada:8488 Date: 2009-09-26T19:07:41+00:00 List-Id: On Fri, 25 Sep 2009 14:53:37 -0700, Jeffrey R. Carter wrote: > Alex wrote: >> Trying to install GTKAda on Ubuntu 9.04 from the source downloaded from >> librecore. >> >> "./configure" seems OK >> "make" seems OK >> "make install" produces the following error: gnatmake -Pgtkada_src -u >> -fPIC -XBUILD=Production -XOPENGL=True - XGNOME=False -XGLADE=True >> make[1]: gnatmake: Command not found >> >> Does anybody have any ideas? > > IIRC, configure and make may be run as a normal user, but "make install" > has to be run as su. If you did it like that, perhaps the your path > includes gnatmake and root's path doesn't. Ahhhh I hadn't thought of that - I had been typing "sudo make install" but I'll fiddle with the PATH and see if that works. Thanks for the advice (Ludovic too)