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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4ed8b5776ecf56c4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-22 06:05:36 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newscore.univie.ac.at!aconews-feed.univie.ac.at!news.tu-graz.ac.at!news.kfunigraz.ac.at!not-for-mail From: Siegfried Gonzi Newsgroups: comp.lang.ada Subject: Re: Ada on NT Date: Thu, 22 Nov 2001 14:52:21 +0100 Organization: Universitaet Graz Message-ID: <3BFD0315.8B1C43B8@kfunigraz.ac.at> References: <3BFCE549.C6EA47B5@kfunigraz.ac.at> NNTP-Posting-Host: igam08av.kfunigraz.ac.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: jerry.kfunigraz.ac.at 1006437387 24664 143.50.39.35 (22 Nov 2001 13:56:27 GMT) X-Complaints-To: usenet@news.kfunigraz.ac.at NNTP-Posting-Date: 22 Nov 2001 13:56:27 GMT X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:16861 Date: 2001-11-22T13:56:27+00:00 List-Id: Michal Nowak wrote: > >I have downloaded (because it is not possible to find a Gnat-Ada for > >SunOS 8) Gnat-Ada for Windows NT, but is this a joke or what should I do > >with this distribution. > > I found it very useful and functional. What a joke? Tell us all, > we will laugh with you if it is good enough. There are two possibilities: a) You can laugh, because you think I am a fool b) I do not laugh anymore after this installation-nightmare > > > Try to start to like GNAT, it is really nice, useful, fuctional, etc.... > It will not make yourself a whole program, but it is programmer's task, isn't it? I would really like to start programming in Ada ( at home I have installed Ada83 for the Macintosh and what I have seen thus far has been not too bad at all; it seems Ada is well suited for numerical analysis; as an academic user I use programming only for that sort of tasks). But it seems that the Windows version (no, I plan not to start to install Linux/BSD; I do not have enough time to foster these user-unfriendly systems) impedes my plan: Question 1: After downloading the Gnat-compiler and unzipping it I have installed it (administrator rights have been required). Question 2: I want to make the hello-world example Question 3: It seems before question 2 can be performed I have to build Ada for NT, okay: Question 4: (an citation from the Win32 binding section): -Open a DOS command window. -Run the SETPATH.BAT command from the directory where GNAT is installed. - \win32ada\setpath (first edit \win32ada\setpath.bat if you are using gnat 3.08) - cd \win32ada\src - copy gnat\*.* -gnatmake withall (ignore error messages at link time) (Optionally) My windows experience is dated back to 1995 and I am not sure what setpath.bat is, but this script is not available (with the Gnat distribution). S. Gonzi