This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

> redirection with Cygwin 1.1.4


I have a makefile:

all:
        ./dog.fff
all2:
        ./dog.fff > ./dog.out


I have a file:
$ cat dog.fff
echo "Hello"


$ make -f makefile all
./dog.fff
Hello


$ make -f makefile all2
./dog.fff > ./dog.out
./dog.fff: not found      <-----  broken. Very strange?
make: *** [all2] Error 127


I can't seem to get the simplest command output to be redirected to a file.


I have just upgraded to Cygwin 1.1.4 and am on WinNT 4 with  servicePack 6a.
I'm doing all this at the top of my C: drive at C:\.

I tried CYGWIN with binmode and nobinmode.


Help!

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]