http://bugs.winehq.org/show_bug.cgi?id=16957
--- Comment #5 from Ben Webb ben@salilab.org 2010-07-23 16:13:40 --- (In reply to comment #4)
On wine/windows, both with TRUE and FALSE, I get
System command failed with code 2: gzip -c test.in
though wine adds in wine: cannot find L"C:\windows\system32\gzip.exe"
Right, because in both cases it can't find the gzip binary. You need to put a gzip binary in the same directory as the test file, as I explained in my original report. I got mine from http://gnuwin32.sourceforge.net/packages/gzip.htm but I can attach gzip.exe itself to this bug report if you don't mind running untrusted binaries on your system.
did you install a native gzip? Or were you using the systems?
It's a native Win32 binary, not the Linux gzip.
BTW, I just tested this again on my Fedora 13 box (running wine 1.2.0). Still fails[*] as originally reported.
[*] By "fails" I mean it doesn't report an error when it should, in the second case (with the FALSE argument).