From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,278f5e0bafd68133 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-21 11:29:41 PST Path: nntp.gmd.de!urmel.informatik.rwth-aachen.de!newsserver.rrzn.uni-hannover.de!aix11.hrz.uni-oldenburg.de!nordwest.germany.eu.net!pophh!Germany.EU.net!howland.reston.ans.net!gatech!newsfeed.pitt.edu!dsinc!netnews.upenn.edu!gopher.cs.uofs.edu!guinness.cs.uofs.edu!beidler From: beidler@guinness.cs.uofs.edu (Jack Beidler) Newsgroups: comp.lang.ada Subject: Re: Installing GNAT 1.83 on DOS Date: 21 Nov 1994 19:29:41 GMT Organization: Department of Computing Sciences Distribution: world Message-ID: <3aqsf6$85p@gopher.cs.uofs.edu> References: <3a99uq$jtc@news.bu.edu> NNTP-Posting-Host: guinness.cs.uofs.edu Date: 1994-11-21T19:29:41+00:00 List-Id: 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) | +------------------------------------+----------------------------+