windows下Ethereal编译过不去
我完全安装了Cygwin, 安装了VC++6.0,在Path里已设置C:\Program Files\Microsoft Visual Studio\VC98\Bin 和 c:\cygwin\bin
下载了最新版的Ethereal源码和安装文件,并且安装了Windows版本能正确使用,说明Winpcap没问题了。
nmake -f Makefile.nmake verify_tools -- 结果证实无误
nmake -f Makefile.nmake setup -- 下载了所有库且无误
nmake -f Makefile.nmake distclean -- 顺利通过
nmake -f Makefile.nmake all -- 错误如下
link: invalid option -- e
Try 'link -- help' for more information
NMAKE: fatal error U1077: 'link' : return code '0x1'
Stop.
NMAKE: fatal error U1077: ' " C:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.exe"' :return code '0x2'
Stop.
好像说 link 用了参数 e出错!!!但我没改动任何地方
还请各位高人指点一下。