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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1bee490c6c78dfa4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.95.2 with SMTP id dg2mr361186wib.2.1343209276367; Wed, 25 Jul 2012 02:41:16 -0700 (PDT) Path: q11ni59760041wiw.1!nntp.google.com!goblin3!goblin1!goblin2!goblin.stu.neva.ru!news.teledata-fn.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 25 Jul 2012 11:41:13 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: How to enable Ada with GCC in linux References: <7d9fc771-b046-4fe2-a2ec-459664b90c8e@googlegroups.com> In-Reply-To: <7d9fc771-b046-4fe2-a2ec-459664b90c8e@googlegroups.com> Message-ID: <500fbf3b$0$9502$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 25 Jul 2012 11:41:15 CEST NNTP-Posting-Host: 2e2aa51c.newsspool1.arcor-online.net X-Trace: DXC=ZR9:K\=@7YdJ00P1S40fZgic==]BZ:afn4Fo<]lROoRankgeX?EC@@`C[<4Pd9AVHbnc\616M64>jLh>_cHTX3jmZF3Kn>5577m X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-07-25T11:41:15+02:00 List-Id: On 25.07.12 11:06, Ada novice wrote: > I'm new to Linux and I have been able to run Ada programs under linux. On my machine, I found: > > gcc -v > gcc version 4.6.3 (Debian 4.6.3-1) > > As we can see above, Ada is not enabled in the languages available in GCC. Yet, my gnatmake calls gcc well. > > gnatmake --version > GNATMAKE GPL 2011 (20110419) > Copyright (C) 1995-2011, Free Software Foundation, Inc. > > Should I leave things as they are since I am able to compile the Ada programs well? Looks like gcc is /usr/bin/gcc and gnatmake is /wherever/you/installed/GNATGPL/bin/gcc. What is the value of your PATH variable?