comp.lang.ada
 help / color / mirror / Atom feed
* Download gnat for SPARC
@ 2003-06-28 14:33 Adrian Hoe
  2003-06-28 14:37 ` Multiple copies of (Re: Download gnat for SPARC) Adrian Hoe
  2003-06-30  7:17 ` Download gnat for SPARC Andreas Almroth
  0 siblings, 2 replies; 10+ messages in thread
From: Adrian Hoe @ 2003-06-28 14:33 UTC (permalink / raw)


Hi,

It's been a long time. I just acquire a Sun Blade 150 and have Solaris 9 
installed. Aprt from Sun C/C++ compiler, there is no gcc/gnat in the 
system. Where can I download the gcc/gnat compiler for SPARC Solaris 9? 
Has anyone packaged any such binary for download?

Thank you.

Adrian Hoe




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

* Multiple copies of (Re: Download gnat for SPARC)
  2003-06-28 14:33 Download gnat for SPARC Adrian Hoe
@ 2003-06-28 14:37 ` Adrian Hoe
  2003-06-28 15:30   ` Preben Randhol
  2003-06-30  7:17 ` Download gnat for SPARC Andreas Almroth
  1 sibling, 1 reply; 10+ messages in thread
From: Adrian Hoe @ 2003-06-28 14:37 UTC (permalink / raw)


I notice that three copies of my (same) message had been posted. I don't 
know why Netscape posted three copies of my message. Sorry for the troubles.


Adrian Hoe wrote:
> Hi,
> 
> It's been a long time. I just acquire a Sun Blade 150 and have Solaris 9 
> installed. Aprt from Sun C/C++ compiler, there is no gcc/gnat in the 
> system. Where can I download the gcc/gnat compiler for SPARC Solaris 9? 
> Has anyone packaged any such binary for download?
> 
> Thank you.
> 
> Adrian Hoe
> 




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

* Re: Multiple copies of (Re: Download gnat for SPARC)
  2003-06-28 14:37 ` Multiple copies of (Re: Download gnat for SPARC) Adrian Hoe
@ 2003-06-28 15:30   ` Preben Randhol
  2003-06-28 15:52     ` Adrian Hoe
  0 siblings, 1 reply; 10+ messages in thread
From: Preben Randhol @ 2003-06-28 15:30 UTC (permalink / raw)


Adrian Hoe wrote:
> I notice that three copies of my (same) message had been posted. I don't 
> know why Netscape posted three copies of my message. Sorry for the troubles.

I got only one.

-- 
Ada95 is good for you.
http://www.crystalcode.com/codemage/MainMenu/Coding/Ada/IntroducingAda.php



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

* Re: Multiple copies of (Re: Download gnat for SPARC)
  2003-06-28 15:30   ` Preben Randhol
@ 2003-06-28 15:52     ` Adrian Hoe
  2003-06-29 18:45       ` Jeffrey Creem
  0 siblings, 1 reply; 10+ messages in thread
From: Adrian Hoe @ 2003-06-28 15:52 UTC (permalink / raw)


I got three. Strange and perhaps it's because Netscape is not written in 
Ada.

Do you know where to download gcc/gnat for SPARC Solaris 9? I have 
exhausted all searches.



Preben Randhol wrote:
> Adrian Hoe wrote:
> 
>>I notice that three copies of my (same) message had been posted. I don't 
>>know why Netscape posted three copies of my message. Sorry for the troubles.
> 
> 
> I got only one.
> 




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

* Re: Multiple copies of (Re: Download gnat for SPARC)
  2003-06-28 15:52     ` Adrian Hoe
@ 2003-06-29 18:45       ` Jeffrey Creem
  2003-07-01  5:27         ` Adrian Hoe
  0 siblings, 1 reply; 10+ messages in thread
From: Jeffrey Creem @ 2003-06-29 18:45 UTC (permalink / raw)


Have you already tried the one that claims it is compiler for Solaris 2.5.1
and run into problems?

I have used this on Solaris 2.6, 2.8 with no problems.
"Adrian Hoe" <mailbox@nospam.adrianhoe.com> wrote in message
news:3EFDB9C6.7050502@nospam.adrianhoe.com...
> I got three. Strange and perhaps it's because Netscape is not written in
> Ada.
>
> Do you know where to download gcc/gnat for SPARC Solaris 9? I have
> exhausted all searches.
>
>
>
> Preben Randhol wrote:
> > Adrian Hoe wrote:
> >
> >>I notice that three copies of my (same) message had been posted. I don't
> >>know why Netscape posted three copies of my message. Sorry for the
troubles.
> >
> >
> > I got only one.
> >
>





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

* Re: Download gnat for SPARC
  2003-06-28 14:33 Download gnat for SPARC Adrian Hoe
  2003-06-28 14:37 ` Multiple copies of (Re: Download gnat for SPARC) Adrian Hoe
@ 2003-06-30  7:17 ` Andreas Almroth
  2003-07-01  5:22   ` Adrian Hoe
  1 sibling, 1 reply; 10+ messages in thread
From: Andreas Almroth @ 2003-06-30  7:17 UTC (permalink / raw)


On Sat, 28 Jun 2003 22:33:50 +0800, Adrian Hoe wrote:

> Hi,
> 
> It's been a long time. I just acquire a Sun Blade 150 and have Solaris 9 
> installed. Aprt from Sun C/C++ compiler, there is no gcc/gnat in the 
> system. Where can I download the gcc/gnat compiler for SPARC Solaris 9? 
> Has anyone packaged any such binary for download?
> 

The CSW effort for Solaris has a package for SunOS 5.8. It is although
based on GCC 3.3, but I'm using it for my development and have so far not
had any problems (mind you, I don't do any real-time stuff at the moment).
Even tasking seems to work under SunOS 5.9, odd as there have been reports
that tasking is broken in gnat when on SunOS 5.9.
The package supports Ada, C, C++, Java, Fortran, Objective C.

The URL is http://www.blastwave.org

The best thing is to follow the initial setup recommendations and use
pkg-get and wget to automatically download the packages and dependencies.
If you don't want to do that, you will need to download at least;
CSWcommon
CSWgcc3rt
CSWgcc3

It installs into /opt/csw/gcc3

> Thank you.
> 
> Adrian Hoe


Cheers,
Andreas




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

* Re: Download gnat for SPARC
  2003-06-30  7:17 ` Download gnat for SPARC Andreas Almroth
@ 2003-07-01  5:22   ` Adrian Hoe
  2003-07-01  9:05     ` Andreas Almroth
  0 siblings, 1 reply; 10+ messages in thread
From: Adrian Hoe @ 2003-07-01  5:22 UTC (permalink / raw)



Andreas Almroth wrote:
> On Sat, 28 Jun 2003 22:33:50 +0800, Adrian Hoe wrote:
> 
> 
>>Hi,
>>
>>It's been a long time. I just acquire a Sun Blade 150 and have Solaris 9 
>>installed. Aprt from Sun C/C++ compiler, there is no gcc/gnat in the 
>>system. Where can I download the gcc/gnat compiler for SPARC Solaris 9? 
>>Has anyone packaged any such binary for download?
>>
> 
> 
> The CSW effort for Solaris has a package for SunOS 5.8. It is although
> based on GCC 3.3, but I'm using it for my development and have so far not
> had any problems (mind you, I don't do any real-time stuff at the moment).
> Even tasking seems to work under SunOS 5.9, odd as there have been reports
> that tasking is broken in gnat when on SunOS 5.9.
> The package supports Ada, C, C++, Java, Fortran, Objective C.
> 
> The URL is http://www.blastwave.org
> 
> The best thing is to follow the initial setup recommendations and use
> pkg-get and wget to automatically download the packages and dependencies.
> If you don't want to do that, you will need to download at least;
> CSWcommon
> CSWgcc3rt
> CSWgcc3
> 
> It installs into /opt/csw/gcc3
> 
> 


I can't find gcc3 package in both SunOS 5.8 and 5.9. There is one gcc 
2.x....

gcc3 is listed in the package list but not in the mirrored ftp sites. 
Could it be under different name instead of gcc3...?

Thanks.




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

* Re: Multiple copies of (Re: Download gnat for SPARC)
  2003-06-29 18:45       ` Jeffrey Creem
@ 2003-07-01  5:27         ` Adrian Hoe
  2003-07-01 11:11           ` Jeffrey Creem
  0 siblings, 1 reply; 10+ messages in thread
From: Adrian Hoe @ 2003-07-01  5:27 UTC (permalink / raw)



Jeffrey Creem wrote:
> Have you already tried the one that claims it is compiler for Solaris 2.5.1
> and run into problems?
> 
> I have used this on Solaris 2.6, 2.8 with no problems.



No I did not. Is it gcc3.3 or 2.x?




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

* Re: Download gnat for SPARC
  2003-07-01  5:22   ` Adrian Hoe
@ 2003-07-01  9:05     ` Andreas Almroth
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Almroth @ 2003-07-01  9:05 UTC (permalink / raw)


On Tue, 01 Jul 2003 13:22:35 +0800, Adrian Hoe wrote:
> Andreas Almroth wrote:
>> On Sat, 28 Jun 2003 22:33:50 +0800, Adrian Hoe wrote:
>> 

<snip> 

> I can't find gcc3 package in both SunOS 5.8 and 5.9. There is one gcc 
> 2.x....
> 
> gcc3 is listed in the package list but not in the mirrored ftp sites. 
> Could it be under different name instead of gcc3...?
> 
> Thanks.

Odd, perhaps the mirror you are connected to has not synchronised yet.
My mirror at http://www.almroth.com/cswmirror/unstable does have the
packages though.
Just change the url line in the /etc/pkg-get.conf file to the above and
theory has it that it should work...

Oh, and I forgot one package dependency; CSWiconv (in case you download
manually).

Cheers,
Andreas






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

* Re: Multiple copies of (Re: Download gnat for SPARC)
  2003-07-01  5:27         ` Adrian Hoe
@ 2003-07-01 11:11           ` Jeffrey Creem
  0 siblings, 0 replies; 10+ messages in thread
From: Jeffrey Creem @ 2003-07-01 11:11 UTC (permalink / raw)


It is gcc 2.8.1. You can get it at either

ftp://ftp.cs.nyu.edu/pub/gnat
or
http://libre.act-europe.fr/GNAT/

If this works and you have some need for a gcc 3.X series you can then use
this compiler to bootstrap
from source the 3.X series compilers.

Unless you have need for some specific 3.X feature or just want to play with
a newer compiler version,
 I would stick with gnat-3.15p or consider getting one of the branches from
CVS at the libre.act site and
building from that.




"Adrian Hoe" <mailbox@nospam.adrianhoe.com> wrote in message
news:3F011BBA.2010504@nospam.adrianhoe.com...
>
> Jeffrey Creem wrote:
> > Have you already tried the one that claims it is compiler for Solaris
2.5.1
> > and run into problems?
> >
> > I have used this on Solaris 2.6, 2.8 with no problems.
>
>
>
> No I did not. Is it gcc3.3 or 2.x?
>





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

end of thread, other threads:[~2003-07-01 11:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-28 14:33 Download gnat for SPARC Adrian Hoe
2003-06-28 14:37 ` Multiple copies of (Re: Download gnat for SPARC) Adrian Hoe
2003-06-28 15:30   ` Preben Randhol
2003-06-28 15:52     ` Adrian Hoe
2003-06-29 18:45       ` Jeffrey Creem
2003-07-01  5:27         ` Adrian Hoe
2003-07-01 11:11           ` Jeffrey Creem
2003-06-30  7:17 ` Download gnat for SPARC Andreas Almroth
2003-07-01  5:22   ` Adrian Hoe
2003-07-01  9:05     ` Andreas Almroth

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