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,6ca5f0d94d4c145 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!m3g2000pri.googlegroups.com!not-for-mail From: Allison Beh Newsgroups: comp.lang.ada Subject: Re: Distributed Computing in Ada Date: Sat, 5 Sep 2009 06:20:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: <399ca1c9-b66c-4900-b10e-7d159025e7d1@m3g2000pri.googlegroups.com> References: <7f8194ed-26d1-4a38-841b-6cb910b10ce4@j9g2000prh.googlegroups.com> <4a92c4aa$0$31329$9b4e6d93@newsspool4.arcor-online.net> <325cc501-09ec-4c06-add9-603a51c00c76@r9g2000yqa.googlegroups.com> NNTP-Posting-Host: 121.121.20.204 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1252156814 2597 127.0.0.1 (5 Sep 2009 13:20:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 5 Sep 2009 13:20:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m3g2000pri.googlegroups.com; posting-host=121.121.20.204; posting-account=y8U0KAoAAABaYW80kEL0Mzz_A-6jc6Yp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8182 Date: 2009-09-05T06:20:14-07:00 List-Id: On Sep 5, 8:06=A0pm, Ludovic Brenta wrote: > Allison Beh wrote on comp.lang.ada: > > > I've downloaded PolyORB but > > failed to install it. During the configuration process, there was an > > error message which states that my Ada compiler is not working. But > > I've tested my compiler, it is able to compile the Ada programs. I > > wonder what is wrong. Have I missed something? > > Please provide the necessary details: > - what operating system (and version number) > - what Ada compiler (and version number) > - what version of PolyORB (presumably GPL 2009?) > - what exact command you ran > - what exact error message you got > > I suspect your compiler is not in the PATH or something similar. > > -- > Ludovic Brenta. Oops, sorry and thanks for responding. I'm on Mac OS X Leopard and gnat-4.3. Yes, I downloaded GPL 2009 version. I ran ./configure in bash environment, it did all the checking until the last when it checked if the Ada compiler works, the result was "no", and then an error message appeared: Ada compiler is not working. I suppose my compiler is in the PATH as I already set it in /etc/ bashrc. I've tried to compile an Ada program by running gnatmake and it was working fine. Regards, Allison