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!l38g2000vba.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Creating mixed language static libraries with gpr files? Date: Wed, 4 Mar 2009 11:34:28 -0800 (PST) Organization: http://groups.google.com Message-ID: <35fb7cd2-e31f-4dc5-b88f-70aa858519bb@l38g2000vba.googlegroups.com> References: <714vb1Fj2e75U1@mid.individual.net> <3330c3ce-7d77-4131-ae71-26f2bc77fc7e@x13g2000yqf.googlegroups.com> <6e81fc88-01c0-4e16-8d79-21f6c451dc03@m24g2000vbp.googlegroups.com> <7d5583eb-0d83-4698-806a-fa4d6b8f69b4@v15g2000yqn.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 1236195268 24780 127.0.0.1 (4 Mar 2009 19:34:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Mar 2009 19:34:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l38g2000vba.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:3946 Date: 2009-03-04T11:34:28-08:00 List-Id: On Mar 4, 10:55=A0am, Ludovic Brenta wrote: > 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 fo= r > > > 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=3D39336 > > 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. =A0In the mean time, I suggest users of Debian stable (or > GCC 4.3 on other distributions) try gprmake. > > -- > Ludovic Brenta. Just built GCC 4.3.3 here, no gprmake I'm afraid. There are I believe still traces in the sources. You'd have to patch gnattools/Makefile - variable GNATTOOLS2_FILES, I think, this was the patch to 4.3.0: --- trunk/gnattools/Makefile.in 2007/03/01 23:55:34 122444 +++ trunk/gnattools/Makefile.in 2007/04/30 10:14:24 124293 @@ -156,8 +156,7 @@ ../../gnatxref$(exeext) \ ../../gnatfind$(exeext) \ ../../gnatname$(exeext) \ - ../../gnatclean$(exeext) \ - ../../gprmake$(exeext) + ../../gnatclean$(exeext) # Makefile targets # ----------------