From: D DOT N DOT J DOT Clarke AT reading DOT ac DOT uk (David Nicholas John Clarke) Subject: Re: cannot do make install on source 14 Sep 1998 13:16:00 -0700 Message-ID: <199809141026.KAA03595.cygnus.gnu-win32@rushey.Pedal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com, covici AT ccs DOT covici DOT com > > The bash command I tried to use for the make was > > make install 2>&1 >cyg.err > > but the error output was not redirected. I have bash 2.01 which is > what came with the package. > From Bash man page (Redirecting output): Note that the order of redirections is significant. For example, the command ls > dirlist 2>&1 directs both standard output and standard error to the file dirlist, while the command ls 2>&1 > dirlist directs only the standard output to file dirlist, because the standard error was duplicated as standard output before the standard output was redirected to dirlist. Dave - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".