comp.lang.ada
 help / color / mirror / Atom feed
* Problem with adagide !
@ 2005-07-01 20:21 Papastefanos Serafeim
  2005-07-02  5:54 ` Simon Wright
       [not found] ` <5u1cc11gpj9amm0q68u0ir1nrb6vd2s7j8@4ax.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Papastefanos Serafeim @ 2005-07-01 20:21 UTC (permalink / raw)


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.

-- 
Papastefanos Serafeim





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with adagide !
  2005-07-01 20:21 Problem with adagide ! Papastefanos Serafeim
@ 2005-07-02  5:54 ` Simon Wright
  2005-07-03  8:39   ` Papastefanos Serafeim
       [not found] ` <5u1cc11gpj9amm0q68u0ir1nrb6vd2s7j8@4ax.com>
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Wright @ 2005-07-02  5:54 UTC (permalink / raw)


"Papastefanos Serafeim" <serafeim@otenet.gr> 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 ..



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with adagide !
       [not found] ` <5u1cc11gpj9amm0q68u0ir1nrb6vd2s7j8@4ax.com>
@ 2005-07-03  8:36   ` Papastefanos Serafeim
  0 siblings, 0 replies; 5+ messages in thread
From: Papastefanos Serafeim @ 2005-07-03  8:36 UTC (permalink / raw)


Well, I could do that but then I'd have problems with mingw !

Anyway, a solution I found is to create an adagide.bat with the
statements

set path = c:\gnat\bin
adagide.exe

in the adagide's directory and make a shortcut to it in my start
menu programs.

-- 
Papastefanos Serafeim
serafeim@otenet.gr
"Dennis Lee Bieber" <wlfraed@ix.netcom.com> wrote in message 
news:5u1cc11gpj9amm0q68u0ir1nrb6vd2s7j8@4ax.com...
> On Fri, 1 Jul 2005 23:21:27 +0300, "Papastefanos Serafeim"
> <serafeim@otenet.gr> declaimed the following in comp.lang.ada:
>
>> 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.
>
> Uh, besides changing the order of the two in the declaration of
> the path?
>
> -- 
> > ============================================================== <
> >   wlfraed@ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
> >      wulfraed@dm.net     |       Bestiaria Support Staff       <
> > ============================================================== <
> >           Home Page: <http://www.dm.net/~wulfraed/>            <
> >        Overflow Page: <http://wlfraed.home.netcom.com/>        < 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with adagide !
  2005-07-02  5:54 ` Simon Wright
@ 2005-07-03  8:39   ` Papastefanos Serafeim
  2005-07-03 11:16     ` Simon Wright
  0 siblings, 1 reply; 5+ messages in thread
From: Papastefanos Serafeim @ 2005-07-03  8:39 UTC (permalink / raw)


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" <simon@pushface.org> wrote in message 
news:m21x6hzraw.fsf@grendel.local...
> "Papastefanos Serafeim" <serafeim@otenet.gr> 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 .. 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with adagide !
  2005-07-03  8:39   ` Papastefanos Serafeim
@ 2005-07-03 11:16     ` Simon Wright
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Wright @ 2005-07-03 11:16 UTC (permalink / raw)


"Papastefanos Serafeim" <serafeim@otenet.gr> writes:

> The link you gave me is not working, but either way I
> don't want to use Cygwin.

urgh, my mistake .. http://www.pushface.org/gnatfe
What I meant to imply was that it _might_ work with mingw.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-03 11:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-01 20:21 Problem with adagide ! Papastefanos Serafeim
2005-07-02  5:54 ` Simon Wright
2005-07-03  8:39   ` Papastefanos Serafeim
2005-07-03 11:16     ` Simon Wright
     [not found] ` <5u1cc11gpj9amm0q68u0ir1nrb6vd2s7j8@4ax.com>
2005-07-03  8:36   ` Papastefanos Serafeim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox