http://bugs.winehq.org/show_bug.cgi?id=8807
Summary: CUI stream rediect problems with old cygwin apps Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: randallp1@shaw.ca
Old cygwin apps appear to not direct output to streams correctly. I'm attempting to run an old cygwin-based compiler tool and capture it's output, but the compiler's output always goes to console and does not redirect. The command I'm issuing (from Linux console) is: wine E:/sdnm.exe > capture.txt 2>&1 This example should print an error message and capture to file. If I replace the required cyqwin1.dll with a newer one, I get some errors messages, but the compiler still runs, and the output gets redirected as expected. The correct cywin1.dll is stamped cygwinS2, dated 1999-9-13 20:44:35 (judging by internal stamps from binary dump). On real Windoze, this compiler appears to print all of it's output to stderr.