Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 30 Nov 2000 11:32:34 -0500 From: Jason Tishler To: "martyn.ward1" Cc: cygwin AT cygwin DOT com Subject: Re: logging compilations Message-ID: <20001130113234.E299@dothill.com> References: <003901c05adc$d21a0740$2e28fea9 AT oxygen> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003901c05adc$d21a0740$2e28fea9@oxygen>; from martyn.ward1@ntlworld.com on Thu, Nov 30, 2000 at 02:50:01PM -0000 Organization: Dot Hill Systems Corp. Martyn, On Thu, Nov 30, 2000 at 02:50:01PM -0000, martyn.ward1 wrote: > I'd loke to ba able to log what the compiler says when i do a make, maily > because the bash shell/window isnt big wnough to catch all the errors on one > screen. > Is this possible? Yes, I use the following from bash: make 2>&1 | tee make.out With the above, you both see the output and catch it in a file. Jason -- Jason Tishler Director, Software Engineering Phone: +1 (732) 264-8770 x235 Dot Hill Systems Corporation Fax: +1 (732) 264-8798 82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com Hazlet, NJ 07730 USA WWW: http://www.dothill.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com