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,start 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: "Beau Elliott" Newsgroups: comp.lang.ada Subject: Help installing GNAT 3.15p on a linux machine Date: 19 Jan 2005 19:51:49 -0800 Organization: http://groups.google.com Message-ID: <1106193109.945998.285530@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 24.179.6.227 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1106193114 23238 127.0.0.1 (20 Jan 2005 03:51:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 20 Jan 2005 03:51:54 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=24.179.6.227; posting-account=Bzn4Wg0AAAAnBPKQB-5H_r7ZezzTGwWb Xref: g2news1.google.com comp.lang.ada:7908 Date: 2005-01-19T19:51:49-08:00 List-Id: Can anyone help me with my install of GNAT 3.15p. I downloaded the linux version from http://libre.act-europe.fr/GNAT/ I then used: gunzip -c gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.gz | tar xf - I then used the doconfig (using option 2) script to create the doinstall file. Once I did this, I ran the doinstall file and it finished. I then wrote a hello world program to test it out, I typed: gcc -c hello.adb and then I got an error saying: Ada compiler not installed on this system. Can anyone help me fix this problem? I know this is not necessarily a Ada problem, but I assume some of you use linux and probably use this compiler so maybe some of you can help me solve my problem. I would really like to use Ada in a linux environment. Thanks in advance! Beau