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: 103376,39bfacc4cdf36218,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!9c8756a9!not-for-mail From: Steve O'Neill User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax; CDonDemand-Dom) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: GNAT on Fedora Core 3? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Wed, 16 Mar 2005 15:32:37 GMT NNTP-Posting-Host: 165.121.147.112 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1110987157 165.121.147.112 (Wed, 16 Mar 2005 07:32:37 PST) NNTP-Posting-Date: Wed, 16 Mar 2005 07:32:37 PST Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:9499 Date: 2005-03-16T15:32:37+00:00 List-Id: Hi, I'm trying to get GNAT functioning on a new system running FC3. Note I wasn't the one that did the install of the OS or the tools. It appears that the gcc-gnat-3.4.2.6-fc3 RPM is installed. This is verified by the fact that I get the help information if I enter just gnat. However, if I try to do a gnatmake hello.adb I am told by gcc that "Ada compiler not installed on this system". The gcc RPM installed is the same version as that of GNAT. How do I get gcc to recognize that GNAT is installed? Thanks