Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2000 17:32:36 -0800 (PST)
From:      Jim Pazarena <paz@ccstores.com>
To:        tracker@worldy.com, questions@freebsd.org
Subject:   how to capture errors to a file
Message-ID:   <10002221732.aa23317@ccstores.com>

next in thread | raw e-mail | index | archive | help
 >Subject: how to capture errors to a file
 >From: "david e. banning" <tracker@worldy.com>
 >Date: Sun, 20 Feb 2000 01:46:36 GMT
 >To: questions@freebsd.org

 >I am having errors compiling - I want to send error messages to
 >a file - I tried;
 >"make 2>&1 > errorfile" - nope
 >then I tried;
 >"make > errorfile" - get some of the errors - the rest go to the screen
did you try:

   make >errorfile 2>&1
??
                                                                                
--
Jim Pazarena     mailto:paz@ccstores.com 
                 http://www.qcislands.net/paz
 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi? <10002221732.aa23317>