From: jmarco AT cnct DOT com (John Panettiere) Newsgroups: comp.os.msdos.djgpp Subject: Redirecting gcc output? Date: Wed, 25 Sep 1996 23:31:03 GMT Organization: The Internet Conection Lines: 13 Message-ID: <52cf3v$9qr@news2.cnct.com> NNTP-Posting-Host: nj-dialup208.cnct.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm sure this is a very simple thing, but I'm having trouble finding the answer. I generally like to redirect output to a text file when I compile. The standard '>' redirect doesn't seem to work when I use gcc. How can I redirect the list of warnings/errors produced by gcc to a text file? Thanks! John Panettiere