This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATH problems with perl and make for shell commands.


I'm running cygwin B20 on NT.

In perl, if I try to get the output from a shell command (ie. `date`)
the program blocks waiting for me to press ENTER.  After I hit ENTER,
execution continues and I get the correct results.  If I use the full
path (ie. `d:\<cygdir>\bin\date.exe`), the program does not block and I
get the correct results. But, using the full path appears to prevent me
from piping the output.

I get the same blocking behavior when trying to use the shell command in
make (ie. FOO = $(shell date)).

Can anyone help me with this?  What causes the blocking before the path
is evaluated?

Thanks,

Jeff Sabat

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com