RE: zsh & make

2004-04-28 Thread Daniel Clausen
Hi On Tuesday, April 27, 2004, at 05:55PM, Dave Korn <[EMAIL PROTECTED]> wrote: [snip] > For debugging it, you might be able to get something useful like this: > >> COMPONENT_NAME = $(shell basename `pwd | tee i-was-here-.txt`) While trying to change our Makefiles the way you suggested, I stag

zsh & make

2004-04-27 Thread Daniel Clausen
e error is gone. I started 'make' under the cygwin-distributed zsh and a self-compiled one with the exact same results. No such problem under bash though. Also no problem under zsh under a different platform. (Solaris in our case) Any idea how to debug this further? Daniel C

Re: zsh and cygwin

2004-04-14 Thread Daniel Clausen
On Wednesday, April 14, 2004, at 04:25PM, Larry Hall <[EMAIL PROTECTED]> wrote: [snip] >>Most of my co-workers already switched to using bash, since there never >>was an issue with it. Now I could do that too but I love zsh. ;) >> >>Anyone else experiencing this? Comments? Ideas? Shrieking epitap

zsh and cygwin

2004-04-14 Thread Daniel Clausen
Hi I'm a zsh-user since like forever and use cygwin for a several years now. Every now and then when I made an update to my cygwin-environment (on an Win2k platform with NTFS) I had issues with the newest version when it came to running make. It either looped forever or just hung somewhere. I usu