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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-09 19:43:08 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newshub2.home.com!news.home.com!news1.sttln1.wa.home.com.POSTED!not-for-mail From: "DuckE" Newsgroups: comp.lang.ada References: Subject: Re: problems installing gnat 3.13p on Windows 2000? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <0THc7.5452$NW6.3150830@news1.sttln1.wa.home.com> Date: Fri, 10 Aug 2001 02:43:08 GMT NNTP-Posting-Host: 24.248.45.203 X-Complaints-To: abuse@home.net X-Trace: news1.sttln1.wa.home.com 997411388 24.248.45.203 (Thu, 09 Aug 2001 19:43:08 PDT) NNTP-Posting-Date: Thu, 09 Aug 2001 19:43:08 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:11736 Date: 2001-08-10T02:43:08+00:00 List-Id: FWIW: I have gnat 3.13p running on Windows 2000 and am not experiencing any problems. SteveD "Steve Vestal" wrote in message news:vc5itfxxoh1.fsf@grinch.htc.honeywell.com... > 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