This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: EGCS 20000228


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]