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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,25d3c9cc6301107b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-16 06:49:36 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: prenom_nomus@yahoo.com (Mark) Newsgroups: comp.lang.ada Subject: Re: GNAT - GCC which version to use? Date: 16 Jun 2003 06:49:36 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 199.46.200.232 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1055771376 25086 127.0.0.1 (16 Jun 2003 13:49:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jun 2003 13:49:36 GMT Xref: archiver1.google.com comp.lang.ada:39248 Date: 2003-06-16T13:49:36+00:00 List-Id: Preben Randhol wrote in message news:... > Mark wrote: > > I would like to experiment with some Ada code on either Windows or > > Linux. Does MingW GCC 3.2 support Ada yet? How about GCC 3.3 on Linux? > > Both should have Ada yes. Note however that the porting to the GCC 3.x > backend is not finished and there are still bugs, so you might in stead > want to use Gnat 3.15p in the mean time. You'll find it from here: > > http://libre.act-europe.fr/GNAT/ I need to interface with both C standard library functions and other C libraries and functions. Is this doable from Gnat 3.15p? (Compile C code and Ada code and link together)