delorie.com/archives/browse.cgi | search |
Date: | Wed, 18 Sep 1996 13:00:05 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Norman Culver <ndc AT icanect DOT net> |
Cc: | djgpp AT delorie DOT com |
Subject: | Re: Make and long filenames ? |
In-Reply-To: | <323F398D.3606@icanect.net> |
Message-Id: | <Pine.SUN.3.91.960918125551.1037A-100000@is> |
Mime-Version: | 1.0 |
On Tue, 17 Sep 1996, Norman Culver wrote: > Same here. Also make373 will crash Win95 if you do: > > redir -eo make -? >tempfile What did you expect? You just use `redir' incorrectly. The correct command line to achieve what you want (as far as I understand it) is this: redir -o tempfile -eo make -? Which says: redirect stdout to tempfile, then redirect stderr to where stdout is redirected, then spawn `make -?'. Does this run for you?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |