www.delorie.com/djgpp/v2faq/faq044.html | search |
| Previous | Next | Up | Top |
Q: When I add -v to the GCC command line, how can I put all the voluminous output into a file, so I don't miss anything when reporting a problem?
Q: I have this nifty graphics program which bombs from time to time, but the registers and traceback info are hidden by the graphics display. How can I see it?
stderr
, and stock COMMAND.COM cannot redirect it. There are several alternatives to do that:
redir -o gcc.log -eo gcc -v ...(put the rest of the GCC command line instead of the dots). The messages printed by GCC will be written to the file gcc.log.
webmaster donations bookstore | delorie software privacy |
Copyright ⌐ 1998 by Eli Zaretskii | Updated Sep 1998 |
You can help support this site by visiting the advertisers that sponsor it! (only once each, though)