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,4fbd77cc2dc20a9c,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.189.78 with SMTP id dd14mr3717276qab.0.1359602354127; Wed, 30 Jan 2013 19:19:14 -0800 (PST) X-Received: by 10.49.34.135 with SMTP id z7mr714570qei.1.1359602354009; Wed, 30 Jan 2013 19:19:14 -0800 (PST) Path: k2ni3907qap.0!nntp.google.com!p13no7268688qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 30 Jan 2013 19:19:13 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.175.94.238; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl NNTP-Posting-Host: 71.175.94.238 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <065d4266-dee0-46f4-b7e6-19e706f784cd@googlegroups.com> Subject: Building PolyOrb - Windows XP; gnat 2012 From: "RasikaSrinivasan@gmail.com" Injection-Date: Thu, 31 Jan 2013 03:19:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-30T19:19:13-08:00 List-Id: I have installed gnat gpl 2012 on my Win XP system. I am attempting to build PolyOrb. When I issue ./configure (under mingw) - it terminates with "Ada compiler is not working" it was able to check for gnat chop, gnatls etc. I am wondering what command it is using to check? (I am not too familiar with configure scripts). gnat appears to be working, E.g. "gnatmake -c polyorb" - did produce a polyorb.o and polyorb.ali Pointers appreciated. thanks, srini