From owner-freebsd-questions Tue Feb 22 17:46:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.qcislands.net (mail.qcislands.net [209.53.238.6]) by hub.freebsd.org (Postfix) with ESMTP id C0CD837B870 for ; Tue, 22 Feb 2000 17:46:39 -0800 (PST) (envelope-from ccstore@qcislands.net) Received: from [209.53.238.8] (helo=wwwa.qcislands.net) by mail.qcislands.net with esmtp (Exim 3.036 #1) id 12NQsx-0007N4-00 for questions@freebsd.org; Tue, 22 Feb 2000 17:46:39 -0800 Received: from ccstore by wwwa.qcislands.net with local (Exim 3.01 #3) id 12NQsx-0004UR-00 for questions@freebsd.org; Wed, 23 Feb 2000 01:46:39 +0000 From: Jim Pazarena To: tracker@worldy.com, questions@freebsd.org Subject: how to capture errors to a file X-Mailer: SCO Shell Date: Tue, 22 Feb 2000 17:32:36 -0800 (PST) Message-ID: <10002221732.aa23317@ccstores.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Subject: how to capture errors to a file >From: "david e. banning" >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