comp.lang.ada
 help / color / mirror / Atom feed
* Does GNAT GPL 2010 have C++?
@ 2010-09-16  6:47 Jerry
  2010-09-16  7:20 ` Maciej Sobczak
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Jerry @ 2010-09-16  6:47 UTC (permalink / raw)


According to the Adacore Libre site

http://libre.adacore.com/libre/tools/gnat-gpl-edition/

the 2010 GPL GNAT includes Ada, C, and C++. Yet, there is this on my
OS X 10.5:

MBPro:bin jb$ ./gcc -v
Using built-in specs.
Target: x86_64-apple-darwin9.6.0
Configured with: ../src/configure --prefix=/usr/local/gnat --with-
build-time-tools=/lensk.a/gnatmail/release-gpl/build-lensk/obj --with-
gmp=/lensk.a/gnatmail/release-gpl/build-lensk/libmpfr/install --with-
mpfr=/lensk.a/gnatmail/release-gpl/build-lensk/libmpfr/install --
build=x86_64-apple-darwin9.6.0 --enable-languages=c,ada --disable-nls
--without-libiconv-prefix --disable-libmudflap --disable-libffi --
disable-libstdcxx-pch --disable-libada --enable-checking=release --
with-bugurl=URL:mailto:report@adacore.com
Thread model: posix
gcc version 4.3.6 20100603 for GNAT GPL 2010 (20100603) (GCC)

Specifically,

--enable-languages=c,ada

No C++? What am I missing here?

Jerry



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16  6:47 Does GNAT GPL 2010 have C++? Jerry
@ 2010-09-16  7:20 ` Maciej Sobczak
  2010-09-16  7:35   ` Jerry
  2010-09-16 10:50   ` Peter C. Chapin
  2010-09-16 10:51 ` Yannick Duchêne (Hibou57)
  2010-09-16 20:37 ` John B. Matthews
  2 siblings, 2 replies; 19+ messages in thread
From: Maciej Sobczak @ 2010-09-16  7:20 UTC (permalink / raw)


On 16 Wrz, 08:47, Jerry <lancebo...@qwest.net> wrote:

> http://libre.adacore.com/libre/tools/gnat-gpl-edition/
>
> the 2010 GPL GNAT includes Ada, C, and C++. Yet, there is this on my
> OS X 10.5:

It was similar with 2009. Interestingly, the package for Windows does
have the g++
part (or at least it did for 2009 - is it still true for 2010?).

I think that plain sloppiness is the only explanation for this
inconsistency.
Although the fact that it happens again is a food for thought.

--
Maciej Sobczak * http://www.inspirel.com

YAMI4 - Messaging Solution for Distributed Systems
http://www.inspirel.com/yami4



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16  7:20 ` Maciej Sobczak
@ 2010-09-16  7:35   ` Jerry
  2010-09-16 12:35     ` Colin Paul Gloster
  2010-09-16 13:55     ` Florian Weimer
  2010-09-16 10:50   ` Peter C. Chapin
  1 sibling, 2 replies; 19+ messages in thread
From: Jerry @ 2010-09-16  7:35 UTC (permalink / raw)


On Sep 16, 12:20 am, Maciej Sobczak <see.my.homep...@gmail.com> wrote:
> On 16 Wrz, 08:47, Jerry <lancebo...@qwest.net> wrote:
>
> >http://libre.adacore.com/libre/tools/gnat-gpl-edition/
>
> > the 2010 GPL GNAT includes Ada, C, and C++. Yet, there is this on my
> > OS X 10.5:
>
> It was similar with 2009. Interestingly, the package for Windows does
> have the g++
> part (or at least it did for 2009 - is it still true for 2010?).
>
> I think that plain sloppiness is the only explanation for this
> inconsistency.
> Although the fact that it happens again is a food for thought.
>
> --
> Maciej Sobczak *http://www.inspirel.com
>
> YAMI4 - Messaging Solution for Distributed Systemshttp://www.inspirel.com/yami4

Well, that's not good news. It's preventing me from building PLplot on
OS X 10.5.

I wonder if we'll have to wait another year for a fix?



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16  7:20 ` Maciej Sobczak
  2010-09-16  7:35   ` Jerry
@ 2010-09-16 10:50   ` Peter C. Chapin
  1 sibling, 0 replies; 19+ messages in thread
From: Peter C. Chapin @ 2010-09-16 10:50 UTC (permalink / raw)


On 2010-09-16 03:20, Maciej Sobczak wrote:

> It was similar with 2009. Interestingly, the package for Windows does
> have the g++
> part (or at least it did for 2009 - is it still true for 2010?).

Here is what I get for my GNAT GPL 2010 Windows installation:

Using built-in specs.
Target: i686-pc-mingw32
Configured with: ../src/configure --prefix=/gnat-prefix
--with-build-time-tools=/rostov.a/gnatmail/release-gpl/build-rostov/obj
--with-gmp=/rostov.a/gnatmail/release-gpl/build-rostov/libmpfr/install
--with-mpfr=/rostov.a/gnatmail/release-gpl/build-rostov/libmpfr/install
--build=i686-pc-mingw32 --enable-languages=c,ada,c++ --disable-nls
--without-libiconv-prefix --disable-libmudflap --disable-libffi
--disable-libstdcxx-pch --disable-libada --enable-checking=release
--enable-threads=win32 --disable-sjlj-exceptions --with
bugurl=URL:mailto:report@adacore.com
Thread model: win32
gcc version 4.3.6 20100603 for GNAT GPL 2010 (20100603) (GCC)


Peter



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16  6:47 Does GNAT GPL 2010 have C++? Jerry
  2010-09-16  7:20 ` Maciej Sobczak
@ 2010-09-16 10:51 ` Yannick Duchêne (Hibou57)
  2010-09-16 12:23   ` sjw
  2010-09-16 20:37 ` John B. Matthews
  2 siblings, 1 reply; 19+ messages in thread
From: Yannick Duchêne (Hibou57) @ 2010-09-16 10:51 UTC (permalink / raw)


Le Thu, 16 Sep 2010 08:47:43 +0200, Jerry <lanceboyle@qwest.net> a écrit:

> According to the Adacore Libre site
>
> http://libre.adacore.com/libre/tools/gnat-gpl-edition/
>
> the 2010 GPL GNAT includes Ada, C, and C++. Yet, there is this on my
> OS X 10.5:
I do not know how GNAT for Mac is built, I still feel to remember GCC on  
Mac is not the same as on other platform. Is this the reason ?

-- 
“Dual licensing is the Perl's way to disinfect the GNU General Public  
Virus!” (anonymous)



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16 12:35     ` Colin Paul Gloster
@ 2010-09-16 12:23       ` Maciej Sobczak
  2010-09-16 22:26         ` Jerry
  2010-09-16 23:28         ` Gautier write-only
  0 siblings, 2 replies; 19+ messages in thread
From: Maciej Sobczak @ 2010-09-16 12:23 UTC (permalink / raw)


On 16 Wrz, 14:35, Colin Paul Gloster <Colin_Paul_Glos...@ACM.org>
wrote:

> |I wonder if we'll have to wait another year for a fix?"               |
> |----------------------------------------------------------------------|
>
> Why not build GNAT and G++ yourself?

Because it might take even longer, especially without the necessary
experience.

Consider this: some time ago there was a discussion here about selling
Ada to the C shop. Take into account that in practice "the C shop"
will be "the C++ shop". Now, a very strong argument for Ada was that
it can integrate with existing codebase by means of interfacing and
direct linking. Guess what - it will not work for this shop without
the C++ compiler that is ABI-consistent with the C and Ada parts.
And the suggestion to build GNAT and g++ yourself is a sure way to
abandon the whole proposal.

It is in the best interest of AdaCore to produce consistent package
that targets C++ together with C and Ada. Without it many programmers
and whole shops will simply be discouraged from considering Ada
seriously.

Or maybe it does not really matter that much for the Mac OS X.
I don't know what AdaCore thinks about it, but certainly I would like
to see a complete package for Mac.

--
Maciej Sobczak * http://www.inspirel.com

YAMI4 - Messaging Solution for Distributed Systems
http://www.inspirel.com/yami4



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16 10:51 ` Yannick Duchêne (Hibou57)
@ 2010-09-16 12:23   ` sjw
  0 siblings, 0 replies; 19+ messages in thread
From: sjw @ 2010-09-16 12:23 UTC (permalink / raw)


On Sep 16, 11:51 am, Yannick Duchêne (Hibou57)
<yannick_duch...@yahoo.fr> wrote:
> Le Thu, 16 Sep 2010 08:47:43 +0200, Jerry <lancebo...@qwest.net> a écrit:
>
> > According to the Adacore Libre site
>
> >http://libre.adacore.com/libre/tools/gnat-gpl-edition/
>
> > the 2010 GPL GNAT includes Ada, C, and C++. Yet, there is this on my
> > OS X 10.5:
>
> I do not know how GNAT for Mac is built, I still feel to remember GCC on  
> Mac is not the same as on other platform. Is this the reason ?

There have been Mac-specific problems, as there are for many
platforms. GCC 4.5.0 builds fine on Mac OS X Snow Leopard (though I've
only added Fortran, not C++).

If there is a community of interest, it'd be simple enough to try
building GNAT GPL 2010 with C++ ...



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16  7:35   ` Jerry
@ 2010-09-16 12:35     ` Colin Paul Gloster
  2010-09-16 12:23       ` Maciej Sobczak
  2010-09-16 13:55     ` Florian Weimer
  1 sibling, 1 reply; 19+ messages in thread
From: Colin Paul Gloster @ 2010-09-16 12:35 UTC (permalink / raw)


Jerry <lanceboyle@qwest.net> sent on September 16th, 2010:
|----------------------------------------------------------------------|
|"[..]                                                                 |
|                                                                      |
|Well, that's not good news. It's preventing me from building PLplot on|
|OS X 10.5.                                                            |
|                                                                      |
|I wonder if we'll have to wait another year for a fix?"               |
|----------------------------------------------------------------------|

Why not build GNAT and G++ yourself?



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16  7:35   ` Jerry
  2010-09-16 12:35     ` Colin Paul Gloster
@ 2010-09-16 13:55     ` Florian Weimer
  2010-09-16 22:21       ` Jerry
  1 sibling, 1 reply; 19+ messages in thread
From: Florian Weimer @ 2010-09-16 13:55 UTC (permalink / raw)


* Jerry:

> Well, that's not good news. It's preventing me from building PLplot on
> OS X 10.5.

I think MacOS comes with a system C++ compiler (unlike Windows), so
this shouldn't be an issue.



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16  6:47 Does GNAT GPL 2010 have C++? Jerry
  2010-09-16  7:20 ` Maciej Sobczak
  2010-09-16 10:51 ` Yannick Duchêne (Hibou57)
@ 2010-09-16 20:37 ` John B. Matthews
  2 siblings, 0 replies; 19+ messages in thread
From: John B. Matthews @ 2010-09-16 20:37 UTC (permalink / raw)


In article 
<4cd34172-9a48-4679-b4c6-ebf3793e3328@p22g2000pre.googlegroups.com>,
 Jerry <lanceboyle@qwest.net> wrote:

> According to the Adacore Libre site
> 
> http://libre.adacore.com/libre/tools/gnat-gpl-edition/
> 
> the 2010 GPL GNAT includes Ada, C, and C++. Yet, there is this on my
> OS X 10.5:
> 
> MBPro:bin jb$ ./gcc -v
> Using built-in specs.
> Target: x86_64-apple-darwin9.6.0
> Configured with: ../src/configure --prefix=/usr/local/gnat --with-
> build-time-tools=/lensk.a/gnatmail/release-gpl/build-lensk/obj --with-
> gmp=/lensk.a/gnatmail/release-gpl/build-lensk/libmpfr/install --with-
> mpfr=/lensk.a/gnatmail/release-gpl/build-lensk/libmpfr/install --
> build=x86_64-apple-darwin9.6.0 --enable-languages=c,ada --disable-nls
> --without-libiconv-prefix --disable-libmudflap --disable-libffi --
> disable-libstdcxx-pch --disable-libada --enable-checking=release --
> with-bugurl=URL:mailto:report@adacore.com
> Thread model: posix
> gcc version 4.3.6 20100603 for GNAT GPL 2010 (20100603) (GCC)
> 
> Specifically,
> 
> --enable-languages=c,ada
> 
> No C++? What am I missing here?

FWIW, I've been using this one for a while on Mac OS X 10.5:

$ gcc -v
Using built-in specs.
Target: i686-apple-darwin9
Configured with: 
/Users/Shared/Developer/Compiler/gcc-4.3-branch/configure 
--disable-checking --enable-static --prefix=/usr/local/ada-4.3 
--host=i686-apple-darwin9 --target=i686-apple-darwin9 
--build=i686-apple-darwin9 
--enable-languages=c,ada,objc,obj-c++,c++,fortran 
--with-gmp=/usr/local/i686-ada-4.5 --with-mpfr=/usr/local/i686-ada-4.5
Thread model: posix
gcc version 4.3.4 20090621 (prerelease) [gcc-4_3-branch revision 148757] 
(GCC) 



-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16 13:55     ` Florian Weimer
@ 2010-09-16 22:21       ` Jerry
  0 siblings, 0 replies; 19+ messages in thread
From: Jerry @ 2010-09-16 22:21 UTC (permalink / raw)


On Sep 16, 6:55 am, Florian Weimer <f...@deneb.enyo.de> wrote:
> * Jerry:
>
> > Well, that's not good news. It's preventing me from building PLplot on
> > OS X 10.5.
>
> I think MacOS comes with a system C++ compiler (unlike Windows), so
> this shouldn't be an issue.

Sorry, I wasn't clear in my original statement. What I meant to say
was that it's preventing me from building PLplot with a 64-bit
compiler on OS X 10.5 Leopard.

I was surprised to discover that the Apple-supplied gcc on 10.5
Leopard is 32-bit: otherwise, I could have compiled the Ada parts on
Adacore's GPL and the C++ parts with Apple's gcc.

The reasons for wanting to use Adacore's 2010 GPL are (to a lesser
extent) that it finally fixes the linking to BLAS and LAPACK and fixes
the problem with the non-blocking Get_Immediate, and (to a greater
extent) I want to evaluate GPS, and the installation of the whole
thing is really easy. I don't know whether I can replace only the
compiler in all of that (the Adacore package) and expect the tools
such as GPS to still work. Another important reason is that, as the
"Ada guy" on the PLplot dev team, I wanted to make some effort to see
that a 64-bit installation on Leopard is possible.

I suppose that even with the deficiency in the Adacore compiler, I
could achieve a 64-bit build on  10.6 Snow Leopard but I have lagged
behind in moving to that OS because of hassles in getting the Xcode
IDE to work with Ada.

Jerry



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16 12:23       ` Maciej Sobczak
@ 2010-09-16 22:26         ` Jerry
  2010-09-16 23:29           ` Simon Wright
  2010-09-16 23:28         ` Gautier write-only
  1 sibling, 1 reply; 19+ messages in thread
From: Jerry @ 2010-09-16 22:26 UTC (permalink / raw)


On Sep 16, 5:23 am, Maciej Sobczak <see.my.homep...@gmail.com> wrote:
> On 16 Wrz, 14:35, Colin Paul Gloster <Colin_Paul_Glos...@ACM.org>
> wrote:
>
> > |I wonder if we'll have to wait another year for a fix?"               |
> > |----------------------------------------------------------------------|
>
> > Why not build GNAT and G++ yourself?
>
> Because it might take even longer, especially without the necessary
> experience.
>
I wonder how much time it would take for a complete noob (e.g., me) to
do this. Is the source provided as a download from Adacore the same as
what they use for their build? I would hope so. If that's the case,
then it seems that the problem of the missing C++ compiler should be
fixable by changing only one argument.

Jerry



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16 12:23       ` Maciej Sobczak
  2010-09-16 22:26         ` Jerry
@ 2010-09-16 23:28         ` Gautier write-only
  1 sibling, 0 replies; 19+ messages in thread
From: Gautier write-only @ 2010-09-16 23:28 UTC (permalink / raw)


On Sep 16, 2:23 pm, Maciej Sobczak <see.my.homep...@gmail.com> wrote:
> On 16 Wrz, 14:35, Colin Paul Gloster <Colin_Paul_Glos...@ACM.org>
> wrote:
>
> > |I wonder if we'll have to wait another year for a fix?"               |
> > |----------------------------------------------------------------------|
>
> > Why not build GNAT and G++ yourself?
>
> Because it might take even longer, especially without the necessary
> experience.
>
> Consider this: some time ago there was a discussion here about selling
> Ada to the C shop. Take into account that in practice "the C shop"
> will be "the C++ shop".

But perhaps less likely an OS X shop. There must be some economical
tradeoffs for AdaCore in respect of dedicating resources for building
such or such marginal element of their free packages.
______________________________________________________________________________
Gautier's Ada programming -- http://gautiersblog.blogspot.com/search/label/Ada
NB: For a direct answer, e-mail address on the following web site:
http://www.fechtenafz.ethz.ch/wm_email.htm



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16 22:26         ` Jerry
@ 2010-09-16 23:29           ` Simon Wright
  2010-09-17  8:50             ` Jerry
  0 siblings, 1 reply; 19+ messages in thread
From: Simon Wright @ 2010-09-16 23:29 UTC (permalink / raw)


Jerry <lanceboyle@qwest.net> writes:

> I wonder how much time it would take for a complete noob (e.g., me) to
> do this. Is the source provided as a download from Adacore the same as
> what they use for their build? I would hope so. If that's the case,
> then it seems that the problem of the missing C++ compiler should be
> fixable by changing only one argument.

It's a middling-complex job, which I've done quite a few times now, and
am about to start for GNAT GPL 2010 now you've suggested it -- but only
for Snow Leopard, I'm afraid. For starters, you need to build libgmp and
libmpfr.

It's a tad late now, so I need to catch some sleep, but I _will_ write
down the steps!



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-16 23:29           ` Simon Wright
@ 2010-09-17  8:50             ` Jerry
  2010-09-17 11:21               ` sjw
  0 siblings, 1 reply; 19+ messages in thread
From: Jerry @ 2010-09-17  8:50 UTC (permalink / raw)


On Sep 16, 4:29 pm, Simon Wright <si...@pushface.org> wrote:
> It's a middling-complex job, which I've done quite a few times now, and
> am about to start for GNAT GPL 2010 now you've suggested it -- but only
> for Snow Leopard, I'm afraid.

That would be awesome. In that case, I would just move to 10.6 and
figure out whatever other issues there would be with my workflow.

Do you normally include Fortran or other languages in your builds?

Jerry

 For starters, you need to build libgmp and
> libmpfr.
>
> It's a tad late now, so I need to catch some sleep, but I _will_ write
> down the steps!




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-17  8:50             ` Jerry
@ 2010-09-17 11:21               ` sjw
  2010-09-19 14:13                 ` Simon Wright
  0 siblings, 1 reply; 19+ messages in thread
From: sjw @ 2010-09-17 11:21 UTC (permalink / raw)


On Sep 17, 9:50 am, Jerry <lancebo...@qwest.net> wrote:
> On Sep 16, 4:29 pm, Simon Wright <si...@pushface.org> wrote:
>
> > It's a middling-complex job, which I've done quite a few times now, and
> > am about to start for GNAT GPL 2010 now you've suggested it -- but only
> > for Snow Leopard, I'm afraid.
>
> That would be awesome. In that case, I would just move to 10.6 and
> figure out whatever other issues there would be with my workflow.
>
> Do you normally include Fortran or other languages in your builds?

'normally' I'd just include Ada & C. But I've recently needed to
include Fortran (for the math extension project, to generate test data
sets), so C++ shouldn't be a huge problem. I think the 'make check'
part might be interesting, I gather it takes a loong time for C++ ...



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-17 11:21               ` sjw
@ 2010-09-19 14:13                 ` Simon Wright
  2010-09-19 16:35                   ` Florian Weimer
  2010-09-21  7:20                   ` Jerry
  0 siblings, 2 replies; 19+ messages in thread
From: Simon Wright @ 2010-09-19 14:13 UTC (permalink / raw)


sjw <simon.j.wright@mac.com> writes:

> On Sep 17, 9:50 am, Jerry <lancebo...@qwest.net> wrote:
>> On Sep 16, 4:29 pm, Simon Wright <si...@pushface.org> wrote:
>>
>> > It's a middling-complex job, which I've done quite a few times now, and
>> > am about to start for GNAT GPL 2010 now you've suggested it -- but only
>> > for Snow Leopard, I'm afraid.
>>
>> That would be awesome. In that case, I would just move to 10.6 and
>> figure out whatever other issues there would be with my workflow.
>>
>> Do you normally include Fortran or other languages in your builds?
>
> 'normally' I'd just include Ada & C. But I've recently needed to
> include Fortran (for the math extension project, to generate test data
> sets), so C++ shouldn't be a huge problem. I think the 'make check'
> part might be interesting, I gather it takes a loong time for C++ ...

OK.

Things didn't go as well as I'd hoped, in particular there's no Fortran;
GNAT GPL 2010 is built on "GCC 4.3.6", which doesn't appear on any GNU
download site, so I can't get the Fortran component which is missing
from the GNAT sources. I suppose I could have tried out the 4.3.5
version ...

Anyway, the download is at http://sourceforge.net/projects/gnuada/files/
-- at the moment it's the newest file, otherwise navigate > GNAT_GPL Mac
OS X > 2010-snow-leopard.

Notes at
http://sourceforge.net/userapps/mediawiki/simonjwright/index.php?title=BuildingGnatGpl2010



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-19 14:13                 ` Simon Wright
@ 2010-09-19 16:35                   ` Florian Weimer
  2010-09-21  7:20                   ` Jerry
  1 sibling, 0 replies; 19+ messages in thread
From: Florian Weimer @ 2010-09-19 16:35 UTC (permalink / raw)


* Simon Wright:

> Things didn't go as well as I'd hoped, in particular there's no Fortran;
> GNAT GPL 2010 is built on "GCC 4.3.6", which doesn't appear on any GNU
> download site, so I can't get the Fortran component which is missing
> from the GNAT sources. I suppose I could have tried out the 4.3.5
> version ...

This means it's taken off the gcc-4_3-branch, presumably after the
release of 4.3.5.



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: Does GNAT GPL 2010 have C++?
  2010-09-19 14:13                 ` Simon Wright
  2010-09-19 16:35                   ` Florian Weimer
@ 2010-09-21  7:20                   ` Jerry
  1 sibling, 0 replies; 19+ messages in thread
From: Jerry @ 2010-09-21  7:20 UTC (permalink / raw)


On Sep 19, 7:13 am, Simon Wright <si...@pushface.org> wrote:
> sjw <simon.j.wri...@mac.com> writes:
>
> Anyway, the download is athttp://sourceforge.net/projects/gnuada/files/
> -- at the moment it's the newest file, otherwise navigate > GNAT_GPL Mac
> OS X > 2010-snow-leopard.
>
> Notes athttp://sourceforge.net/userapps/mediawiki/simonjwright/index.php?titl...

Thanks for your help, Simon. You might want to post this to the GNAT-
OSX list.
Jerry



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-09-21  7:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-16  6:47 Does GNAT GPL 2010 have C++? Jerry
2010-09-16  7:20 ` Maciej Sobczak
2010-09-16  7:35   ` Jerry
2010-09-16 12:35     ` Colin Paul Gloster
2010-09-16 12:23       ` Maciej Sobczak
2010-09-16 22:26         ` Jerry
2010-09-16 23:29           ` Simon Wright
2010-09-17  8:50             ` Jerry
2010-09-17 11:21               ` sjw
2010-09-19 14:13                 ` Simon Wright
2010-09-19 16:35                   ` Florian Weimer
2010-09-21  7:20                   ` Jerry
2010-09-16 23:28         ` Gautier write-only
2010-09-16 13:55     ` Florian Weimer
2010-09-16 22:21       ` Jerry
2010-09-16 10:50   ` Peter C. Chapin
2010-09-16 10:51 ` Yannick Duchêne (Hibou57)
2010-09-16 12:23   ` sjw
2010-09-16 20:37 ` John B. Matthews

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