Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Problem compiling Wireshark 1.6.1

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 24 Aug 2011 02:32:29 -0700
On Aug 24, 2011, at 1:52 AM, Graham Bloice wrote:

> Is there any error message at all from the build after the call to mt.exe?
> 
> From your command prompt after the build fails what is the output from "where
> mt.exe"?

Because, after all, one of the most important bits of UN*X functionality EVAR is the ability to rewind or space forward/backwards or erase a mag tape from the command line:

	http://cygwin.com/packages/mt/

	http://linux.die.net/man/1/mt

If that's installed, the "mt.exe" it's running might be the (GPL'ed reimplementation of?) the Good Old BSD "mt" command, rather than something actually generally useful to developers:

	http://msdn.microsoft.com/en-us/library/aa375649(v=vs.85).aspx

If the Cygwin package containing "mt" is installed, you might have to tweak your search path to look at the directory in which the Windows SDK programs are located *before* looking at the directories in which Cygwin binaries are located, so you get the right "mt".