redirect g77 output into a file under windows xp
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
.
Relevant Pages
- redirect g77 under DOS 6.22- need output file
... I like to redirect the g77 compiler output into a file under MS DOS ... I tried it by adding ">output.txt" behind the g77 command in my ... By running the makefile the ouput.txt file gets created but ... (comp.lang.fortran) - Re: redirect g77 output into a file under windows xp
... I tried it by adding ">output.txt" behind the g77 command in my Makefile. ... should do it in bash or Windows 2000/XP shell. ... (comp.lang.fortran) - Re: makes making me crazy
... >> I've been using the same Makefile on Windows and Unix (linux and ... >> solaris) using gnumake and cygwin without a problem for a number of ... > Windows, ... > backslashes. ... (comp.unix.programmer) - Re: adduser whith nis
... >>Edit whatever PASSWD points to in the Makefile and then run make. ... > when adding a user remotely using the GUI tools available for windows. ... > One solution is making a wrapper script that calls adduser and make. ... Windows environment the our add-user script runs adduser and makefile ... (Fedora) - Re: Impact 8.1 problems=> uClinux rules on MicroBlaze !!!
... Linux sees a difference between 'makefile' and 'Makefile' - windows can't. ... It can handle them to some extent, on some file systems on some forks of windows. ... Cygwin goes to a lot of effort to hide that sort of issue. ... (comp.arch.fpga) |
|