comp.lang.ada
 help / color / mirror / Atom feed
* Windows Ada Compiler
@ 2002-08-12  0:31 David Rasmussen
  2002-08-12  1:24 ` Jim Rogers
  2002-08-14 17:16 ` David Botton
  0 siblings, 2 replies; 6+ messages in thread
From: David Rasmussen @ 2002-08-12  0:31 UTC (permalink / raw)


I am used to gnat and gcc 3.1 ada on Linux, but is there a free Ada
compiler for Windows too? Specifically, is it possible to get gnat or
preferably the gcc 3.1 Ada to work on windows, somehow, possibly via
cygwin, but natively preferably? Wow, what a sentence.

/David



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

* Re: Windows Ada Compiler
  2002-08-12  0:31 Windows Ada Compiler David Rasmussen
@ 2002-08-12  1:24 ` Jim Rogers
  2002-08-12  9:41   ` Pascal Obry
  2002-08-12 11:11   ` David C. Hoos, Sr.
  2002-08-14 17:16 ` David Botton
  1 sibling, 2 replies; 6+ messages in thread
From: Jim Rogers @ 2002-08-12  1:24 UTC (permalink / raw)


David Rasmussen wrote:

> I am used to gnat and gcc 3.1 ada on Linux, but is there a free Ada
> compiler for Windows too? Specifically, is it possible to get gnat or
> preferably the gcc 3.1 Ada to work on windows, somehow, possibly via
> cygwin, but natively preferably? Wow, what a sentence.


Yes, there is a Windows version of GNAT. You can download it from
http://cs.nyu.edu/pub/gnat/3.14p/winnt/gnatwin3.14p.exe

This version works on all versions of Windows, without the use of
cygwin.

Jim Rogers




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

* Re: Windows Ada Compiler
  2002-08-12  1:24 ` Jim Rogers
@ 2002-08-12  9:41   ` Pascal Obry
  2002-08-12 11:11   ` David C. Hoos, Sr.
  1 sibling, 0 replies; 6+ messages in thread
From: Pascal Obry @ 2002-08-12  9:41 UTC (permalink / raw)



Jim Rogers <jimmaureenrogers@worldnet.att.net> writes:

> Yes, there is a Windows version of GNAT. You can download it from
> http://cs.nyu.edu/pub/gnat/3.14p/winnt/gnatwin3.14p.exe

This is not GNAT but addon tools. On the same directory you will
find the right InstallShield. Moreover this server is using FTP
not HTTP. So the right link is:

   ftp://cs.nyu.edu/pub/gnat/3.14p/winnt/gnat-3.14p-nt.exe

You can also find a GCC 3.1 based compiler (which is not yet 
stable) at:

   http://sourceforge.net/project/showfiles.php?group_id=2435

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|         http://perso.wanadoo.fr/pascal.obry
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



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

* Re: Windows Ada Compiler
  2002-08-12  1:24 ` Jim Rogers
  2002-08-12  9:41   ` Pascal Obry
@ 2002-08-12 11:11   ` David C. Hoos, Sr.
  2002-08-12 12:25     ` Larry Kilgallen
  1 sibling, 1 reply; 6+ messages in thread
From: David C. Hoos, Sr. @ 2002-08-12 11:11 UTC (permalink / raw)



----- Original Message ----- 
From: "Jim Rogers" <jimmaureenrogers@worldnet.att.net>
Newsgroups: comp.lang.ada
To: <comp.lang.ada@ada.eu.org>
Sent: August 11, 2002 8:24 PM
Subject: Re: Windows Ada Compiler


<snip>
> This version works on all versions of Windows, without the use of
> cygwin.
Well... all 32-bit versions of Windows -- i.e. nit Windows 3.x






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

* Re: Windows Ada Compiler
  2002-08-12 11:11   ` David C. Hoos, Sr.
@ 2002-08-12 12:25     ` Larry Kilgallen
  0 siblings, 0 replies; 6+ messages in thread
From: Larry Kilgallen @ 2002-08-12 12:25 UTC (permalink / raw)


In article <mailman.1029150602.16906.comp.lang.ada@ada.eu.org>, "David C. Hoos, Sr." <david.c.hoos.sr@ada95.com> writes:
> 
> ----- Original Message ----- 
> From: "Jim Rogers" <jimmaureenrogers@worldnet.att.net>
> Newsgroups: comp.lang.ada
> To: <comp.lang.ada@ada.eu.org>
> Sent: August 11, 2002 8:24 PM
> Subject: Re: Windows Ada Compiler
> 
> 
> <snip>
>> This version works on all versions of Windows, without the use of
>> cygwin.
> Well... all 32-bit versions of Windows -- i.e. nit Windows 3.x

Provided they are on IA32.



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

* Re: Windows Ada Compiler
  2002-08-12  0:31 Windows Ada Compiler David Rasmussen
  2002-08-12  1:24 ` Jim Rogers
@ 2002-08-14 17:16 ` David Botton
  1 sibling, 0 replies; 6+ messages in thread
From: David Botton @ 2002-08-14 17:16 UTC (permalink / raw)


Also take a look at http://www.adapower.com/windows for information on
frameworks available for Windows.

David Botton

"David Rasmussen" <pinkfloydhomer@yahoo.com> wrote in message
news:607e0508.0208111631.5d129696@posting.google.com...
> I am used to gnat and gcc 3.1 ada on Linux, but is there a free Ada
> compiler for Windows too? Specifically, is it possible to get gnat or
> preferably the gcc 3.1 Ada to work on windows, somehow, possibly via
> cygwin, but natively preferably? Wow, what a sentence.
>
> /David





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

end of thread, other threads:[~2002-08-14 17:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-12  0:31 Windows Ada Compiler David Rasmussen
2002-08-12  1:24 ` Jim Rogers
2002-08-12  9:41   ` Pascal Obry
2002-08-12 11:11   ` David C. Hoos, Sr.
2002-08-12 12:25     ` Larry Kilgallen
2002-08-14 17:16 ` David Botton

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