This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

match686.obj file

0

hi, during compilation of wireshark source i am getting error as "match686.obj" is not found, i tried to compile match686.asm n getting error as undefined symbol esp, if anybody has the object file of match686 then please send to [email protected] thank you.

asked 05 Jun '11, 23:29

sagu072's gravatar image

sagu072
35232428
accept rate: 0%

Hi, I would think that's when building zlib which Visual studio version are you using? have you tried a distclean before building?

(06 Jun '11, 03:38) Anders ♦

yes, distclean works fine, but wen i run nmake -f makefile.nmake i am getting error as "can not open input file match686.obj"

(06 Jun '11, 04:01) sagu072