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: 103376,fe1dc0666af8f6a6 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!m24g2000vbp.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Creating mixed language static libraries with gpr files? Date: Tue, 3 Mar 2009 12:57:55 -0800 (PST) Organization: http://groups.google.com Message-ID: <6e81fc88-01c0-4e16-8d79-21f6c451dc03@m24g2000vbp.googlegroups.com> References: <714vb1Fj2e75U1@mid.individual.net> <3330c3ce-7d77-4131-ae71-26f2bc77fc7e@x13g2000yqf.googlegroups.com> NNTP-Posting-Host: 82.20.239.213 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1236113875 17100 127.0.0.1 (3 Mar 2009 20:57:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 3 Mar 2009 20:57:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m24g2000vbp.googlegroups.com; posting-host=82.20.239.213; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3905 Date: 2009-03-03T12:57:55-08:00 List-Id: On Mar 3, 3:35=A0pm, Ludovic Brenta wrote: > The author Vincent Celier did a presentation of GPRBuild at FOSDEM > 2009; the slides are online. AFAIU, GPRBuild is currently available > only to paying customers. It will be part of GNAT GPL 2009 Edition for > the general public. gprbuild was released as part of gnat-gpl-2008, and you can get the sources at libre.adacore.com. gprmake was (AdaCore said June last year) a proof of concept only, and has been removed from GCC sources. gprbuild is a separate project, doesn't depend on the compiler version (well, not as much, anyway!) gprbuild built and works fine on Mac OS X Leopard, intel, at any rate for static libraries. I think my problems with dynamic libraries are as much GCC's fault as anything, see eg http://gcc.gnu.org/bugzilla/show_bu= g.cgi?id=3D39336