Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39C17710.3E772C9F@openmarket.com>
Date: Thu, 14 Sep 2000 21:10:40 -0400
From: "Guy T. Moore Jr." <gmoore@openmarket.com>
Organization: Engineering
X-Mailer: Mozilla 4.61 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@sourceware.cygnus.com
Subject: > redirection with Cygwin 1.1.4
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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

