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-Thread: a07f3367d7,f4e7abd2b81a8c97 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!news2.glorb.com!newsgate.cuhk.edu.hk!news.netfront.net!not-for-mail From: Alex Newsgroups: comp.lang.ada Subject: Re: Trying to install GTKAda on Ubuntu Date: Sat, 10 Oct 2009 19:37:44 +0000 (UTC) Organization: Netfront http://www.netfront.net Message-ID: References: NNTP-Posting-Host: 81.146.37.116 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: adenine.netfront.net 1255203464 59562 81.146.37.116 (10 Oct 2009 19:37:44 GMT) X-Complaints-To: news@netfront.net NNTP-Posting-Date: Sat, 10 Oct 2009 19:37:44 +0000 (UTC) User-Agent: Pan/0.132 (Waxed in Black) Xref: g2news2.google.com comp.lang.ada:8658 Date: 2009-10-10T19:37:44+00:00 List-Id: On Sat, 26 Sep 2009 19:07:41 +0000, Alex wrote: > 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) Back of the net! Thanks Jeff - that was it exactly. My user PATH had /usr/bin/gnat in it but root's didn't. Thanks you so much for your help - I have really been tearing my hair out with this.