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,fe1dc0666af8f6a6 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!v15g2000yqn.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Creating mixed language static libraries with gpr files? Date: Wed, 4 Mar 2009 02:55:21 -0800 (PST) Organization: http://groups.google.com Message-ID: <7d5583eb-0d83-4698-806a-fa4d6b8f69b4@v15g2000yqn.googlegroups.com> References: <714vb1Fj2e75U1@mid.individual.net> <3330c3ce-7d77-4131-ae71-26f2bc77fc7e@x13g2000yqf.googlegroups.com> <6e81fc88-01c0-4e16-8d79-21f6c451dc03@m24g2000vbp.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1236164122 21674 127.0.0.1 (4 Mar 2009 10:55:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Mar 2009 10:55:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v15g2000yqn.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3926 Date: 2009-03-04T02:55:21-08:00 List-Id: sjw wrote on comp.lang.ada: > 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 eghttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=39336 Thanks for that information. I'll start packaging GCC 4.4 into Debian soon. This will remove gprmake. After that, I will package gprbuild for Debian. In the mean time, I suggest users of Debian stable (or GCC 4.3 on other distributions) try gprmake. -- Ludovic Brenta.