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.
http://bugs.winehq.org/show_bug.cgi?id=19780
--- Comment #1 from Dan Kegel dank@kegel.com 2009-08-18 17:37:26 --- Oh, I should mention: the PATH is set so vc's bin is earlier than /usr/bin, so it definitely picks up the right mt:
$ which mt /cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/Bin/mt
http://bugs.winehq.org/show_bug.cgi?id=19780
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #2 from Dan Kegel dank@kegel.com 2009-08-29 21:47:02 --- looks like this is a dup of bug 18479; the problem goes away with the patch for that bug.
*** This bug has been marked as a duplicate of bug 18479 ***
http://bugs.winehq.org/show_bug.cgi?id=19780
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-30 00:02:40 --- Closing duplicate.