comp.lang.ada
 help / color / mirror / Atom feed
* Re: GtkAda make interferences
       [not found] <3A37950A.D475C8FA@limsi.fr>
@ 2000-12-13 19:32 ` Robert Dewar
  2000-12-13 21:11 ` Stephen Leake
  1 sibling, 0 replies; 2+ messages in thread
From: Robert Dewar @ 2000-12-13 19:32 UTC (permalink / raw)


In article <3A37950A.D475C8FA@limsi.fr>,
  Philippe Tarroux <tarroux@limsi.fr> wrote:

> A question marginally related to ada:

Please do not send HTML attachments to CLA, just
use plain ASCII if you want as many people as
possible to read your msg.

Indeed this msg has little to do with Ada, it seems
like it would more appropriately be sent to the
gtkada mailing list, consult the gtkada documentation
for details.


Sent via Deja.com
http://www.deja.com/



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

* Re: GtkAda make interferences
       [not found] <3A37950A.D475C8FA@limsi.fr>
  2000-12-13 19:32 ` GtkAda make interferences Robert Dewar
@ 2000-12-13 21:11 ` Stephen Leake
  1 sibling, 0 replies; 2+ messages in thread
From: Stephen Leake @ 2000-12-13 21:11 UTC (permalink / raw)


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



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

end of thread, other threads:[~2000-12-13 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3A37950A.D475C8FA@limsi.fr>
2000-12-13 19:32 ` GtkAda make interferences Robert Dewar
2000-12-13 21:11 ` Stephen Leake

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