comp.lang.ada
 help / color / mirror / Atom feed
* GNAT310
@ 2003-10-11 17:41 BijanM
  2003-10-11 17:57 ` GNAT310 Ludovic Brenta
  2003-10-11 17:58 ` GNAT310 Stephane Richard
  0 siblings, 2 replies; 8+ messages in thread
From: BijanM @ 2003-10-11 17:41 UTC (permalink / raw)


Hello
I wonder if there is anyone that can help me.
I am a newbie in ADA95 and GNAT. I have
downloaded, ez2load from ftp site and have installed GNAT310 in the correct
directory.
The installer asks me to run gant310.bat to setup the GNAT310.
When I run this batch file I get the following message.
Out of Environment Space.
What should I do, and where have I gone wrong

Many thanks



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

* Re: GNAT310
  2003-10-11 17:41 GNAT310 BijanM
@ 2003-10-11 17:57 ` Ludovic Brenta
  2003-10-11 17:58 ` GNAT310 Stephane Richard
  1 sibling, 0 replies; 8+ messages in thread
From: Ludovic Brenta @ 2003-10-11 17:57 UTC (permalink / raw)


minaeeb@asme.org (BijanM) writes:

> Hello
> I wonder if there is anyone that can help me.
> I am a newbie in ADA95 and GNAT. I have
> downloaded, ez2load from ftp site and have installed GNAT310 in the correct
> directory.
> The installer asks me to run gant310.bat to setup the GNAT310.
> When I run this batch file I get the following message.
> Out of Environment Space.
> What should I do, and where have I gone wrong
> 
> Many thanks

GNAT 3.10p is old.  I suggest you try GNAT 3.15p fom
ftp://ftp.cs.nyu.edu/pub/gnat.  There are binaries for various
operating systems.

ez2load is even older and is not a complete Ada 95 compiler.  I
suggest you forget about it.

PS. The error you see is not related to Ada or GNAT; it is really a
DOS error.  It means that the batch file sets too many environment
variables, or that the values of some variables are too long.  DOS
(this includes Windows 95 and 98) has severe limitations in this
respect.  Check the installation instructions for GNAT, there may be
explanations on how to work around these limitations.

HTH

-- 
Ludovic Brenta.



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

* Re: GNAT310
  2003-10-11 17:41 GNAT310 BijanM
  2003-10-11 17:57 ` GNAT310 Ludovic Brenta
@ 2003-10-11 17:58 ` Stephane Richard
  2003-10-12  8:26   ` GNAT310 Preben Randhol
                     ` (3 more replies)
  1 sibling, 4 replies; 8+ messages in thread
From: Stephane Richard @ 2003-10-11 17:58 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]

Before you do I suggest you get GNAT 3.16a

Go to my website  http://www.adaworld.com and go to the related links,
you'll see an ada download section, select teh 2nd option there.

You shouldn't need to change anything to your configuration this way.  I
didn't need too.

Since your new to Ada (welcome aboard :-).  and in the "Learning center" in
the Tutorials and Free books sections you might find some stuff of interest
to your learning .

If you really want to stick with Ada 3.10 then in your config.sys add the
following line

device=c:\windows\command\command.com /e:4096

his is where the enfironment space is set.  But I recommend you get GNAT Ada
3.16 and take it from there.

-- 
St�phane Richard
"Ada World" Webmaster
http://www.adaworld.com


"BijanM" <minaeeb@asme.org> wrote in message
news:8efab0cd.0310110941.5982c54d@posting.google.com...
> Hello
> I wonder if there is anyone that can help me.
> I am a newbie in ADA95 and GNAT. I have
> downloaded, ez2load from ftp site and have installed GNAT310 in the
correct
> directory.
> The installer asks me to run gant310.bat to setup the GNAT310.
> When I run this batch file I get the following message.
> Out of Environment Space.
> What should I do, and where have I gone wrong
>
> Many thanks





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

* Re: GNAT310
  2003-10-11 17:58 ` GNAT310 Stephane Richard
@ 2003-10-12  8:26   ` Preben Randhol
  2003-10-12 11:10   ` GNAT310 Pascal Obry
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Preben Randhol @ 2003-10-12  8:26 UTC (permalink / raw)


On 2003-10-11, Stephane Richard <stephane.richard@verizon.net> wrote:
> Before you do I suggest you get GNAT 3.16a

3.16a is for companies that want support. 3.15p is for normal persons
  :-)



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

* Re: GNAT310
  2003-10-11 17:58 ` GNAT310 Stephane Richard
  2003-10-12  8:26   ` GNAT310 Preben Randhol
@ 2003-10-12 11:10   ` Pascal Obry
  2003-10-14 15:29   ` GNAT310 Stephen Leake
  2003-10-16 13:33   ` GNAT310 BijanM
  3 siblings, 0 replies; 8+ messages in thread
From: Pascal Obry @ 2003-10-12 11:10 UTC (permalink / raw)



"Stephane Richard" <stephane.richard@verizon.net> writes:

> Before you do I suggest you get GNAT 3.16a

The latest public release is 3.15p.

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] 8+ messages in thread

* Re: GNAT310
  2003-10-11 17:58 ` GNAT310 Stephane Richard
  2003-10-12  8:26   ` GNAT310 Preben Randhol
  2003-10-12 11:10   ` GNAT310 Pascal Obry
@ 2003-10-14 15:29   ` Stephen Leake
  2003-10-16 13:33   ` GNAT310 BijanM
  3 siblings, 0 replies; 8+ messages in thread
From: Stephen Leake @ 2003-10-14 15:29 UTC (permalink / raw)


"Stephane Richard" <stephane.richard@verizon.net> writes:

> Before you do I suggest you get GNAT 3.16a
> 
> Go to my website  http://www.adaworld.com and go to the related links,
> you'll see an ada download section, select teh 2nd option there.

I did that, and found 3.15p. Perhaps that is what you meant.

Incidently, I did not find "downloads" on your site map
(http://www.adaworld.com/sitemapmain.html); I didn't quite understand
your first instructions, and looked there.

-- 
-- Stephe



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

* Re: GNAT310
  2003-10-11 17:58 ` GNAT310 Stephane Richard
                     ` (2 preceding siblings ...)
  2003-10-14 15:29   ` GNAT310 Stephen Leake
@ 2003-10-16 13:33   ` BijanM
  2003-10-16 14:38     ` GNAT310 Marius Amado Alves
  3 siblings, 1 reply; 8+ messages in thread
From: BijanM @ 2003-10-16 13:33 UTC (permalink / raw)


"Stephane Richard" <stephane.richard@verizon.net> wrote in message news:<exXhb.2362$fv4.1208@nwrdny02.gnilink.net>...
> Before you do I suggest you get GNAT 3.16a
> 
> Go to my website  http://www.adaworld.com and go to the related links,
> you'll see an ada download section, select teh 2nd option there.
> 
> You shouldn't need to change anything to your configuration this way.  I
> didn't need too.
> 
> Since your new to Ada (welcome aboard :-).  and in the "Learning center" in
> the Tutorials and Free books sections you might find some stuff of interest
> to your learning .
> 
> If you really want to stick with Ada 3.10 then in your config.sys add the
> following line
> 
> device=c:\windows\command\command.com /e:4096
> 
> his is where the enfironment space is set.  But I recommend you get GNAT Ada
> 3.16 and take it from there.
> 
> -- 
> St�phane Richard
> "Ada World" Webmaster
> http://www.adaworld.com
> 
> 
> "BijanM" <minaeeb@asme.org> wrote in message
> news:8efab0cd.0310110941.5982c54d@posting.google.com...
> > Hello
> > I wonder if there is anyone that can help me.
> > I am a newbie in ADA95 and GNAT. I have
> > downloaded, ez2load from ftp site and have installed GNAT310 in the
>  correct
> > directory.
> > The installer asks me to run gant310.bat to setup the GNAT310.
> > When I run this batch file I get the following message.
> > Out of Environment Space.
> > What should I do, and where have I gone wrong
> >
> > Many thanks

Many thanks for the multitude of helpful tips. Download from your site
however remains elusive. Any further pointers please?.
Thanks once again



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

* Re: GNAT310
  2003-10-16 13:33   ` GNAT310 BijanM
@ 2003-10-16 14:38     ` Marius Amado Alves
  0 siblings, 0 replies; 8+ messages in thread
From: Marius Amado Alves @ 2003-10-16 14:38 UTC (permalink / raw)
  To: comp.lang.ada

My understanding is that the official place to get the latest public
version of GNAT is

  ftp://cs.nyu.edu/pub/gnat

This is three links away from www.adaic.org, which (also in my
understanding) is the official Ada website.




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

end of thread, other threads:[~2003-10-16 14:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-11 17:41 GNAT310 BijanM
2003-10-11 17:57 ` GNAT310 Ludovic Brenta
2003-10-11 17:58 ` GNAT310 Stephane Richard
2003-10-12  8:26   ` GNAT310 Preben Randhol
2003-10-12 11:10   ` GNAT310 Pascal Obry
2003-10-14 15:29   ` GNAT310 Stephen Leake
2003-10-16 13:33   ` GNAT310 BijanM
2003-10-16 14:38     ` GNAT310 Marius Amado Alves

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