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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a71b43dfac28f4f7,start X-Google-Attributes: gid103376,public From: jah4@Ra.MsState.Edu (James A. Hand) Subject: Gnat 2.04 Dos frustrations Date: 1995/04/21 Message-ID: <3n734g$n5k@NNTP.MsState.Edu>#1/1 X-Deja-AN: 101283310 organization: Mississippi State University newsgroups: comp.lang.ada Date: 1995-04-21T00:00:00+00:00 List-Id: Hi all, I have seen a few other posts about people having problems getting gnat 2.04 for ms-dos to work correctly. I am having the same problem and am not sure what I have overlooked. I had these problems with the gnat that was released a few weeks ago, and the problems have persisted with the version that was released on April 19. Here is what I have done: First I unzipped the files into the directory c:\lang\gnat and added the following lines to my autoexec.bat file: PATH %PATH%;C:\LANG\GNAT\BIN SET TZ=EST5EDT SET TMPDIR=c:/lang/gnat/tmp SET GO32TMP=c:/lang/gnat/tmp SET GO32=topline c:/lang/gnat/drivers/vga.grd gw 640 gh 480 SET DJGPP=c:/lang/gnat/djgpp.env SET ADA_INCLUDE_PATH=c:/lang/gnat/adainc SET ADA_OBJECTS_PATH=c:/lang/gnat/lib/adalib I have also modified the first line in djgpp.env to the following: DJDIR=C:/lang/gnat Here are the errors I get when I try to compile the hello example: warning: "s-stalib.ads" should be recompiled ("system.ads" has been modified) warning: "gnat.ads" has been modified and should be recompiled warning: "g-io.adb" should be recompiled ("gnat.ads" has been modified) warning: "system.ads" has been modified and should be recompiled warning: "s-stoele.adb" should be recompiled ("system.ads" has been modified) warning: "s-taspda.adb" should be recompiled ("system.ads" has been modified) warning: "s-tasoli.adb" should be recompiled ("system.ads" has been modified) (And then make dies with an error)... The gnatmake utility is also not included in the newest upload. If anybody knows a solution to this problem, could you please post it to this newsgroup. This is getting frustrating... Thanks a bunch, Jim Hand