http://bugs.winehq.org/show_bug.cgi?id=19780
Summary: MSVC 8 Express's mt.exe doesn't run properly under cygwin bash; breaks firefox build Product: Wine Version: 1.1.27 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This breaks the configure script for Firefox.
For some reason, although cl works in bash, mt doesn't:
$ FOO=`cl` $ echo $FOO usage: cl ... $ FOO=`mt` $ echo $FOO
$
The two programs are right next to each other. (The above is in wineconsole, which doesn't display console output at all for cl.exe, hence the redirection into a variable.)
Outside of bash, mt runs fine. Even in wineconsole, you can see its output fine.