I am trying to compile NTOP under windows 2000 and am getting the following
error. I have followed the instructions step by step and when I start
compiling NTOP itself I get this error.
I also noticed that the current release (stable) doesn't containe "bpf.h"
that is supposed to have the necessary definitions for MINGW.
Would appreciate any input.

egex.c
rm version.c
rm: cannot remove `version.c': No such file or directory
make: [version.c] Error 1 (ignored)
echo "char version[] = \"1.1\";" > version.c
echo "char osName[]  = \"win2k\";" >> version.c
echo "char author[]  = \"Luca Deri <[EMAIL PROTECTED]>\";" >> version.c
gcc -O -DHAVE_FCNTL_H=1 -DHAVE_PCAP_H=1 -DHAVE_STDARG_H=1 -I. -Ic:/mingw/inc
lude
 -Ic:/wpdpack/include -Ic:/wpdpack/include/NET -I../gdchart0.94c -o
version.o -c
 version.c
gcc -O -Lc:/wpdpack/lib -Lc:/mingw/lib -L../gdchart0.94c -L../gdchart0.94c/z
lib-
1.1.3 -L../gdchart0.94c/gd-1.8.3 -L../gdchart0.94c/gd-1.8.3/libpng-1.0.8  -o
nto
p ntop.o pbuf.o util.o http.o vendor.o report.o qsort.o globals-core.o
globals-r
eport.o address.o admin.o dataFormat.o emitter.o event.o graph.o hash.o
initiali
ze.o leaks.o logger.o main.o ntop_win32.o reportUtils.o traffic.o plugin.o
webIn
terface.o term.o netflow.o sql.o rules.o plugins/icmpPlugin.o
plugins/lastSeenPl
ugin.o plugins/nfsPlugin.o plugins/rmonPlugin.o plugins/wapPlugin.o regex.o
vers
ion.o  -lgdbm -lwpcap -lgdchart -lgd -lpng -lz -lwsock32
pbuf.o(.text+0x2040):pbuf.c: undefined reference to `handleBootp'
pbuf.o(.text+0x72cf):pbuf.c: undefined reference to `processDNSPacket'
pbuf.o(.text+0x7673):pbuf.c: undefined reference to `handleNetbios'
make: *** [ntop] Error 1g
BEGIN:VCARD
VERSION:2.1
N:Arumainathan;Dilan
FN:Dilan Arumainathan
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20020215T172822Z
END:VCARD

Reply via email to