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,9a720a14a5d106b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!news-FFM2.ecrc.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Wed, 10 Aug 2005 02:14:14 +0200 From: Georg Bauhaus User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Shared Ada Library to be Used in a Non-Ada Context References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <42f946df$0$6992$9b4e6d93@newsread2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 10 Aug 2005 02:14:24 MEST NNTP-Posting-Host: cfbc6aca.newsread2.arcor-online.net X-Trace: DXC=VI>k\mc=MV>4B[hADX>N=3Q5U85hF6f;4jW\KbG]kaM841Ud:;E]@43P97NPch3XV>8JM^O\[iId38KCdjj<>HV7 X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:4049 Date: 2005-08-10T02:14:24+02:00 List-Id: David Sauvage wrote: > Jeffrey Carter wrote: > ... > >>Gnatmake invokes "gcc-3.4". It seems to know about GNAT. > > ... > >>Gnatbind invokes "gcc". It doesn't seem to know about GNAT. > i'm using Debian GNU/Linux Sarge. > libgnat-3.4 3.4.3-13 > libgnat-3.15p- 3.15p-1 > This looks suspicious, how many GNATs does your system have, visible in PATH? "gcc" could be the name of the program that is invoked by the gnattools. There is a switch, --GCC IIRC, that you can use to instruct the tools to choose the correct compiler driver. -- Georg