On Fri, Feb 16, 2001 at 11:51:56AM -0600, Ana Temoltzin wrote:
>
>
> I'm work with ethereal, but I have a problem, I dont know, How built tcdump, I have problem with two path en the file makefile.in because I dont know that put in the Pathname of directory to install the binary
> BINDEST = What put in here?
> Pathname of directory to install the man page
> MANDEST = and What put in here?
makefile.in files are not for use by make. They are the template
used by "configure" (which was created by the "autoconf" package)
to make the Makefile.
> Please I help me main with built tcdump. I have install Visual studio C++ v.6
> Please I need your help. I waiting your mail.
Ah, you're runnin on Win32. "configure" works on Unix, and although
it might work on Win32 in the cygwin environment using gcc, it won't
work with MSVC. That's why, for example, in Ethereal, we have
Makefile.nmake files, which are separate from the Unix makefiles.
Tcpdump, however, will not build on Win32. WinDump, however,
is Tcpdump compiled for Win32. It uses WinPcap, which is libpcap
compiled for Win32.
See:
http://netgroup-serv.polito.it/windump/
http://netgroup-serv.polito.it/winpcap/
> Thaks, for all.
> bye.
> Ana Temoltzin
(offer for direct help in spanish)
Si necesitas mas ayuda, y quieres hablar en espanhol,
puedes mandarme correo electronico directamente en vez de
mandarlo a la lista.
--gilbert