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!news3.google.com!news.glorb.com!blackbush.cw.net!cw.net!feed.news.tiscali.de!easynet-monga!easynet.net!xara.net!gxn.net!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Problem with adagide ! Date: Sat, 02 Jul 2005 06:54:15 +0100 Organization: Pushface Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1120283654 17316 62.49.19.209 (2 Jul 2005 05:54:14 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 2 Jul 2005 05:54:14 +0000 (UTC) Cancel-Lock: sha1:FIi14RSh9FjPzhtTZEhfccJheuE= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:11827 Date: 2005-07-02T06:54:15+01:00 List-Id: "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 ..