Date: Sat, 12 Dec 1992 16:10 CST From: NATOURI AT UWSTOUT DOT EDU Subject: How to keep a log for syntax errors and warnings? To: djgpp AT sun DOT soe DOT clarkson DOT edu Hello Readers, I am using gcc to test some software on a PC running MS-DOS 5.0. I want to keep a log of all syntax and warning messages produced by gcc. I tried to use the redirection symbol >> to collect the messages. However, this method failed becuase >> will only redirect standard input; but not stderr. Does anyone know of a method to keep a log of all warning and syntax errors? Thanks. Iyad A. Natour