From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14648 invoked by alias); 21 Jan 2008 21:59:19 -0000 Received: (qmail 14634 invoked by uid 22791); 21 Jan 2008 21:59:17 -0000 X-Spam-Check-By: sourceware.org Received: from math-server.bu.edu (HELO math-server.bu.edu) (128.197.60.49) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Jan 2008 21:58:57 +0000 Received: from math.bu.edu (math [128.197.60.50]) by math-server.bu.edu (8.13.1/8.13.1) with ESMTP id m0LLwt2S021161 for ; Mon, 21 Jan 2008 16:58:55 -0500 Received: from math.bu.edu (localhost [127.0.0.1]) by math.bu.edu (8.13.6/8.13.6) with ESMTP id m0LLwsI0008657 for ; Mon, 21 Jan 2008 16:58:54 -0500 (EST) Received: from localhost (usha@localhost) by math.bu.edu (8.13.6/8.13.6/Submit) with ESMTP id m0LLwsAg008652 for ; Mon, 21 Jan 2008 16:58:54 -0500 (EST) Date: Tue, 22 Jan 2008 19:23:00 -0000 From: Usha Govindarajulu To: gcc-help@gcc.gnu.org Subject: g77 compiler Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg00204.txt.bz2 Hi, I am trying to use the g77 program to compile multiple .f files with one main file, i.e.: g77 -o Makefile beta.f set_up.f final.f I would like to know how to output the error messages that appear on the screen to a text file. I tried what was suggested with -e errfile but this did not work. I appreciate your help. Thanks, Usha