From: sherlock AT pratique DOT fr Newsgroups: comp.os.msdos.djgpp Subject: Re: Simple question... Date: Sun, 15 Dec 1996 15:09:44 GMT Organization: Internet Way Lines: 33 Message-ID: <5910l4$i59@s3.iway.fr> References: <199612121446 DOT AA18731 AT interlock DOT amoco DOT com> <58tm7r$399$1 AT thor DOT atcon DOT com> NNTP-Posting-Host: max1-17.ystel.fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Bill Davidson wrote: >Dettino Alberto wrote: >> >> On Thu, 12 Dec 1996 camorgan AT amoco DOT com wrote: >Hi: >> error/warning message). Try to use rhe program redir in your DJGPP/BIN dir >> (see info for more help for this command). The problem with redir is that >> you can see the output of the program (everithing goes to the file). >My fave is "redir -eo | tee >You get to see the errors and they are saved to a file. >I also find it useful to read the FAQ... >+--------------------------------------+ >| Bill Davidson | >| bdavidson AT ra DOT isisnet DOT com | >| http://www.isisnet.com/bdavidson/ | >+---------------------------------------+ I didn't know redir...but: If you're using 4Dos or Take Command (Win95) instead of Command.com, you can try this: gcc -c truc.cc -o truc.o >&>erreurs.log Hope this help