Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <38C70135.AD8977C1@ctam.com.au>
Date: Thu, 09 Mar 2000 12:41:10 +1100
From: Brendan J Simon <Brendan.Simon@ctam.com.au>
Reply-To: Brendan.Simon@ctam.com.au
Organization: CTAM Pty Ltd, Australia.
X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i586)
X-Accept-Language: en
MIME-Version: 1.0
To: Robert McNulty junior <sherlock_abc@netzero.net>
CC: cygwin@sourceware.cygnus.com
Subject: Re: EGCS 20000228
References: <004201bf88b9$29d1b600$ad763004@default>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Robert McNulty junior wrote:

> How do I save the errors to a file so i can send them out?
> Actaully, i think its where I tried to use bootstrap and it made it all the
> way to alloca.c and crashed (error 2 is what makefile said)
> I'll start over in the compiling and saving the message.

Using the bash shell redirection opertators.
make > make.log 2>&1 should redirect stdout and stderr to a file called
make.log.

Brendan Simon.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

