Date: Sun, 13 Dec 92 15:08:21 GMT From: kuku AT acds DOT physik DOT rwth-aachen DOT de (Christoph Kukulies) To: NATOURI AT uwstout DOT edu, djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: How to keep a log for syntax errors and warnings? You can put a set GO32=ansi 2r1 drivers.... ^^^ into your GO32 variable. See file README. gcc -o something somtheing.c >file will write stderr+stdout >file. --Chris