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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, PLING_QUERY,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8c7c08743444f8ed X-Google-Attributes: gid103376,public From: Matthew Kennedy Subject: Re: Help! How to setup GNAT 3.09 for Windows NT? Date: 1997/04/27 Message-ID: <33621D63.1C6D@mail.connect.usq.edu.au>#1/1 X-Deja-AN: 237530120 References: <5jqeb9$b2i@decsys.vsb.cz> Organization: University of Southern Queensland Reply-To: q957722@mail.connect.usq.edu.au Newsgroups: comp.lang.ada Date: 1997-04-27T00:00:00+00:00 List-Id: I think I have a similar problem. Please let me know if you solve it. I have installed the Win95/NT GNAT 3.09 compiler and I run Win95. My problem goes like this: I get the yes_no.adb file (from the Lovelace tutorial) which is: ---- with Text_IO; use Text_IO; with Ada.Characters.Handling; use Ada.Characters.Handling; procedure Yes_No is Response : Character; begin Put("Would you like me to say Hello?"); Get(Response); -- Get first character. if (To_Lower(Response) = 'y') then Put("Hello!"); else Put("Okay, I won't."); end if; end Yes_No; ---- Then I compile it in my /usr directory by typing 'gnatmake yes_no.adb' and then I get the following output error: ---- f:\usr >gnatmake yes_no.adb gcc -c yes_no.adb gnatbind -x yes_no.ali gnatlink yes_no.ali f:/usr/bin/ld.exe: cannot open ./yes_no: No such file or directory (ENOENT) gnatmake: *** link failed. f:\usr > ---- Please note I have followed the instructions about installation on drives other than c:. What could be going wrong? Any help - many thanks. xyz wrote: > I could not find any "gnatpath.bat" or something so on my PC > after (successful) installation of GNAT 3.09 for Windows NT. > Only a command "set path=c:\usr" is added in my autoexec.bat. > The application does not work at all. > Who can send me a setup file or show me where I can download > such a file, or tell me how to setup GNAT? -- Matthew Kennedy Student of Electronics Engineering, USQ Australia " Hey pig, nothing's turning out the way I planned " - Nine Inch Nails