unzip:/cygdrive/c/oracle/product/10.2.0/client_2/bin/unzip
Looks like your path is such that a different unzip than the cygwin unzip is being invoked.
cl: /cygdrive/c/Program Files/Microsoft VisualStudio 10.0/VC/bin/cl
link: /cygdrive/c/Program Files/Microsoft Visual Studio 10.0/VC/bin/link
nmake: /cygdrive/c/Program Files/Microsoft Visual Studio 10.0/VC/bin/nmake
mt: /cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0A/bin/mt
bash:/usr/bin/bash
bison: /cygdrive/c/Program Files/GnuWin32/bin/bison
flex: /cygdrive/c/Program Files/GnuWin32/bin/flex
env: /usr/bin/env
grep: /usr/bin/grep
/usr/bin/find: /usr/bin/find
perl: /cygdrive/c/Perl/bin/perl
C:Python27python.exe: /cygdrive/c/Python27/python.exe
sed: /usr/bin/sed
unzip:/cygdrive/c/oracle/product/10.2.0/client_2/bin/unzip
wget: /cygdrive/c/wget/wget
answered 16 Oct '11, 16:57

Bill Meier ♦♦
3.2k●1●8●50
accept rate: 17%
I dont have cygwin's unzip, only:
I suppose a reinstall of cygwin is needed?
OK -Have to manually select packages needed from the cygwin install. Done...
Answers converted to comments in keeping with the style of a "Q&A" site.
Please see the FAQ for info.
Issue with mt version and VC10? zlib1.dll.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified. NMAKE : fatal error U1077: '"C:Program FilesMicrosoft SDKsWindowsv7.0Abinmt.exe"' : return code '0x1f' Stop.
it sounds like you need to adjust MSC_VARIANT in config.nmake to indicate that you're using VC10 (VS 2010). The default is VC9 (VS2008).
Please see http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#ChSetupMSVC
and follow the instructions therein.
Bill -Thanks!
what are all your environment variables?
@aman: Just a small hint: This is a very old question (Oct '11) and the OP (@marwos) was seen the last time on 14 Sep '12. So, chances are pretty bad, that he/she will ever answer your question.
In most of the cases it does not make sense to update questions older than a few months, especially if there is a valid answer, like here ;-))
If you have a similar problem, feel free to ask your own question!