| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <39C17710.3E772C9F@openmarket.com> |
| Date: | Thu, 14 Sep 2000 21:10:40 -0400 |
| From: | "Guy T. Moore Jr." <gmoore AT openmarket DOT com> |
| Organization: | Engineering |
| X-Mailer: | Mozilla 4.61 [en] (WinNT; I) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | > 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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |