This is the mail archive of the cygwin@sources.redhat.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: logging compilations


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.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--
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]