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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f63f154e76af1dae X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "=?iso-8859-1?B?Q2VwaHVzrg==?=" Newsgroups: comp.lang.ada Subject: Re: Help installing GNAT 3.15p on a linux machine Date: 20 Jan 2005 07:00:27 -0800 Organization: http://groups.google.com Message-ID: <1106233227.165388.271400@f14g2000cwb.googlegroups.com> References: <1106193109.945998.285530@f14g2000cwb.googlegroups.com> <1106194898.055804.290540@c13g2000cwb.googlegroups.com> <5811174.eFslaFBACa@linux1.krischik.com> NNTP-Posting-Host: 130.160.46.65 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1106233231 10163 127.0.0.1 (20 Jan 2005 15:00:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 20 Jan 2005 15:00:31 +0000 (UTC) In-Reply-To: <5811174.eFslaFBACa@linux1.krischik.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=130.160.46.65; posting-account=Bzn4Wg0AAAAnBPKQB-5H_r7ZezzTGwWb Xref: g2news1.google.com comp.lang.ada:7914 Date: 2005-01-20T07:00:27-08:00 List-Id: I am running TSL version 2.2 I can compile an Ada program by using: /usr/gnat/bin/gcc -c hello.adb but, I can't create the object program when I try this: /usr/gnat/bin/gcc -c hello.adb /usr/gnat/bin/gnatmake hello.adb I get the error: gnatbind -x hello.ali gnatmake: error, unable to locate gnatbind Now I have looked and gnatbind is located in the /usr/gnat/bin folder. Anyone have any ideas what is going on? I even try to do it the long way by doing: /usr/gnat/bin/gcc -c hello.adb <--works /usr/gnat/bin/gnatbind hello <--works /usr/gnat/bin/gnatlink hello <--Error Error Message: gcc: b~hello.adb: Ada compiler not installed on this system