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,13d2980593c443f6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-09 08:11:10 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.twtelecom.net!uwm.edu!htc.honeywell.com!not-for-mail From: Steve Vestal Newsgroups: comp.lang.ada Subject: problems installing gnat 3.13p on Windows 2000? Date: 09 Aug 2001 10:06:02 -0500 Organization: Honeywell Technology Center, Mpls. MN, USA. Sender: vestal@grinch.htc.honeywell.com Message-ID: NNTP-Posting-Host: grinch.htc.honeywell.com X-Newsreader: Gnus v5.4.37/XEmacs 19.16 Xref: archiver1.google.com comp.lang.ada:11685 Date: 2001-08-09T10:06:02-05:00 List-Id: I'm having trouble installing gnat 3.13p on Windows 2000, and I haven't been able to find any errata lists by searching. Any suggestions would be most welcome. I had no problems on NT. I'm just trying to install the same version of gnat, then gnatmake the same application with the same options, on a new PC. I had to add the path to the environment variable Path by hand, I don't remember having to do this for NT. An install into C:\Program Files\gnat causes errors when gnatmake runs, but an install into C:\gnu\gnat seems to allow successful builds. I still can't get gdb to work, it launches but can't seem to find and display the source files for the program being debugged. I speculated this might be due to spaces in paths, but moving everything so paths are completely POSIX-like doesn't help. Steve