comp.lang.ada
 help / color / mirror / Atom feed
* Installing GNAT 1.83 on DOS
@ 1994-11-15  3:29 Apinetr Unakul
  1994-11-15 17:27 ` Robert Dewar
  1994-11-21 19:29 ` Jack Beidler
  0 siblings, 2 replies; 3+ messages in thread
From: Apinetr Unakul @ 1994-11-15  3:29 UTC (permalink / raw)


I'm a newbie trying to install a GNAT on DOS. I have problem binding 
even my first "hello world" program with the folloging message.

gnatbl hello.ali -o hello
Cannot find: s-stalib.ali
Error executing C:\LANG\DJGPP\BIN\gnatbind.exe
make.exe: *** [hello] Error 1

I can't find a "s-stalib.ali" anywhere. What am I doing wrong?
Please help or point me to something I can work on.

Thanx.





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

* Re: Installing GNAT 1.83 on DOS
  1994-11-15  3:29 Installing GNAT 1.83 on DOS Apinetr Unakul
@ 1994-11-15 17:27 ` Robert Dewar
  1994-11-21 19:29 ` Jack Beidler
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Dewar @ 1994-11-15 17:27 UTC (permalink / raw)


I guess this needs posting pretty frequently!

Please send GNAT trouble reports to gnat-report@cs.nyu.edu.

(since this is one of the directions that is prominent in the readme file,
it's a reasonable guess that people NOT sending trouble reports to that
address who have installation problems probably are seeing results of not
following the installation instructions carefully. Anyway we are happy
to help out but most of the team does not read CLA, or if they do, they
certainly don't try to keep current with it. So send your questions to the
official address please. It's fine as far as I am concerned to post them
here too, but the important thing is to get them to gnat-request.)

Thanks

P.S. we know that the installation procedures for the PC versions are not
anywhere as smooth as they should be, and on our list is to improve these,
but this is not at the top of our list yet, so for the moment, be careful
to follow the directions very carefully!




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

* Re: Installing GNAT 1.83 on DOS
  1994-11-15  3:29 Installing GNAT 1.83 on DOS Apinetr Unakul
  1994-11-15 17:27 ` Robert Dewar
@ 1994-11-21 19:29 ` Jack Beidler
  1 sibling, 0 replies; 3+ messages in thread
From: Jack Beidler @ 1994-11-21 19:29 UTC (permalink / raw)


In article <3a99uq$jtc@news.bu.edu>, pong@bu.edu (Apinetr Unakul) writes:
|> I'm a newbie trying to install a GNAT on DOS. I have problem binding 
|> even my first "hello world" program with the folloging message.
|> 
|> gnatbl hello.ali -o hello
          ^^^^^^^^^^^^
             reverse

|> Cannot find: s-stalib.ali
|> Error executing C:\LANG\DJGPP\BIN\gnatbind.exe
|> make.exe: *** [hello] Error 1
|> 
|> I can't find a "s-stalib.ali" anywhere. What am I doing wrong?
|> Please help or point me to something I can work on.
|> 
|> Thanx.
|> 
|> 
It looks to me like your "gnatbl" command is in error.  I've done the
following to make life easy for myself and my students by doing the
following:

I created three batch files that are placed in the c:\djgpp\bin
subdirectory

compile.bat contains
     gcc -c -gnatl %1 > output.lst

link.bat contains
   gnatbl -o %1 %1.ali

run.bat contains
   go32 %1

to help me and my students avoid typos and are easy to use if you
have doskey installed.  I've done the same thing
on the unix box for compiling and linking, c9x l9x.
-- 
+----------------------------------------+------------------------+
|John (Jack) Beidler                    ++   beidler@cs.uofs.edu  |
|  Professor, Computing Sciences Dept. ++                         |
|  University of Scranton             ++  (717) 941-7446 (voice)  |
| Scranton, PA 18510                 ++     (717) 941-4250 (FAX)  |
+------------------------------------+----------------------------+



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

end of thread, other threads:[~1994-11-21 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1994-11-15  3:29 Installing GNAT 1.83 on DOS Apinetr Unakul
1994-11-15 17:27 ` Robert Dewar
1994-11-21 19:29 ` Jack Beidler

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