comp.lang.ada
 help / color / mirror / Atom feed
From: sjw <simon.j.wright@mac.com>
Subject: Re: Creating mixed language static libraries with gpr files?
Date: Wed, 4 Mar 2009 11:34:28 -0800 (PST)
Date: 2009-03-04T11:34:28-08:00	[thread overview]
Message-ID: <35fb7cd2-e31f-4dc5-b88f-70aa858519bb@l38g2000vba.googlegroups.com> (raw)
In-Reply-To: 7d5583eb-0d83-4698-806a-fa4d6b8f69b4@v15g2000yqn.googlegroups.com

On Mar 4, 10:55 am, Ludovic Brenta <ludo...@ludovic-brenta.org> 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 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.

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
 # ----------------




  reply	other threads:[~2009-03-04 19:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-03  9:58 Creating mixed language static libraries with gpr files? Markus Schoepflin
2009-03-03 12:07 ` Ludovic Brenta
2009-03-03 14:49   ` Markus Schoepflin
2009-03-03 15:06     ` Alex R. Mosteo
2009-03-03 15:35       ` Ludovic Brenta
2009-03-03 20:57         ` sjw
2009-03-04 10:55           ` Ludovic Brenta
2009-03-04 19:34             ` sjw [this message]
2009-03-04 19:44               ` Ludovic Brenta
2009-03-03 15:14     ` britt.snodgrass
2009-03-03 18:29   ` Ludovic Brenta
2009-03-03 18:21 ` anon
2009-03-04  8:37   ` Markus Schoepflin
2009-03-04 16:05     ` Robert A Duff
2009-03-04  8:41 ` Vadim Godunko
2009-03-04 16:58   ` anhvofrcaus
2009-03-04 18:10     ` Ludovic Brenta
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox