|
make的时候出现这样的错误
我的是redhat as4
make[1]: Entering directory `/root/nmap-4.11/nsock/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/nmap-4.11/nsock/src'
Building NmapFE graphical frontend
make[1]: Entering directory `/root/nmap-4.11/nmapfe'
gcc -g -O2 -Wall -I../nbase -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DMISSING_GTK=1 -DLINUX=1 -DPCAP_TIMEOUT_IGNORED=1 -DVERSION=\"4.11\" -DHAVE_CONFIG_H=1 -I. -c nmapfe.c
nmapfe.c:114:2: #error "Your system does not appear to have GTK (www.gtk.org) installed. Thus the Nmap X Front End will not compile. You should still be able to use Nmap the normal way (via text console). GUIs are for wimps anyway "
make[1]: *** [nmapfe.o] Error 1
make[1]: Leaving directory `/root/nmap-4.11/nmapfe'
make: *** [nmapfe/nmapfe] Error 2
[root@redhat nmap-4.11]# |
|