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-Thread: a07f3367d7,222ed89632aabb93 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.76.205 with SMTP id d13mr9975390qak.3.1343234493288; Wed, 25 Jul 2012 09:41:33 -0700 (PDT) Received: by 10.66.84.8 with SMTP id u8mr1169209pay.45.1343230774654; Wed, 25 Jul 2012 08:39:34 -0700 (PDT) Path: a15ni95130680qag.0!nntp.google.com!q21no8718879qas.0!news-out.google.com!b9ni52949213pbl.0!nntp.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ada novice Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada Date: Wed, 25 Jul 2012 08:37:53 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <509991f4-bcb4-45a0-84f3-b8393db64da4@googlegroups.com> <374bd898-5683-4350-8812-e3cae186ab2b@googlegroups.com> <87k3y3jxgj.fsf@ludovic-brenta.org> <23edac82-3e0e-47f5-85b7-36473e4a44ed@googlegroups.com> <8d88395a-9e03-4880-9728-aa0489dbc62f@googlegroups.com> <4d5e7463-824c-4ac1-af47-2a4a5bf0d8e6@googlegroups.com> <27d45d4b-0924-4179-9a05-169ab10839ce@googlegroups.com> <847049f2-fe53-47b2-be81-50787c5a6290@googlegroups.com> <500fbbbb$0$9512$9b4e6d93@newsspool1.arcor-online.net> <58dbcb00-cbc0-4da9-894c-2530a9218186@googlegroups.com> NNTP-Posting-Host: 193.11.21.204 Mime-Version: 1.0 X-Trace: posting.google.com 1343230774 19637 127.0.0.1 (25 Jul 2012 15:39:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Jul 2012 15:39:34 +0000 (UTC) In-Reply-To: <58dbcb00-cbc0-4da9-894c-2530a9218186@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.11.21.204; posting-account=Rr9I-QoAAACS-nOzpA-mGxtAlZ46Nb6I User-Agent: G2/1.0 X-Received-Bytes: 2594 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-25T08:37:53-07:00 List-Id: I have now gnat gpl 2012 in addition to the already installed gnat gpl 2011. The program mysolve.adb compiles well with gnat 2012 without requiring modification of the for loop as expected. Gnat 2012 can also compiles the modified program that runs under gnat 2011 well as expected also. The command line for the compilation is gnatmake -gnat2012 -I../ada mysolve.adb How can I include this in GPR project for GPS? I know where to put the switch -gnat2012, but what about "-I/.." ? Thanks, YC