薛 旭辉 wrote:
> I am compiling ethereal in windows using nmake,and I have encountered
> some serious problem.This is the discription of the problem:
> 1. link :invalid option -- e . but I can't find where the option -- e
> is in ethereal.
>
> 2.
> /usr/bin/link :extra operand 'about_dlg.obj' Thy '/usr/bin/link --help
> ' for more information.
> but I can't find the directory /usr/bin/.
>
> 3.
> when I compile /epan/dissectors separately,I encoutered a problem like
> this:
> packet_nbap.obj: fatal error LNK 1136: invalid or corrupt file.
>
> Thanks for your help as soon as possible.
>
> _________________________________________________________________
> 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>
You seem to have link from cygwin in your PATH before the Visual C link.
See:
http://www.ethereal.com/docs/edg_html_chunked/ChToolsInstallWin32.html
for the correct output of *|nmake -f Makefile.nmake verify_tools|*
Regards, ULFL