[Bug 19780] New: MSVC 8 Express's mt.exe doesn't run properly under cygwin bash; breaks firefox build
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(a)winehq.org ReportedBy: dank(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19780 --- Comment #1 from Dan Kegel <dank(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19780 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Dan Kegel <dank(a)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 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19780 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-08-30 00:02:40 --- Closing duplicate. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org