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-Thread: 103376,a9dc5c40f1a711d9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!134.158.69.22.MISMATCH!in2p3.fr!irazu.switch.ch!switch.ch!news.grnet.gr!news.ntua.gr!not-for-mail From: "Papastefanos Serafeim" Newsgroups: comp.lang.ada Subject: Re: Problem with adagide ! Date: Sun, 3 Jul 2005 11:39:13 +0300 Organization: National Technical University of Athens, Greece Message-ID: References: NNTP-Posting-Host: athe530-d086.otenet.gr X-Trace: ulysses.noc.ntua.gr 1120379955 68891 212.205.239.86 (3 Jul 2005 08:39:15 GMT) X-Complaints-To: usenet@ulysses.noc.ntua.gr NNTP-Posting-Date: Sun, 3 Jul 2005 08:39:15 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:11837 Date: 2005-07-03T11:39:13+03:00 List-Id: The link you gave me is not working, but either way I don't want to use Cygwin. -- Papastefanos Serafeim serafeim@otenet.gr "Simon Wright" wrote in message news:m21x6hzraw.fsf@grendel.local... > "Papastefanos Serafeim" writes: > >> When I try to compile a program with adagide, I get an >> error saying that an ada compiler is not installed in the >> system, while gnat IS installed in my system and its bin >> directory is in my path. >> >> I did some tests, and come to the conclusion that the >> problem is created because i also have mingw installed >> and in the path, so when adagide executes gcc it finds >> mingw's gcc and not gnat's gcc ! Is there a possible >> solution to that ? I'd like to have both mingw and gnat >> in the path. > > I don't know whether my gnatfe (http://www.pushface/org/gnatfe) will > help on a mingw system. It works, with varying degrees of success (eg, > not GNAT 5.02a1) under cygwin. Cygwin is fine for a single user, it's > not been fun getting a larger group all to use the same, > consistently-installed, version ..