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: a07f3367d7,f1823654f37e98f9 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!g1g2000yqh.googlegroups.com!not-for-mail From: anhvofrcaus@gmail.com Newsgroups: comp.lang.ada Subject: Re: MinGW GNAT and GCC specs strings Date: Thu, 4 Jun 2009 08:20:33 -0700 (PDT) Organization: http://groups.google.com Message-ID: <795fabe1-9cf7-4606-bed9-a46e1dff54d6@g1g2000yqh.googlegroups.com> References: <14277761-4ef7-4588-a763-83e7c735cc23@k2g2000yql.googlegroups.com> <2c1b6d31-ba74-4db5-8063-fea91a0e3735@r31g2000prh.googlegroups.com> <704d2d25-ac11-421b-94bf-3181e8a065ce@l32g2000vba.googlegroups.com> NNTP-Posting-Host: 149.32.224.34 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1244128834 30184 127.0.0.1 (4 Jun 2009 15:20:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 4 Jun 2009 15:20:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g1g2000yqh.googlegroups.com; posting-host=149.32.224.34; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6254 Date: 2009-06-04T08:20:33-07:00 List-Id: On Jun 3, 10:03=A0pm, Hibou57 (Yannick Duch=EAne) wrote: > On 27 mai, 17:13, anhvofrc...@gmail.com wrote: > [...] > > Looking at the GNAT code in MinGW sources, I've found about > "ada_source_path" and "ada_object_path", which are two files intended > to tell GNAT where object and source of the standard Ada package are > located. But I still have some problem with it. Actually, only path to bin directory is need for GNAT running on MinGW. Assuming MinGW is at C:\MinGW, the path=3DC:\MinGW\bin is sufficient to run GNAT. Anh Vo