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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cfdd65467559ea53 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-06 22:49:46 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: aussie2010@yahoo.com (Chris) Newsgroups: comp.lang.ada Subject: Re: GNAT problem Date: 6 May 2003 22:49:46 -0700 Organization: http://groups.google.com/ Message-ID: <435d40e0.0305062149.f6552e7@posting.google.com> References: <435d40e0.0305051712.500524d4@posting.google.com> NNTP-Posting-Host: 192.35.35.35 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1052286586 21422 127.0.0.1 (7 May 2003 05:49:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 7 May 2003 05:49:46 GMT Xref: archiver1.google.com comp.lang.ada:37022 Date: 2003-05-07T05:49:46+00:00 List-Id: Dennis Lee Bieber wrote: Chris fed this fish to the penguins on Monday 05 May 2003 06:12 pm: > > Building... > GNATMAKE 3.15p (20020523) Copyright 1995-2002 Free Software > Foundation, Inc > "helloworld.ali" being checked ... > -> "helloworld.ali" missing. > gcc -c -Ic:/ada/test/ -gnatwu -gnato -IC:\ada\test -g -I- > c:/ada/test/helloworld.adb > gcc.exe: c:/ada/test/helloworld.adb: Ada compiler not installed on > this system "Did you install a new gcc version? It may have hijacked your search path such that the GNAT-compatible gcc is not accessible." Yep, that was the problem. Thanks Dennis! I had installed an IDE called WideStudio that came with gcc among other things. It placed gcc at the end of the PATH and apparently the search order is from right to left, and it was taking that gcc and not the one in \gnat\bin. > __________________________________________________ > Here is the program: That error message implies that it is NOT a problem in the source code -- the problem is a change in your OS. -- > ============================================================== < > wlfraed@ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG < > wulfraed@dm.net | Bestiaria Support Staff < > ============================================================== < > Bestiaria Home Page: http://www.beastie.dm.net/ < > Home Page: http://www.dm.net/~wulfraed/ <