make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Facing problem with GNU Make and Cygwin


From: Vashist, Kamal
Subject: Facing problem with GNU Make and Cygwin
Date: Thu, 20 May 2004 18:16:53 +0100

Hi,

I am using 3.80 version of Make.exe that comes with the latest download of
Cygwin (1.5.9-1)

My program is using the date-time-stamp comparison feature of make to load
some files in the database.

My make file has many statements like the one below in a loop.

$(shell cscript /nologo SampleJavaScipt.js SampleXML.xml)

I have a running version of my application which uses 3.80 version of Make.exe
and 1.3.22 version of Cygwin.dll and works fine. 

But when I use the latest installation  "3.80 version of Make.exe" and latest
download of Cygwin (1.5.9-1) my program fails.

The anomalous behavior I suspect is that whenever there is a call to "shell"
as in the above statement, another instance of Make.xe is launched, which is
causing the crash of make.exe to stop at some point. But in the working
version of my program it running only one instance of make.exe

Please suggest what settings I need to do so that it does not launch a
separate instance of Make.exe.

Thanks for anticipated cooperation.

Regards,
Kamal Vashist

==============================================================================
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==============================================================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]