From: "Scott J. McCaughrin" Newsgroups: comp.os.msdos.djgpp Subject: how to get compiler diagnostics Date: Tue, 18 Feb 2003 23:42:21 +0000 (UTC) Organization: CNI/Prairienet Lines: 6 Message-ID: NNTP-Posting-Host: bluestem.prairienet.org X-Trace: wildfire.prairienet.org 1045611741 12604 192.17.3.4 (18 Feb 2003 23:42:21 GMT) X-Complaints-To: newsmgr AT prairienet DOT org NNTP-Posting-Date: Tue, 18 Feb 2003 23:42:21 +0000 (UTC) User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (SunOS/5.8 (sun4u)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I need to invoke 'gcc' with an option to save its compiler diagnostics to a file as specified by an option (re-direct ">" not allowed). Does 'gcc' possess such an option? Thanks.