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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6071f84396b8f5aa X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.35.68 with SMTP id f4mr11003419pbj.5.1319183242536; Fri, 21 Oct 2011 00:47:22 -0700 (PDT) Path: d5ni38764pbc.0!nntp.google.com!news1.google.com!postnews.google.com!e37g2000yqa.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Writing PDF files Date: Fri, 21 Oct 2011 00:31:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 X-Trace: posting.google.com 1319183242 3543 127.0.0.1 (21 Oct 2011 07:47:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 21 Oct 2011 07:47:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e37g2000yqa.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESRCNK X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Red Hat/3.6-2.el5 Firefox/3.6.13,gzip(gfe) Xref: news1.google.com comp.lang.ada:18636 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-10-21T00:31:09-07:00 List-Id: Yannick Duch=EAne wrote: > Simon Wright a =E9crit:=A0 >> One thing I forgot to mention is that, if the plplot cmake process >> detects that you have AquaTerm installed, it will include it in the >> library; the code called in requires a compiler that understands >> Objective C (gcc -ObjC), which none of the Ada-capable compilers I have >> do. Of course, one could be built. > > I don't understand, all GCC can compile Objective-C. No. This depends on how GCC was configured and built. Read the installation guide of GCC[1] about the configuration option --enable- languages. [1] http://gcc.gnu.org/install/configure.html -- Ludovic Brenta.