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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,683a15466da07921 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!wn14feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Problems installing/running AdaCore GPS (GPL) in Mandriva 2009 Reply-To: anon@anon.org (anon) References: <4a428bc1@news.broadpark.no> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Thu, 25 Jun 2009 06:48:16 GMT NNTP-Posting-Host: 12.65.36.145 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1245912496 12.65.36.145 (Thu, 25 Jun 2009 06:48:16 GMT) NNTP-Posting-Date: Thu, 25 Jun 2009 06:48:16 GMT Organization: AT&T Worldnet Xref: g2news2.google.com comp.lang.ada:6608 Date: 2009-06-25T06:48:16+00:00 List-Id: You need to add the location of the gnat binaries to your PATH variable. This should be explained in the README file and the last page of the doinstall script. As for an editor "kate" and use the "terminal" button at bottom of "Kate" to execute the GNAT programs using the term console. "kate" as a nice color scheme and font for Ada code. Term console command line: gnat ???? program_name where ???? => is either bind, compile, link or make Then if link is OK: ./program_name Without GPS, project files are a little involved. In <4a428bc1@news.broadpark.no>, Anonymous writes: >Hello, > >I'm new to Ada and I'm having some difficulties with GPS. >I've downloaded the GNAT x86_64 package for linux from AdaCore's webpage. > >When I try to install it (as root) the script (doinstall) runs >apparently ok, with the exception that it complains about "unable to >execute binary" for one of the tools. > >The installation process continues and appears ok. However when I try to >execute gnatmake or gps or any other tool I get the same error "unable >to execute binary". I'm using Mandriva 2009 x86 64bits. Have any of you >guys had this issue? > >Are there any good alternatives (when it comes to IDE) to gps (if I >can't get that to work)? KDevelop does not install correctly either, but >I might be able to get around that. I know of the eclipse solution, but >I'm somewhat reluctant to try that (for no good reason at all). > >Regards, >Newbie.