Re: redirect g77 output into a file under windows xp
- From: Tim Prince <tprince@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 05 Sep 2005 14:56:59 GMT
kern.matthias@xxxxxx wrote:
I like to redirect the g77 compiler output into a file under windows xp. I tried it by adding ">output.txt" behind the g77 command in my Makefile. By running the makefile the ouput.txt file gets created but is empty. Does anyone know how to handle this? cheers Matthias
g77 *.f > output.txt 2 >& 1 should do it in bash or Windows 2000/XP shell. .
- Follow-Ups:
- Re: redirect g77 output into a file under windows xp
- From: kern.matthias@xxxxxx
- Re: redirect g77 output into a file under windows xp
- References:
- redirect g77 output into a file under windows xp
- From: kern.matthias@xxxxxx
- redirect g77 output into a file under windows xp
- Prev by Date: Re: External Program
- Next by Date: Re: Zero Known Bugs
- Previous by thread: redirect g77 output into a file under windows xp
- Next by thread: Re: redirect g77 output into a file under windows xp
- Index(es):
Relevant Pages
|