[Bug 19780] New: MSVC 8 Express's mt.exe doesn't run properly under cygwin bash; breaks firefox build

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Aug 18 17:35:38 CDT 2009


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 at winehq.org
        ReportedBy: dank at 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.



More information about the wine-bugs mailing list