From: DJ Delorie <dj@delorie.com>
Subject: Re: cannot do make install on source
13 Sep 1998 22:34:57 -0400
Message-ID: <35FC80D1.41C6@delorie.com>
References: <35fc2321.ccs.cygnus.gnu-win32@ccs.covici.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.0 (X11; I; IRIX 5.3 IP22)

> make install 2>&1 >cyg.err

Try it this way:

make install >cyg.err 2>&1
