comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen.a.leake.1@gsfc.nasa.gov>
Subject: Re: GtkAda make interferences
Date: 13 Dec 2000 16:11:15 -0500
Date: 2000-12-13T21:23:04+00:00	[thread overview]
Message-ID: <uitooc9ho.fsf@gsfc.nasa.gov> (raw)
In-Reply-To: 3A37950A.D475C8FA@limsi.fr

Philippe Tarroux <tarroux@limsi.fr> writes:

> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">

Please don't send html to a newsgroup

> <snip>
> I identified that the problem
> comes from the sh.exe present in the bin provided with GtkAda. When
> i remove it, there is no more problem! I can't figure out why.

The make distributed with GNAT for win32 searches the PATH for
"sh.exe". If it finds it, it uses that for the shell. If not, it uses
the DOS shell cmd.exe.

So now that make can find sh.exe, it has changed it's behavior. 

Unfortunately, I don't think there is a way to force it to ignore
sh.exe. You can try setting SHELL=cmd.exe in each makefile; that might
work. You might have to specify the full path to cmd.exe.

-- 
-- Stephe



      parent reply	other threads:[~2000-12-13 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3A37950A.D475C8FA@limsi.fr>
2000-12-13 19:32 ` GtkAda make interferences Robert Dewar
2000-12-13 21:11 ` Stephen Leake [this message]
replies disabled

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